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 |
| 官方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"
]
} | |