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\/*" ] } |