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."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MultiSelect

ดาวน์โหลดไฟล์ส่วนขยาย MultiSelect ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        MultiSelect allows you to select multiple snippets of text on a page, highlight them, and download them as a single plaintext file.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ MultiSelect 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"
        ]
    }
}