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.
扩展基本信息
名称 | 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" ] } } |