Tags by Authorship
We collect metadata from your text, giving you its tags.
Tags by Authorshipとは何ですか?
Tags by Authorshipはauthorshipによって開発されたChromeの拡張機能で、その主な機能は「We collect metadata from your text, giving you its tags.」です。
拡張機能のスクリーンショット
Tags by Authorship拡張機能のCRXファイルをダウンロード
Tags by Authorship拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Tags by Authorship.me analyzes your text content with artificial intelligence, and gives you back an editable list with all related metadata tags. With just one click! 拡張機能の基本情報
| 名前 | |
| ID | cgpddleafejpkhalcamdmakkhgemabca |
| 公式URL | https://chromewebstore.google.com/detail/tags-by-authorship/cgpddleafejpkhalcamdmakkhgemabca |
| 説明 | We collect metadata from your text, giving you its tags. |
| ファイルサイズ | 725 KB |
| インストール数 | 10 |
| 現在のバージョン | 1.8 |
| 最終更新日 | 2017-03-20 |
| 公開日 | 2017-03-20 |
| 開発者 | authorship |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://tags.authorship.me/downloads |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Tags by Authorship",
"short_name": "Tags",
"description": "We collect metadata from your text, giving you its tags.",
"version": "1.8",
"manifest_version": 2,
"author": "Authorship: Thiago Rodrigues and Luis Baja\u00f1a",
"offline_enabled": false,
"icons": {
"128": "images\/icons\/icon.png"
},
"browser_action": {
"default_icon": "images\/icons\/icon.png",
"default_popup": "tags.html"
},
"permissions": [
"activeTab",
"tabs",
"storage"
],
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"js\/tagWorks.js"
]
}
],
"web_accessible_resources": [
"\/js\/catchData.js"
]
} | |