CuratorSpot - Content Curation Tool.

Curate Content to bookmark, share, build newsletters, blog.

What is CuratorSpot - Content Curation Tool.?

CuratorSpot - Content Curation Tool. is a Chrome extension developed by https://curatorspot.com, and its main feature is "Curate Content to bookmark, share, build newsletters, blog.".

Extension Screenshots

screenshot

Download CuratorSpot - Content Curation Tool. Extension CRX File

Download CuratorSpot - Content Curation Tool. extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        CuratorSpot is content curation tool. Curate your favorite content, get twitter account analytics, URL shortener and more. https://curatorspot.com/                    

Extension Basic Information

Name CuratorSpot - Content Curation Tool. CuratorSpot - Content Curation Tool.
ID mkpkigjijcgfdihojplejghgpckmbndl
Official URL https://chromewebstore.google.com/detail/curatorspot-content-curat/mkpkigjijcgfdihojplejghgpckmbndl
Description Curate Content to bookmark, share, build newsletters, blog.
File Size 8.41 KB
Installation Count 28
Current Version 3.0
Last Updated 2017-05-11
Publish Date 2017-05-11
Rating 3.00/5 Total 2 Ratings
Developer https://curatorspot.com
Email [email protected]
Payment Type free
Extension Website https://curatorspot.com/
Supported Languages 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"
    ]
}