Quick Reference
Quick Reference displays information on the text selected. It displays details about movies, tv series, books and people.…
Co to jest Quick Reference?
Quick Reference to rozszerzenie Chrome opracowane przez Parth Panchamia, a jego główną funkcją jest „Quick Reference displays information on the text selected. It displays details about movies, tv series, books and people.…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Quick Reference
Pobierz pliki rozszerzeń Quick Reference w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | higbpdjdblpmakjkmgchmppbljainbpi |
Oficjalny URL | https://chrome.google.com/webstore/detail/quick-reference/higbpdjdblpmakjkmgchmppbljainbpi |
Opis | Quick Reference displays information on the text selected. It displays details about movies, tv series, books and people.… |
Rozmiar pliku | 86.19 KB |
Liczba instalacji | 130 |
Aktualna Wersja | 1.0.0.4 |
Ostatnia Aktualizacja | 2013-09-09 |
Data Publikacji | 2013-09-09 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Parth Panchamia |
Typ Płatności | free |
Obsługiwane Języki | 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": [ " |