Google Search Quick Custom Ranges
Grants ability to add additional quick date range searches with google search.
ما هو Google Search Quick Custom Ranges؟
Google Search Quick Custom Ranges هو إضافة Chrome تم تطويرها بواسطة gitnix، والميزة الرئيسية لها هي "Grants ability to add additional quick date range searches with google search.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Google Search Quick Custom Ranges
قم بتنزيل ملفات الامتداد Google Search Quick Custom Ranges بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Allows additional quick date range searches to be added to google search. Can be a handy if you need recent results but find the gap between a month and a year to be too jarring!
معلومات أساسية عن التمديد
الاسم | |
ID | lambhmlkjmfghnccdpfnnlonmdghfipl |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/google-search-quick-custo/lambhmlkjmfghnccdpfnnlonmdghfipl |
الوصف | Grants ability to add additional quick date range searches with google search. |
حجم الملف | 11.68 KB |
عدد التثبيتات | 17 |
النسخة الحالية | 1.0.3 |
آخر تحديث | 2017-09-14 |
تاريخ النشر | 2017-09-14 |
تقييم | 1.00/5 مجموع تقييمات 1 |
المطور | gitnix |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/gitnix/chrome-extension-google-search-custom-ranges |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Search Quick Custom Ranges", "version": "1.0.3", "description": "Grants ability to add additional quick date range searches with google search.", "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "manifest_version": 2, "permissions": [ "storage" ], "options_page": "options.html", "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/search*" ], "js": [ "searchRanges.js" ] } ] } |