BlogBeats - Geo-Time-tagged blogging platform
Create, Publish & Discover interest-based content from your location. Narrate compelling stories, create timelines.
Qu'est-ce que BlogBeats - Geo-Time-tagged blogging platform ?
BlogBeats - Geo-Time-tagged blogging platform est une extension Chrome développée par https://blogbeats.me, et sa fonction principale est "Create, Publish & Discover interest-based content from your location. Narrate compelling stories, create timelines.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension BlogBeats - Geo-Time-tagged blogging platform
Téléchargez les fichiers d'extension BlogBeats - Geo-Time-tagged blogging platform au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Its as an BlogBeats extension to read the latest blog publish around the world. we are testing our first alpha Chrome Extension
Informations de Base sur l'Extension
Nom | BlogBeats - Geo-Time-tagged blogging platform |
ID | cffmogdhmgpdpnadbfdebimhikkhohgo |
URL Officiel | 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. |
Taille du Fichier | 74.88 KB |
Nombre d'Installations | 123 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2017-12-12 |
Date de Publication | 2017-12-11 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | https://blogbeats.me |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://blogbeats.me |
URL de la Page d'Aide | https://help.blogbeats.me/hc/en-us |
URL de la Page de Politique de Confidentialité | https://blogbeats.me/page/privacypolicy |
Langues Prises en Charge | 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" ] } |