Rotten Search
Rotten Tomatoes, home of the Tomatometer, is the most trusted measurement of quality for Movies & TV
什麼是Rotten Search?
Rotten Search是由Ekaterina開發的Chrome擴展程式,該擴展的主要功能是“Rotten Tomatoes, home of the Tomatometer, is the most trusted measurement of quality for Movies & TV”。
擴展截圖
下載Rotten Search擴展crx文件
下載Rotten Search擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Right-click on any film and find the reviews with RottenTomatoes. http://www.rottentomatoes.com/
擴展基本資訊
名稱 | |
ID | mlhoekgbmiaefmhamlpeccjogpamfbbm |
官方網址 | 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 } |