Select all in context menu
This extension allows the user to select all text from the context menu of the current page.
ما هو Select all in context menu؟
Select all in context menu هو إضافة Chrome تم تطويرها بواسطة Gabor، والميزة الرئيسية لها هي "This extension allows the user to select all text from the context menu of the current page.".
تحميل ملف CRX للإضافة Select all in context menu
قم بتنزيل ملفات الامتداد Select all in context menu بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | Select all in context menu |
ID | hjplacmcplgbbhgfjbbjdpjliibpgefm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/select-all-in-context-men/hjplacmcplgbbhgfjbbjdpjliibpgefm |
الوصف | This extension allows the user to select all text from the context menu of the current page. |
حجم الملف | 8.07 KB |
عدد التثبيتات | 213 |
النسخة الحالية | 0.5 |
آخر تحديث | 2017-12-01 |
تاريخ النشر | 2017-12-01 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | Gabor |
نوع الدفع | free |
اللغات المدعومة | de,en,fr,tr,es,it,hu,pt-BR,pt-PT,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Select all in context menu", "description": "This extension allows the user to select all text from the context menu of the current page.", "version": "0.5", "default_locale": "en", "background": { "scripts": [ "selectall.js" ] }, "icons": { "16": "images\/ico16.png" }, "permissions": [ "contextMenus", "activeTab" ] } |