BlogBeats - Geo-Time-tagged blogging platform
Create, Publish & Discover interest-based content from your location. Narrate compelling stories, create timelines.
Co je BlogBeats - Geo-Time-tagged blogging platform?
BlogBeats - Geo-Time-tagged blogging platform je rozšíření Chrome vyvinuté https://blogbeats.me, a jeho hlavní funkcí je „Create, Publish & Discover interest-based content from your location. Narrate compelling stories, create timelines.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření BlogBeats - Geo-Time-tagged blogging platform
Stáhněte si soubory rozšíření BlogBeats - Geo-Time-tagged blogging platform ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Its as an BlogBeats extension to read the latest blog publish around the world. we are testing our first alpha Chrome Extension
Základní Informace o Rozšíření
Název | BlogBeats - Geo-Time-tagged blogging platform |
ID | cffmogdhmgpdpnadbfdebimhikkhohgo |
Oficiální URL | https://chromewebstore.google.com/detail/blogbeats-geo-time-tagged/cffmogdhmgpdpnadbfdebimhikkhohgo |
Popis | Create, Publish & Discover interest-based content from your location. Narrate compelling stories, create timelines. |
Velikost souboru | 74.88 KB |
Počet instalací | 123 |
Aktuální Verze | 1.3 |
Poslední Aktualizace | 2017-12-12 |
Datum Vydání | 2017-12-11 |
Hodnocení | 5.00/5 Celkem 3 Hodnocení |
Vývojář | https://blogbeats.me |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://blogbeats.me |
URL Stránky Nápovědy | https://help.blogbeats.me/hc/en-us |
URL Stránky Zásad Ochrany Soukromí | https://blogbeats.me/page/privacypolicy |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BlogBeats - Geo-Time-tagged blogging platform", "description": "Create, Publish & Discover interest-based content from your location. Narrate compelling stories, create timelines.", "version": "1.3", "browser_action": { "default_icon": "icon32.png" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" }, "background": { "scripts": [ "js\/jquery.min.js", "js\/background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/script.js" ] } ], "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "activeTab", "storage", "notifications" ] } |