CuratorSpot - Content Curation Tool.

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

Cos'è CuratorSpot - Content Curation Tool.?

CuratorSpot - Content Curation Tool. è un'estensione di Chrome sviluppata da https://curatorspot.com, e la sua funzione principale è "Curate Content to bookmark, share, build newsletters, blog.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione CuratorSpot - Content Curation Tool.

Scarica i file di estensione CuratorSpot - Content Curation Tool. in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome CuratorSpot - Content Curation Tool. CuratorSpot - Content Curation Tool.
ID mkpkigjijcgfdihojplejghgpckmbndl
URL Ufficiale https://chromewebstore.google.com/detail/curatorspot-content-curat/mkpkigjijcgfdihojplejghgpckmbndl
Descrizione Curate Content to bookmark, share, build newsletters, blog.
Dimensione del File 8.41 KB
Conteggio Installazioni 28
Versione Corrente 3.0
Ultimo Aggiornamento 2017-05-11
Data di Pubblicazione 2017-05-11
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore https://curatorspot.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://curatorspot.com/
Lingue Supportate 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"
    ]
}