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 } |