e-chords Key Change Extension
This extension enables the e-chords.com key change feature without requiring a premium membership
什么是e-chords Key Change Extension?
e-chords Key Change Extension是由throwawayaccount开发的Chrome扩展程序,该扩展的主要功能是“This extension enables the e-chords.com key change feature without requiring a premium membership”。
扩展截图
下载e-chords Key Change Extension扩展crx文件
下载e-chords Key Change Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension enables the e-chords.com key change feature without requiring a premium membership
扩展基本信息
名称 | |
ID | amlpgnoimdaognnaoflljbjgilpoopfe |
官方URL | https://chrome.google.com/webstore/detail/e-chords-key-change-exten/amlpgnoimdaognnaoflljbjgilpoopfe |
简介 | This extension enables the e-chords.com key change feature without requiring a premium membership |
文件大小 | 20.15 KB |
安装次数 | 231 |
当前版本 | 1.0.1 |
更新时间 | 2016-01-21 |
上架时间 | 2016-01-21 |
评分 | 5.00/5 共3次评分 |
开发者 | throwawayaccount |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "e-chords Key Change Extension", "short_name": "e-chords-key-change", "description": "This extension enables the e-chords.com key change feature without requiring a premium membership", "version": "1.0.1", "content_scripts": [ { "matches": [ "https:\/\/www.e-chords.com\/*", "http:\/\/www.e-chords.com\/*" ], "js": [ "myscript.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "https:\/\/www.e-chords.com\/*", "http:\/\/www.e-chords.com\/*" ] } |