CuratorSpot - Content Curation Tool.
Curate Content to bookmark, share, build newsletters, blog.
Co to jest CuratorSpot - Content Curation Tool.?
CuratorSpot - Content Curation Tool. to rozszerzenie Chrome opracowane przez https://curatorspot.com, a jego główną funkcją jest „Curate Content to bookmark, share, build newsletters, blog.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia CuratorSpot - Content Curation Tool.
Pobierz pliki rozszerzeń CuratorSpot - Content Curation Tool. w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
CuratorSpot is content curation tool. Curate your favorite content, get twitter account analytics, URL shortener and more. https://curatorspot.com/
Podstawowe informacje o rozszerzeniu
Nazwa | CuratorSpot - Content Curation Tool. |
ID | mkpkigjijcgfdihojplejghgpckmbndl |
Oficjalny URL | https://chromewebstore.google.com/detail/curatorspot-content-curat/mkpkigjijcgfdihojplejghgpckmbndl |
Opis | Curate Content to bookmark, share, build newsletters, blog. |
Rozmiar pliku | 8.41 KB |
Liczba instalacji | 28 |
Aktualna Wersja | 3.0 |
Ostatnia Aktualizacja | 2017-05-11 |
Data Publikacji | 2017-05-11 |
Ocena | 3.00/5 Łącznie 2 Oceny |
Deweloper | https://curatorspot.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://curatorspot.com/ |
Obsługiwane Języki | 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" ] } |