MultiSelect
Allows the user to select multiple sections of text, highlight those selections, and export them as a single text document.
什麼是MultiSelect?
MultiSelect是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Allows the user to select multiple sections of text, highlight those selections, and export them as a single text document.”。
擴展截圖
下載MultiSelect擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | pgmbjfpmcplcjecijhebaaifghgoklhb |
| 官方網址 | 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"
]
}
} | |