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/
擴展基本資訊
名稱 | CuratorSpot - Content Curation Tool. |
ID | mkpkigjijcgfdihojplejghgpckmbndl |
官方網址 | 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 |
電子郵箱 | [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" ] } |