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是由https://blogbeats.me開發的Chrome擴展程式,該擴展的主要功能是“Create, Publish & Discover interest-based content from your location. Narrate compelling stories, create timelines.”。
擴展截圖
下載BlogBeats - Geo-Time-tagged blogging platform擴展crx文件
下載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 擴展基本資訊
| 名稱 | |
| ID | cffmogdhmgpdpnadbfdebimhikkhohgo |
| 官方網址 | 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"
]
} | |