Buster
Generate a new 'busted' link
Busterとは何ですか?
BusterはJim Farrugiaによって開発されたChromeの拡張機能で、その主な機能は「Generate a new 'busted' link」です。
拡張機能のスクリーンショット
Buster拡張機能のCRXファイルをダウンロード
Buster拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Adds or updates the value of the "busted" URL query parameter. Simply open the popup and click the button to generate a new "busted" link.
拡張機能の基本情報
名前 | Buster |
ID | hecncknibnmjplflipbjpikmajllbeci |
公式URL | https://chromewebstore.google.com/detail/buster/hecncknibnmjplflipbjpikmajllbeci |
説明 | Generate a new 'busted' link |
ファイルサイズ | 12.56 KB |
インストール数 | 194 |
現在のバージョン | 1.0 |
最終更新日 | 2020-03-02 |
公開日 | 2020-03-02 |
開発者 | Jim Farrugia |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Buster", "description": "Generate a new 'busted' link", "version": "1.0", "browser_action": { "default_popup": "popup.html" }, "permissions": [ "activeTab" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |