E-X-T-E-N-S-I-O-N
Adds a special button whenever "inception" is mentioned on a page. Bwaaaaaaap!
Apa itu E-X-T-E-N-S-I-O-N?
E-X-T-E-N-S-I-O-N adalah ekstensi Chrome yang dikembangkan oleh sgentle, dan fitur utamanya adalah "Adds a special button whenever "inception" is mentioned on a page. Bwaaaaaaap!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi E-X-T-E-N-S-I-O-N
Unduh file ekstensi E-X-T-E-N-S-I-O-N 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
Informasi Dasar Ekstensi
| Nama | |
| ID | lobdenhpockjiiihkkhnaglehbcnjemj |
| URL Resmi | https://chromewebstore.google.com/detail/e-x-t-e-n-s-i-o-n/lobdenhpockjiiihkkhnaglehbcnjemj |
| Deskripsi | Adds a special button whenever "inception" is mentioned on a page. Bwaaaaaaap! |
| Ukuran File | 78.99 KB |
| Jumlah Instalasi | 80 |
| Versi Saat Ini | 0.3 |
| Terakhir Diperbarui | 2015-05-14 |
| Tanggal Publikasi | 2015-05-13 |
| Pengembang | sgentle |
| Tipe Pembayaran | free |
| Bahasa yang Didukung | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "E-X-T-E-N-S-I-O-N",
"manifest_version": 2,
"version": "0.3",
"description": "Adds a special button whenever \"inception\" is mentioned on a page. Bwaaaaaaap!",
"web_accessible_resources": [
"bwaaap.png",
"bwaaap.mp3"
],
"page_action": {
"default_icon": "icon16.png"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"bwaaap.js"
],
"all_frames": true
}
]
} | |