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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย applestoapples และคุณลักษณะหลักของมันคือ "Injects link to IMDb page that opens a new tab to your favorite NZB Search engine with search criteria entered."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Add Nzb Search Link To IMDb

ดาวน์โหลดไฟล์ส่วนขยาย 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!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Add Nzb Search Link To IMDb Add Nzb Search Link To IMDb
ID ficckoaloeoadclcplombfcalnbobpfk
URL อย่างเป็นทางการ 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"
            ]
        }
    ]
}