Super Don Piano 64
This is the Super Don Piano 64 extension
Vad är Super Don Piano 64?
Super Don Piano 64 är en Chrome-tillägg utvecklad av Kevin, och dess huvudfunktion är "This is the Super Don Piano 64 extension".
Tilläggsskärmbilder
Ladda ner Super Don Piano 64-förlängningens CRX-fil
Ladda ner Super Don Piano 64-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This Don Piano vision extension will turn your web experience into a true Don Piano experience.
Grundläggande Information om Tillägg
Namn | |
ID | jagfjlnkobnecipjiepaeachljlhoclh |
Officiell webbadress | https://chrome.google.com/webstore/detail/super-don-piano-64/jagfjlnkobnecipjiepaeachljlhoclh |
Beskrivning | This is the Super Don Piano 64 extension |
Filstorlek | 186 KB |
Antal Installationer | 67 |
Aktuell Version | 0.0.3 |
Senast Uppdaterad | 2015-07-15 |
Publiceringsdatum | 2015-07-15 |
Betyg | 2.50/5 Totalt 14 Betyg |
Utvecklare | Kevin |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |