Torrentz direct search
A kick-ass way to search a torrent by selecting text!
什么是Torrentz direct search?
Torrentz direct search是由Rich Art开发的Chrome扩展程序,该扩展的主要功能是“A kick-ass way to search a torrent by selecting text!”。
扩展截图
下载Torrentz direct search扩展crx文件
下载Torrentz direct search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
| 名称 | |
| ID | dilkpbckgcjjlgpkejlemkmlgceghijn |
| 官方URL | https://chromewebstore.google.com/detail/torrentz-direct-search/dilkpbckgcjjlgpkejlemkmlgceghijn |
| 简介 | A kick-ass way to search a torrent by selecting text! |
| 文件大小 | 7.46 KB |
| 安装次数 | 789 |
| 当前版本 | 0.5.1 |
| 更新时间 | 2016-05-24 |
| 上架时间 | 2016-05-24 |
| 评分 | 3.80/5 共5次评分 |
| 开发者 | Rich Art |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Torrentz direct search",
"author": "Richard van Goch",
"description": "A kick-ass way to search a torrent by selecting text!",
"version": "0.5.1",
"short_name": "Torrentz search",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"background": {
"scripts": [
"script.js"
]
},
"permissions": [
"contextMenus"
]
} | |