Blgr
Blogger Y U NO leave the editor alone?
什么是Blgr?
Blgr是由saidrebyn开发的Chrome扩展程序,该扩展的主要功能是“Blogger Y U NO leave the editor alone?”。
扩展截图
下载Blgr扩展crx文件
下载Blgr扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
An extension that turns the cluttered Blogger's New Post into a minimal one. Documentation and screenshots: https://github.com/rebyn/Blgr 扩展基本信息
| 名称 | |
| ID | obpomfleflhhnfhpfcfnemkpcoifpoja |
| 官方URL | https://chromewebstore.google.com/detail/blgr/obpomfleflhhnfhpfcfnemkpcoifpoja |
| 简介 | Blogger Y U NO leave the editor alone? |
| 文件大小 | 405 KB |
| 安装次数 | 236 |
| 当前版本 | 0.0.2 |
| 更新时间 | 2013-06-12 |
| 上架时间 | 2013-06-12 |
| 评分 | 3.00/5 共4次评分 |
| 开发者 | saidrebyn |
| 付费类型 | free |
| 扩展官网 | https://github.com/rebyn/Blgr |
| 帮助页面URL | https://github.com/rebyn/Blgr |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Blgr",
"version": "0.0.2",
"manifest_version": 2,
"description": "Blogger Y U NO leave the editor alone?",
"homepage_url": "http:\/\/www.nogias.com",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_locale": "en",
"background": {
"page": "src\/bg\/background.html",
"persistent": true
},
"page_action": {
"default_icon": "icons\/icon19.png",
"default_title": "page action demo",
"default_popup": "src\/page_action\/page_action.html"
},
"permissions": [
"*:\/\/www.blogger.com\/*"
],
"content_scripts": [
{
"css": [
"src\/inject\/inject.css"
],
"js": [
"src\/inject\/inject.js",
"js\/jquery\/jquery.min.js"
],
"matches": [
"*:\/\/www.blogger.com\/blogger.g?blogID=*"
]
}
]
} | |