CuratorSpot - Content Curation Tool.
Curate Content to bookmark, share, build newsletters, blog.
CuratorSpot - Content Curation Tool.とは何ですか?
CuratorSpot - Content Curation Tool.はhttps://curatorspot.comによって開発されたChromeの拡張機能で、その主な機能は「Curate Content to bookmark, share, build newsletters, blog.」です。
拡張機能のスクリーンショット
CuratorSpot - Content Curation Tool.拡張機能のCRXファイルをダウンロード
CuratorSpot - Content Curation Tool.拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
CuratorSpot is content curation tool. Curate your favorite content, get twitter account analytics, URL shortener and more. https://curatorspot.com/ 拡張機能の基本情報
| 名前 | |
| ID | mkpkigjijcgfdihojplejghgpckmbndl |
| 公式URL | https://chromewebstore.google.com/detail/curatorspot-content-curat/mkpkigjijcgfdihojplejghgpckmbndl |
| 説明 | Curate Content to bookmark, share, build newsletters, blog. |
| ファイルサイズ | 8.41 KB |
| インストール数 | 28 |
| 現在のバージョン | 3.0 |
| 最終更新日 | 2017-05-11 |
| 公開日 | 2017-05-11 |
| 評価 | 3.00/5 合計 2 レビュー |
| 開発者 | https://curatorspot.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://curatorspot.com/ |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "CuratorSpot - Content Curation Tool.",
"short_name": "CuratorSpot",
"description": "Curate Content to bookmark, share, build newsletters, blog.",
"version": "3.0",
"background": {
"scripts": [
"event.js",
"content.js"
],
"persistent": false
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*",
"activeTab"
]
} | |