Google Search Duration
Easily change the duration of google search
ما هو Google Search Duration؟
Google Search Duration هو إضافة Chrome تم تطويرها بواسطة Jeril Sebastian، والميزة الرئيسية لها هي "Easily change the duration of google search".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Google Search Duration
قم بتنزيل ملفات الامتداد Google Search Duration بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Easily filter results of Google search by time range. Doing so in the default search results requires quite a few clicks. This plugin does that in just 2 clicks. - Simple and lightweight - No permissions required
معلومات أساسية عن التمديد
الاسم | Google Search Duration |
ID | gohmpbncdcmfmkoceccbdfmpjbbclnpg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/google-search-duration/gohmpbncdcmfmkoceccbdfmpjbbclnpg |
الوصف | Easily change the duration of google search |
حجم الملف | 9.7 KB |
عدد التثبيتات | 56 |
النسخة الحالية | 1.1 |
آخر تحديث | 2017-08-20 |
تاريخ النشر | 2017-08-20 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | Jeril Sebastian |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google Search Duration", "description": "Easily change the duration of google search", "version": "1.1", "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "page_action": { "default_icon": "icon48.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "declarativeContent" ] } |