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.”。

扩展截图

screenshot

下载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. CuratorSpot - Content Curation Tool.
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
电子邮箱 [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"
    ]
}