Rotten Search
Rotten Tomatoes, home of the Tomatometer, is the most trusted measurement of quality for Movies & TV
Rotten Searchคืออะไร?
Rotten Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ekaterina และคุณลักษณะหลักของมันคือ "Rotten Tomatoes, home of the Tomatometer, is the most trusted measurement of quality for Movies & TV"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rotten Search
ดาวน์โหลดไฟล์ส่วนขยาย Rotten Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Right-click on any film and find the reviews with RottenTomatoes. http://www.rottentomatoes.com/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | mlhoekgbmiaefmhamlpeccjogpamfbbm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/rotten-search/mlhoekgbmiaefmhamlpeccjogpamfbbm |
คำอธิบาย | Rotten Tomatoes, home of the Tomatometer, is the most trusted measurement of quality for Movies & TV |
ขนาดไฟล์ | 29.04 KB |
จำนวนการติดตั้ง | 212 |
เวอร์ชันปัจจุบัน | 0.0.2 |
อัปเดตครั้งล่าสุด | 2015-08-25 |
วันที่เผยแพร่ | 2015-08-25 |
คะแนน | 5.00/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | Ekaterina |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://xtwentyonex.ru |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rotten Search", "description": "Rotten Tomatoes, home of the Tomatometer, is the most trusted measurement of quality for Movies & TV", "version": "0.0.2", "permissions": [ "contextMenus" ], "background": { "persistent": false, "scripts": [ "background.js" ] }, "icons": { "16": "icon-bitty.png", "48": "icon-small.png", "128": "icon-large.png" }, "manifest_version": 2 } |