Search on Metal Archives
Search for bands on Metal Archives.
Search on Metal Archivesとは何ですか?
Search on Metal ArchivesはSasha Boutinによって開発されたChromeの拡張機能で、その主な機能は「Search for bands on Metal Archives.」です。
拡張機能のスクリーンショット
Search on Metal Archives拡張機能のCRXファイルをダウンロード
Search on Metal Archives拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is a simple extension to search the Metal Archives for bands with the selected text through the context menu.
拡張機能の基本情報
名前 | Search on Metal Archives |
ID | jlnnocojlolicjdcfclnkbngfidnobil |
公式URL | https://chromewebstore.google.com/detail/search-on-metal-archives/jlnnocojlolicjdcfclnkbngfidnobil |
説明 | Search for bands on Metal Archives. |
ファイルサイズ | 4.16 KB |
インストール数 | 123 |
現在のバージョン | 1.0 |
最終更新日 | 2017-03-23 |
公開日 | 2017-03-22 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | Sasha Boutin |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Search on Metal Archives", "description": "Search for bands on Metal Archives.", "version": "1.0", "author": "Sasha Boutin", "permissions": [ "contextMenus" ], "icons": { "16": "icon.png" }, "background": { "scripts": [ "popup.js" ] }, "manifest_version": 2 } |