PinAShow for TvTropes
Pin your favourite shows, films and tropes to highlight them in the list of examples.
PinAShow for TvTropesคืออะไร?
PinAShow for TvTropes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย simonbrown60 และคุณลักษณะหลักของมันคือ "Pin your favourite shows, films and tropes to highlight them in the list of examples."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PinAShow for TvTropes
ดาวน์โหลดไฟล์ส่วนขยาย PinAShow for TvTropes ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Instead of hunting through the examples of a trope to find mentions of your favourite shows, pin them, and a list of examples mentioning them will be shown at the top of each list of examples. You can pin any page: films, anime - even tropes. To pin something go to its page and click "pin" next to the title.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | lnigiffilbgaoglmmfcnemfnkceneiap |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/pinashow-for-tvtropes/lnigiffilbgaoglmmfcnemfnkceneiap |
คำอธิบาย | Pin your favourite shows, films and tropes to highlight them in the list of examples. |
ขนาดไฟล์ | 41.42 KB |
จำนวนการติดตั้ง | 10 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2015-02-02 |
วันที่เผยแพร่ | 2015-02-02 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | simonbrown60 |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PinAShow for TvTropes", "description": "Pin your favourite shows, films and tropes to highlight them in the list of examples.", "version": "1.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/tvtropes.org\/*", "https:\/\/tvtropes.org\/*" ], "js": [ "jquery-2.1.1.min.js", "content.js" ] } ] } |