Skip to content

Commit

Permalink
update copywriting
Browse files Browse the repository at this point in the history
  • Loading branch information
kei committed Nov 29, 2017
1 parent ccc365e commit 2f38a5d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 言葉 の Tab

A minimal Chrome / Firefox extension to help you study Japanese words in each new tab.
A minimal Chrome / Firefox extension to help you learn Japanese words in each new tab.

![](./docs/static/chrome.jpg)
![](./docs/static/firefox.jpg)
Expand Down
8 changes: 4 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,27 @@
<meta name='viewport' content='width=device-width initial-scale=1'>
<title>言葉 の Tab · The Tab of Words</title>
<meta name="title" content="言葉 の Tab · The Tab of Words">
<meta name="description" content="A minimal Chrome / Firefox extension to help you study Japanese words in each new tab.">
<meta name="description" content="A minimal Chrome / Firefox extension to help you learn Japanese words in each new tab.">
<link rel="icon" type="image/png" sizes="32x32" href="./favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="./favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="./favicon-16x16.png">
<meta porperty="og:title" content="言葉 の Tab · The Tab of Words">
<meta property="og:site_name" content="言葉 の Tab · The Tab of Words">
<meta property="og:description" content="A minimal Chrome / Firefox extension to help you study Japanese words in each new tab.">
<meta property="og:description" content="A minimal Chrome / Firefox extension to help you learn Japanese words in each new tab.">
<meta property="og:url" content="https://keipixel.com/the-tab-of-words/">
<meta property="og:image" content="https://keipixel.com/the-tab-of-words/static/chrome.jpg">
<meta name="twitter:creator" content="@keipixel" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="言葉 の Tab · The Tab of Words" />
<meta name="twitter:description" content="A minimal Chrome / Firefox extension to help you study Japanese words in each new tab." />
<meta name="twitter:description" content="A minimal Chrome / Firefox extension to help you learn Japanese words in each new tab." />
<meta name="twitter:image:src" content="https://keipixel.com/the-tab-of-words/static/chrome.jpg">
<link rel="stylesheet" type="text/css" href="./static/style.css">
</head>
<body>
<main class="container">
<header>
<h1>言葉 の Tab</h1>
<p class="desc">A minimal Chrome / Firefox extension to help you study Japanese words in each new tab.</p>
<p class="desc">A minimal Chrome / Firefox extension to help you learn Japanese words in each new tab.</p>
</header>
<article>
<div class='download'>
Expand Down
2 changes: 1 addition & 1 deletion source/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "the-tab-of-words",
"version": "1.3.0",
"description": "言葉 の Tab. A minimal extension to help you study Japanese words in each new tab.",
"description": "言葉 の Tab. A minimal extension to help you learn Japanese words in each new tab.",
"author": "keiww <[email protected]>",
"private": true,
"scripts": {
Expand Down
Binary file modified the-tab-of-words.crx
Binary file not shown.
2 changes: 1 addition & 1 deletion the-tab-of-words/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "言葉 の Tab",
"description": "A minimal Chrome / Firefox extension to help you study Japanese words in each new tab.",
"description": "A minimal Chrome / Firefox extension to help you learn Japanese words in each new tab.",
"version": "1.3.0",
"author": "Kei",
"chrome_url_overrides": {
Expand Down

0 comments on commit 2f38a5d

Please sign in to comment.