MultiSelect
Allows the user to select multiple sections of text, highlight those selections, and export them as a single text document.
ما هو MultiSelect؟
MultiSelect هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Allows the user to select multiple sections of text, highlight those selections, and export them as a single text document.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة MultiSelect
قم بتنزيل ملفات الامتداد MultiSelect بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
MultiSelect allows you to select multiple snippets of text on a page, highlight them, and download them as a single plaintext file.
معلومات أساسية عن التمديد
الاسم | MultiSelect |
ID | pgmbjfpmcplcjecijhebaaifghgoklhb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/multiselect/pgmbjfpmcplcjecijhebaaifghgoklhb |
الوصف | Allows the user to select multiple sections of text, highlight those selections, and export them as a single text document. |
حجم الملف | 23.82 KB |
عدد التثبيتات | 380 |
النسخة الحالية | 0.2 |
آخر تحديث | 2018-12-09 |
تاريخ النشر | 2018-12-09 |
تقييم | 2.50/5 مجموع تقييمات 2 |
المطور | Unknown |
نوع الدفع | free |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MultiSelect", "description": "Allows the user to select multiple sections of text, highlight those selections, and export them as a single text document.", "version": "0.2", "browser_action": { "default_icon": "msicon-48.png", "default_title": "Enable MultiSelect" }, "icons": { "16": "msicon-16.png", "48": "msicon-48.png", "128": "msicon-128.png" }, "permissions": [ "activeTab" ], "background": { "persistent": true, "scripts": [ "multiselect.js" ] } } |