Blgr
Blogger Y U NO leave the editor alone?
Apa itu Blgr?
Blgr adalah ekstensi Chrome yang dikembangkan oleh saidrebyn, dan fitur utamanya adalah "Blogger Y U NO leave the editor alone?".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Blgr
Unduh file ekstensi Blgr dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
An extension that turns the cluttered Blogger's New Post into a minimal one. Documentation and screenshots: https://github.com/rebyn/Blgr
Informasi Dasar Ekstensi
Nama | Blgr |
ID | obpomfleflhhnfhpfcfnemkpcoifpoja |
URL Resmi | https://chromewebstore.google.com/detail/blgr/obpomfleflhhnfhpfcfnemkpcoifpoja |
Deskripsi | Blogger Y U NO leave the editor alone? |
Ukuran File | 405 KB |
Jumlah Instalasi | 236 |
Versi Saat Ini | 0.0.2 |
Terakhir Diperbarui | 2013-06-12 |
Tanggal Publikasi | 2013-06-12 |
Penilaian | 3.00/5 Total 4 Penilaian |
Pengembang | saidrebyn |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/rebyn/Blgr |
URL Halaman Bantuan | https://github.com/rebyn/Blgr |
Bahasa yang Didukung | 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=*" ] } ] } |