Quick Reference
Quick Reference displays information on the text selected. It displays details about movies, tv series, books and people.…
什麼是Quick Reference?
Quick Reference是由Parth Panchamia開發的Chrome擴展程式,該擴展的主要功能是“Quick Reference displays information on the text selected. It displays details about movies, tv series, books and people.…”。
擴展截圖
下載Quick Reference擴展crx文件
下載Quick Reference擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Quick Reference displays information on the text selected. It displays details about movies, tv series, books and people. Information shown is retrieved from Freebase, Wikipedia, Google Books, IMDb, Rotten Tomatoes, The TVDB.
擴展基本資訊
名稱 | |
ID | higbpdjdblpmakjkmgchmppbljainbpi |
官方網址 | https://chrome.google.com/webstore/detail/quick-reference/higbpdjdblpmakjkmgchmppbljainbpi |
簡介 | Quick Reference displays information on the text selected. It displays details about movies, tv series, books and people.… |
檔案大小 | 86.19 KB |
安裝次數 | 130 |
目前版本 | 1.0.0.4 |
更新時間 | 2013-09-09 |
上架時間 | 2013-09-09 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Parth Panchamia |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Quick Reference", "version": "1.0.0.4", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "options_page": "options.html", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "tabs", "http:\/\/*\/", "storage" ], "content_scripts": [ { "matches": [ " |