Select and Search
Search for selected text on any search engine.
ما هو Select and Search؟
Select and Search هو إضافة Chrome تم تطويرها بواسطة 痛ったい، والميزة الرئيسية لها هي "Search for selected text on any search engine.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Select and Search
قم بتنزيل ملفات الامتداد Select and Search بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
You can add or remove search engines to context menu. You can also search for images, videos, dictionaries and shopping or use translations and more. 《 URL format for search settings in the option page 》 Your selected text will be replaced from %s in URL for search or that is placed at the end of the URL. https://www.google.com/search?q=%s or https://www.google.com/search?q= * If you need a separator, set TITLE and URL to "-"(minus sign). * Search engine URL examples available, please see my web page (Firefox version).
معلومات أساسية عن التمديد
الاسم | Select and Search |
ID | mjdbaljlhcapchmnabhkalepomkbcjno |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/select-and-search/mjdbaljlhcapchmnabhkalepomkbcjno |
الوصف | Search for selected text on any search engine. |
حجم الملف | 15.47 KB |
عدد التثبيتات | 116 |
النسخة الحالية | 1.4 |
آخر تحديث | 2021-08-18 |
تاريخ النشر | 2020-05-09 |
المطور | 痛ったい |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://addons.mozilla.org/en-US/firefox/addon/select-and-search/ |
اللغات المدعومة | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "version": "1.4", "default_locale": "en", "author": "\u75db\u3063\u305f\u3044", "background": { "scripts": [ "background.js" ] }, "options_ui": { "open_in_tab": true, "page": "options.html" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "96": "icons\/icon96.png" }, "permissions": [ "storage", "contextMenus", "tabs" ] } |