Wonder Quick Access
Quick access to Wonder when you need it most
ما هو Wonder Quick Access؟
Wonder Quick Access هو إضافة Chrome تم تطويرها بواسطة https://askwonder.com، والميزة الرئيسية لها هي "Quick access to Wonder when you need it most".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Wonder Quick Access
قم بتنزيل ملفات الامتداد Wonder Quick Access بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Wonder saves you time researching for pitches and projects, so you can focus on the higher impact thinking that really matters. How it works: tell us what you need to know. Our network of research experts do the digging and return a detailed write-up and resources within 24 hours. Wonder's handy chrome extension adds a quick-access button for you to leverage when needed.
معلومات أساسية عن التمديد
الاسم | Wonder Quick Access |
ID | iihmnilplhfnmecpomjmmpfddlfcfhjc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/wonder-quick-access/iihmnilplhfnmecpomjmmpfddlfcfhjc |
الوصف | Quick access to Wonder when you need it most |
حجم الملف | 21.23 KB |
عدد التثبيتات | 17 |
النسخة الحالية | 0.9.1.2 |
آخر تحديث | 2016-05-31 |
تاريخ النشر | 2016-05-31 |
المطور | https://askwonder.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://askwonder.com |
عنوان صفحة سياسة الخصوصية | https://askwonder.com/privacy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wonder Quick Access", "author": "Michael Kohen", "version": "0.9.1.2", "manifest_version": 2, "description": "Quick access to Wonder when you need it most", "homepage_url": "http:\/\/askwonder.com", "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "*:\/\/*.www.google.com\/*" ], "exclude_matches": [ "*:\/\/*.www.google.com\/maps*" ], "js": [ "inject.js" ], "css": [ "askwonder.css" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_title": "Ask Wonder", "default_icon": "logo.png" }, "permissions": [ "*:\/\/*.google.com\/*" ] } |