BlogBeats - Geo-Time-tagged blogging platform
Create, Publish & Discover interest-based content from your location. Narrate compelling stories, create timelines.
Vad är BlogBeats - Geo-Time-tagged blogging platform?
BlogBeats - Geo-Time-tagged blogging platform är en Chrome-tillägg utvecklad av https://blogbeats.me, och dess huvudfunktion är "Create, Publish & Discover interest-based content from your location. Narrate compelling stories, create timelines.".
Tilläggsskärmbilder
Ladda ner BlogBeats - Geo-Time-tagged blogging platform-förlängningens CRX-fil
Ladda ner BlogBeats - Geo-Time-tagged blogging platform-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Its as an BlogBeats extension to read the latest blog publish around the world. we are testing our first alpha Chrome Extension Grundläggande Information om Tillägg
| Namn | |
| ID | cffmogdhmgpdpnadbfdebimhikkhohgo |
| Officiell webbadress | https://chromewebstore.google.com/detail/blogbeats-geo-time-tagged/cffmogdhmgpdpnadbfdebimhikkhohgo |
| Beskrivning | Create, Publish & Discover interest-based content from your location. Narrate compelling stories, create timelines. |
| Filstorlek | 74.88 KB |
| Antal Installationer | 123 |
| Aktuell Version | 1.3 |
| Senast Uppdaterad | 2017-12-12 |
| Publiceringsdatum | 2017-12-11 |
| Betyg | 5.00/5 Totalt 3 Betyg |
| Utvecklare | https://blogbeats.me |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://blogbeats.me |
| Hjälpsida URL | https://help.blogbeats.me/hc/en-us |
| URL till Sekretesspolicy Sidan | https://blogbeats.me/page/privacypolicy |
| Stödda Språk | 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"
]
} | |