BlogBeats - Geo-Time-tagged blogging platform
Create, Publish & Discover interest-based content from your location. Narrate compelling stories, create timelines.
Τι είναι το BlogBeats - Geo-Time-tagged blogging platform;
Το BlogBeats - Geo-Time-tagged blogging platform είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://blogbeats.me, και η κύρια λειτουργία του είναι "Create, Publish & Discover interest-based content from your location. Narrate compelling stories, create timelines.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης BlogBeats - Geo-Time-tagged blogging platform
Λήψη αρχείων επέκτασης BlogBeats - Geo-Time-tagged blogging platform σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Its as an BlogBeats extension to read the latest blog publish around the world. we are testing our first alpha Chrome Extension
Βασικές Πληροφορίες Επέκτασης
Όνομα | BlogBeats - Geo-Time-tagged blogging platform |
ID | cffmogdhmgpdpnadbfdebimhikkhohgo |
Επίσημο URL | https://chromewebstore.google.com/detail/blogbeats-geo-time-tagged/cffmogdhmgpdpnadbfdebimhikkhohgo |
Περιγραφή | Create, Publish & Discover interest-based content from your location. Narrate compelling stories, create timelines. |
Μέγεθος Αρχείου | 74.88 KB |
Αριθμός Εγκαταστάσεων | 123 |
Τρέχουσα Έκδοση | 1.3 |
Τελευταία Ενημέρωση | 2017-12-12 |
Ημερομηνία Δημοσίευσης | 2017-12-11 |
Αξιολόγηση | 5.00/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | https://blogbeats.me |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://blogbeats.me |
Διεύθυνση URL της Σελίδας Βοήθειας | https://help.blogbeats.me/hc/en-us |
URL της Σελίδας Πολιτικής Απορρήτου | https://blogbeats.me/page/privacypolicy |
Υποστηριζόμενες Γλώσσες | 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" ] } |