Quick Reference
Quick Reference displays information on the text selected. It displays details about movies, tv series, books and people.…
Wat is Quick Reference?
Quick Reference is een Chrome-extensie ontwikkeld door Parth Panchamia, en de belangrijkste functie is "Quick Reference displays information on the text selected. It displays details about movies, tv series, books and people.…".
Extensie Screenshots
Download het CRX-bestand van de extensie Quick Reference
Download Quick Reference-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | higbpdjdblpmakjkmgchmppbljainbpi |
Officiële URL | https://chrome.google.com/webstore/detail/quick-reference/higbpdjdblpmakjkmgchmppbljainbpi |
Beschrijving | Quick Reference displays information on the text selected. It displays details about movies, tv series, books and people.… |
Bestandsgrootte | 86.19 KB |
Aantal Installaties | 130 |
Huidige Versie | 1.0.0.4 |
Laatst Bijgewerkt | 2013-09-09 |
Publicatiedatum | 2013-09-09 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Parth Panchamia |
Betalingswijze | free |
Ondersteunde Talen | 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": [ " |