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拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | Torrentz direct search |
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 |
Eメール | [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" ] } |