Quick Reference
Quick Reference displays information on the text selected. It displays details about movies, tv series, books and people.…
Vad är Quick Reference?
Quick Reference är en Chrome-tillägg utvecklad av Parth Panchamia, och dess huvudfunktion är "Quick Reference displays information on the text selected. It displays details about movies, tv series, books and people.…".
Tilläggsskärmbilder
Ladda ner Quick Reference-förlängningens CRX-fil
Ladda ner Quick Reference-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | higbpdjdblpmakjkmgchmppbljainbpi |
Officiell webbadress | https://chrome.google.com/webstore/detail/quick-reference/higbpdjdblpmakjkmgchmppbljainbpi |
Beskrivning | Quick Reference displays information on the text selected. It displays details about movies, tv series, books and people.… |
Filstorlek | 86.19 KB |
Antal Installationer | 130 |
Aktuell Version | 1.0.0.4 |
Senast Uppdaterad | 2013-09-09 |
Publiceringsdatum | 2013-09-09 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Parth Panchamia |
Betalningssätt | free |
Stödda Språk | 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": [ " |