Ultimate Guitar Randomiser
Adds a "Random Tab" button to the "My tabs" page on Ultimate-Guitar.com
Ultimate Guitar Randomiserとは何ですか?
Ultimate Guitar RandomiserはDomenico Gemoliによって開発されたChromeの拡張機能で、その主な機能は「Adds a "Random Tab" button to the "My tabs" page on Ultimate-Guitar.com」です。
拡張機能のスクリーンショット
Ultimate Guitar Randomiser拡張機能のCRXファイルをダウンロード
Ultimate Guitar Randomiser拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is for those who, like me, sometimes just want to play a random favourite. Installation is easy, just install the extension and then the button will appear on your "My tabs" page every time you navigate to it. You can then open a random tab in one of three ways: - Click on the newly added "Random tab" button - Use the keyboard shortcut: ⌘ + CTRL + R OR ⊞ + CTRL + R - Click on the extension icon directly Note: you must be signed in to Ultimate-Guitar.com for the extension to work correctly.
拡張機能の基本情報
名前 | Ultimate Guitar Randomiser |
ID | hakjookdamicmkhpnjamffoifnfkkldj |
公式URL | https://chromewebstore.google.com/detail/ultimate-guitar-randomise/hakjookdamicmkhpnjamffoifnfkkldj |
説明 | Adds a "Random Tab" button to the "My tabs" page on Ultimate-Guitar.com |
ファイルサイズ | 33.82 KB |
インストール数 | 135 |
現在のバージョン | 1.2.1 |
最終更新日 | 2023-12-04 |
公開日 | 2021-05-18 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | Domenico Gemoli |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://github.com/aberonni/ultimate-guitar-randomiser-extension |
ヘルプページのURL | http://github.com/aberonni/ultimate-guitar-randomiser-extension |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ultimate Guitar Randomiser", "description": "Adds a \"Random Tab\" button to the \"My tabs\" page on Ultimate-Guitar.com", "version": "1.2.1", "manifest_version": 3, "icons": { "48": "icons\/icon48.png", "128": "icons\/icon128.png", "512": "icons\/icon512.png" }, "action": [], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*.ultimate-guitar.com\/user\/mytabs" ], "js": [ "content.js" ], "css": [ "content.css" ] } ], "permissions": [ "tabs" ] } |