Selection to file
This extension allows the user to save selection on a text file.
Selection to fileとは何ですか?
Selection to fileはmikewellbackによって開発されたChromeの拡張機能で、その主な機能は「This extension allows the user to save selection on a text file.」です。
拡張機能のスクリーンショット
Selection to file拡張機能のCRXファイルをダウンロード
Selection to file拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Have you ever needed to save part of the text from a web page? What you can do nowadays, is to save the entire page, with all the unneeded images and resources attached (a lot of things, for just some text) or to copy the text, open a text editor, paste it and search for a path where to save it (a lot of steps!). With Selection to file, today, you can simply select the text you want and click save: you will find all the text you saved in the download folder.
拡張機能の基本情報
名前 | Selection to file |
ID | jolheiipneamokgnlmfbnmkngphjpnji |
公式URL | https://chromewebstore.google.com/detail/selection-to-file/jolheiipneamokgnlmfbnmkngphjpnji |
説明 | This extension allows the user to save selection on a text file. |
ファイルサイズ | 8.52 KB |
インストール数 | 162 |
現在のバージョン | 1.1 |
最終更新日 | 2023-05-05 |
公開日 | 2017-12-21 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | mikewellback |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Selection to file", "description": "This extension allows the user to save selection on a text file.", "version": "1.1", "browser_action": { "default_icon": "g19.png", "default_popup": "popup.html", "default_title": "Selection to file info" }, "icons": { "16": "g16.png", "48": "g48.png", "128": "g128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab", "contextMenus", "downloads" ] } |