Quick Reference
Quick Reference displays information on the text selected. It displays details about movies, tv series, books and people.…
ما هو Quick Reference؟
Quick Reference هو إضافة Chrome تم تطويرها بواسطة Parth Panchamia، والميزة الرئيسية لها هي "Quick Reference displays information on the text selected. It displays details about movies, tv series, books and people.…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Quick Reference
قم بتنزيل ملفات الامتداد Quick Reference بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان URL الرسمي | 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": [ " |