Super Don Piano 64
This is the Super Don Piano 64 extension
Apa itu Super Don Piano 64?
Super Don Piano 64 adalah ekstensi Chrome yang dikembangkan oleh Kevin, dan fitur utamanya adalah "This is the Super Don Piano 64 extension".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Super Don Piano 64
Unduh file ekstensi Super Don Piano 64 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
This Don Piano vision extension will turn your web experience into a true Don Piano experience.
Informasi Dasar Ekstensi
Nama | |
ID | jagfjlnkobnecipjiepaeachljlhoclh |
URL Resmi | https://chrome.google.com/webstore/detail/super-don-piano-64/jagfjlnkobnecipjiepaeachljlhoclh |
Deskripsi | This is the Super Don Piano 64 extension |
Ukuran File | 186 KB |
Jumlah Instalasi | 67 |
Versi Saat Ini | 0.0.3 |
Terakhir Diperbarui | 2015-07-15 |
Tanggal Publikasi | 2015-07-15 |
Penilaian | 2.50/5 Total 14 Penilaian |
Pengembang | Kevin |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Super Don Piano 64", "version": "0.0.3", "manifest_version": 2, "description": "This is the Super Don Piano 64 extension", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Super Don Piano 64", "default_popup": "src\/browser_action\/browser_action.html" }, "chrome_url_overrides": { "newtab": "src\/override\/override.html" }, "permissions": [ "management", "http:\/\/www.google.com\/*", "http:\/\/*\/*", "activeTab" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "js": [ "js\/jquery\/jquery.min.js", "src\/inject\/inject.js" ] } ] } |