IMDb Plot Keywords Sorter
Sorts the keywords in IMDb Plot Keywords page.
IMDb Plot Keywords Sorterคืออะไร?
IMDb Plot Keywords Sorter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย [email protected] และคุณลักษณะหลักของมันคือ "Sorts the keywords in IMDb Plot Keywords page."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IMDb Plot Keywords Sorter
ดาวน์โหลดไฟล์ส่วนขยาย IMDb Plot Keywords Sorter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Torna mais amigável a lista das "plot keywords" no IMDb.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | IMDb Plot Keywords Sorter |
ID | oljgehhfljifmmnoliioipkneljhmico |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/imdb-plot-keywords-sorter/oljgehhfljifmmnoliioipkneljhmico |
คำอธิบาย | Sorts the keywords in IMDb Plot Keywords page. |
ขนาดไฟล์ | 12.57 KB |
จำนวนการติดตั้ง | 20 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2015-02-08 |
วันที่เผยแพร่ | 2015-02-08 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IMDb Plot Keywords Sorter", "version": "1.2", "manifest_version": 2, "description": "Sorts the keywords in IMDb Plot Keywords page.", "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.imdb.com\/title\/*\/keywords", "http:\/\/www.imdb.com\/title\/*\/keywords?*", "https:\/\/www.imdb.com\/title\/*\/keywords", "https:\/\/www.imdb.com\/title\/*\/keywords?*" ], "js": [ "content_script.js" ], "css": [ "styles.css" ], "run_at": "document_end" } ] } |