CuratorSpot - Content Curation Tool.
Curate Content to bookmark, share, build newsletters, blog.
Qu'est-ce que CuratorSpot - Content Curation Tool. ?
CuratorSpot - Content Curation Tool. est une extension Chrome développée par https://curatorspot.com, et sa fonction principale est "Curate Content to bookmark, share, build newsletters, blog.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension CuratorSpot - Content Curation Tool.
Téléchargez les fichiers d'extension CuratorSpot - Content Curation Tool. au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
CuratorSpot is content curation tool. Curate your favorite content, get twitter account analytics, URL shortener and more. https://curatorspot.com/
Informations de Base sur l'Extension
Nom | CuratorSpot - Content Curation Tool. |
ID | mkpkigjijcgfdihojplejghgpckmbndl |
URL Officiel | https://chromewebstore.google.com/detail/curatorspot-content-curat/mkpkigjijcgfdihojplejghgpckmbndl |
Description | Curate Content to bookmark, share, build newsletters, blog. |
Taille du Fichier | 8.41 KB |
Nombre d'Installations | 28 |
Version Actuelle | 3.0 |
Dernière Mise à Jour | 2017-05-11 |
Date de Publication | 2017-05-11 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | https://curatorspot.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://curatorspot.com/ |
Langues Prises en Charge | 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" ] } |