Selecton — selection popup. Copy and search
Customizable popup with actions on text selection
ما هو Selecton — selection popup. Copy and search؟
Selecton — selection popup. Copy and search هو إضافة Chrome تم تطويرها بواسطة emvaized، والميزة الرئيسية لها هي "Customizable popup with actions on text selection".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Selecton — selection popup. Copy and search
قم بتنزيل ملفات الامتداد Selecton — selection popup. Copy and search بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
* Copy or search any text in one click, just like in Opera browser. Especially useful for laptops * Currency converter (supports 30+ currencies and 10+ crypto currencies) * Basic units converter (metric/imperial) and timezones conversion * Contextual buttons depending on selected text, such as 'Open link', 'Translate', 'Show on map', CSS color preview and more * Smart selection feature - automatic snapping by words, so you'll never lose that last letter again * Customizable appearance for the tooltip, and ability to set custom selection color * Selection handles, which allow to quickly edit text selection * Live translation of the selected text on hovering the "Translate" button * Dictionary button, which fetches definition from Wikipedia on hover * Highlighter button, which allows to highlight specific text on page and quickly find it later * Instant word and symbols count in text selection ...and much more Selecton does not collect, store or share any personal data, and will always remain open-source as a guarantee of it. If you want to financially support the project, you can find the Ko-Fi link on GitHub page or in extension options.
معلومات أساسية عن التمديد
الاسم | Selecton — selection popup. Copy and search |
ID | pemdbnndbdpbelmfcddaihdihdfmnadi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/selecton-%E2%80%94-selection-popu/pemdbnndbdpbelmfcddaihdihdfmnadi |
الوصف | Customizable popup with actions on text selection |
حجم الملف | 184 KB |
عدد التثبيتات | 2,287 |
النسخة الحالية | 3.7.0 |
آخر تحديث | 2024-02-05 |
تاريخ النشر | 2021-02-18 |
تقييم | 4.88/5 مجموع تقييمات 68 |
المطور | emvaized |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/emvaized/selecton-extension/ |
عنوان صفحة سياسة الخصوصية | https://github.com/emvaized/selecton-extension/blob/master/PRIVACY.md |
اللغات المدعومة | de,en,fr,nl,tr,es,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Selecton \u2014 selection popup. Copy and search", "version": "3.7.0", "author": "emvaized", "description": "__MSG_extensionDescription__", "default_locale": "en", "icons": { "48": "icons\/logo-48.png", "96": "icons\/logo-96.png" }, "web_accessible_resources": [ "icons\/button-icons\/bold.svg", "icons\/button-icons\/calendar.svg", "icons\/button-icons\/call.svg", "icons\/button-icons\/clear.svg", "icons\/button-icons\/copy.svg", "icons\/button-icons\/cut.svg", "icons\/button-icons\/dictionary.svg", "icons\/button-icons\/email.svg", "icons\/button-icons\/italic.svg", "icons\/button-icons\/link.svg", "icons\/button-icons\/marker.svg", "icons\/button-icons\/map.svg", "icons\/button-icons\/open.svg", "icons\/button-icons\/paste.svg", "icons\/button-icons\/search.svg", "icons\/button-icons\/strike.svg", "icons\/button-icons\/time.svg", "icons\/button-icons\/translate.svg" ], "browser_specific_settings": { "gecko": { "id": "[email protected]" } }, "background": { "scripts": [ "src\/functions\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ " |