BlogBeats - Geo-Time-tagged blogging platform
Create, Publish & Discover interest-based content from your location. Narrate compelling stories, create timelines.
What is BlogBeats - Geo-Time-tagged blogging platform?
BlogBeats - Geo-Time-tagged blogging platform is a Chrome extension developed by https://blogbeats.me, and its main feature is "Create, Publish & Discover interest-based content from your location. Narrate compelling stories, create timelines.".
Extension Screenshots
Download BlogBeats - Geo-Time-tagged blogging platform Extension CRX File
Download BlogBeats - Geo-Time-tagged blogging platform extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Its as an BlogBeats extension to read the latest blog publish around the world. we are testing our first alpha Chrome Extension
Extension Basic Information
Name | BlogBeats - Geo-Time-tagged blogging platform |
ID | cffmogdhmgpdpnadbfdebimhikkhohgo |
Official URL | https://chromewebstore.google.com/detail/blogbeats-geo-time-tagged/cffmogdhmgpdpnadbfdebimhikkhohgo |
Description | Create, Publish & Discover interest-based content from your location. Narrate compelling stories, create timelines. |
File Size | 74.88 KB |
Installation Count | 123 |
Current Version | 1.3 |
Last Updated | 2017-12-12 |
Publish Date | 2017-12-11 |
Rating | 5.00/5 Total 3 Ratings |
Developer | https://blogbeats.me |
[email protected] | |
Payment Type | free |
Extension Website | https://blogbeats.me |
Help Page URL | https://help.blogbeats.me/hc/en-us |
Privacy Policy Page URL | https://blogbeats.me/page/privacypolicy |
Supported Languages | 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" ] } |