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
拡張機能の基本情報
名前 | 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=*" ] } ] } |