Super Don Piano 64
This is the Super Don Piano 64 extension
什麼是Super Don Piano 64?
Super Don Piano 64是由Kevin開發的Chrome擴展程式,該擴展的主要功能是“This is the Super Don Piano 64 extension”。
擴展截圖
下載Super Don Piano 64擴展crx文件
下載Super Don Piano 64擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This Don Piano vision extension will turn your web experience into a true Don Piano experience.
擴展基本資訊
名稱 | |
ID | jagfjlnkobnecipjiepaeachljlhoclh |
官方網址 | https://chrome.google.com/webstore/detail/super-don-piano-64/jagfjlnkobnecipjiepaeachljlhoclh |
簡介 | This is the Super Don Piano 64 extension |
檔案大小 | 186 KB |
安裝次數 | 67 |
目前版本 | 0.0.3 |
更新時間 | 2015-07-15 |
上架時間 | 2015-07-15 |
評分 | 2.50/5 共 14 次評分 |
開發者 | Kevin |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" ] } ] } |