Add Nzb Search Link To IMDb
Injects link to IMDb page that opens a new tab to your favorite NZB Search engine with search criteria entered.
什麼是Add Nzb Search Link To IMDb?
Add Nzb Search Link To IMDb是由applestoapples開發的Chrome擴展程式,該擴展的主要功能是“Injects link to IMDb page that opens a new tab to your favorite NZB Search engine with search criteria entered.”。
擴展截圖
下載Add Nzb Search Link To IMDb擴展crx文件
下載Add Nzb Search Link To IMDb擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
ALPHA Version - This is a very early release, so please bear with the bugs! If you're the kind of person who peruses IMDb to discover movies, then this is the plugin for you! This plugin will add a link underneath the movie title that directs you to your favorite NZB indexer (nzbs.in by default), with the movie name and year already pre-filled as the search criteria! Saves countless clicks and keyboard presses. *NOTE* If you'd like to leave feedback or bug reports: On the Details tab, use the "Send Feedback" link!
擴展基本資訊
名稱 | |
ID | ficckoaloeoadclcplombfcalnbobpfk |
官方網址 | https://chrome.google.com/webstore/detail/add-nzb-search-link-to-im/ficckoaloeoadclcplombfcalnbobpfk |
簡介 | Injects link to IMDb page that opens a new tab to your favorite NZB Search engine with search criteria entered. |
檔案大小 | 288 KB |
安裝次數 | 209 |
目前版本 | 0.0.2.2 |
更新時間 | 2013-07-31 |
上架時間 | 2013-07-31 |
評分 | 4.43/5 共 7 次評分 |
開發者 | applestoapples |
付費類型 | free |
擴展官網 | https://github.com/applestoapples/AddNzbSearchLinkToIMDb |
說明頁面URL | https://github.com/applestoapples/AddNzbSearchLinkToIMDb |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Add Nzb Search Link To IMDb", "version": "0.0.2.2", "manifest_version": 2, "description": "Injects link to IMDb page that opens a new tab to your favorite NZB Search engine with search criteria entered.", "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/addnzbsearchlinktoimdb\/ficckoaloeoadclcplombfcalnbobpfk", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "permissions": [ "storage" ], "default_locale": "en", "options_page": "src\/options_custom\/index.html", "background": { "scripts": [ "src\/options_custom\/lib\/store.js", "src\/background\/background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*.imdb.com\/title\/*" ], "js": [ "js\/jquery\/jquery.js", "src\/options_custom\/lib\/store.js", "js\/sprintf.js", "src\/options_custom\/manifest.js", "src\/inject\/inject.js" ], "css": [ "src\/inject\/inject.css" ] } ] } |