CuratorSpot - Content Curation Tool.
Curate Content to bookmark, share, build newsletters, blog.
Wat is CuratorSpot - Content Curation Tool.?
CuratorSpot - Content Curation Tool. is een Chrome-extensie ontwikkeld door https://curatorspot.com, en de belangrijkste functie is "Curate Content to bookmark, share, build newsletters, blog.".
Extensie Screenshots
Download het CRX-bestand van de extensie CuratorSpot - Content Curation Tool.
Download CuratorSpot - Content Curation Tool.-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
CuratorSpot is content curation tool. Curate your favorite content, get twitter account analytics, URL shortener and more. https://curatorspot.com/
Basisinformatie over de Extensie
Naam | CuratorSpot - Content Curation Tool. |
ID | mkpkigjijcgfdihojplejghgpckmbndl |
Officiële URL | https://chromewebstore.google.com/detail/curatorspot-content-curat/mkpkigjijcgfdihojplejghgpckmbndl |
Beschrijving | Curate Content to bookmark, share, build newsletters, blog. |
Bestandsgrootte | 8.41 KB |
Aantal Installaties | 28 |
Huidige Versie | 3.0 |
Laatst Bijgewerkt | 2017-05-11 |
Publicatiedatum | 2017-05-11 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://curatorspot.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://curatorspot.com/ |
Ondersteunde Talen | 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" ] } |