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" ] } } |