BlogBeats - Geo-Time-tagged blogging platform
Create, Publish & Discover interest-based content from your location. Narrate compelling stories, create timelines.
Wat is BlogBeats - Geo-Time-tagged blogging platform?
BlogBeats - Geo-Time-tagged blogging platform is een Chrome-extensie ontwikkeld door https://blogbeats.me, en de belangrijkste functie is "Create, Publish & Discover interest-based content from your location. Narrate compelling stories, create timelines.".
Extensie Screenshots
Download het CRX-bestand van de extensie BlogBeats - Geo-Time-tagged blogging platform
Download BlogBeats - Geo-Time-tagged blogging platform-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
Its as an BlogBeats extension to read the latest blog publish around the world. we are testing our first alpha Chrome Extension
Basisinformatie over de Extensie
Naam | BlogBeats - Geo-Time-tagged blogging platform |
ID | cffmogdhmgpdpnadbfdebimhikkhohgo |
Officiële URL | https://chromewebstore.google.com/detail/blogbeats-geo-time-tagged/cffmogdhmgpdpnadbfdebimhikkhohgo |
Beschrijving | Create, Publish & Discover interest-based content from your location. Narrate compelling stories, create timelines. |
Bestandsgrootte | 74.88 KB |
Aantal Installaties | 123 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2017-12-12 |
Publicatiedatum | 2017-12-11 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | https://blogbeats.me |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://blogbeats.me |
Help Pagina-URL | https://help.blogbeats.me/hc/en-us |
URL van de Privacybeleid Pagina | https://blogbeats.me/page/privacypolicy |
Ondersteunde Talen | 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" ] } |