Selection to file
This extension allows the user to save selection on a text file.
Was ist Selection to file?
Selection to file ist eine Chrome-Erweiterung, die von mikewellback entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows the user to save selection on a text file.".
Erweiterungsscreenshots
Selection to file-Erweiterungs-CRX-Datei herunterladen
Laden Sie Selection to file-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Selection to file |
ID | jolheiipneamokgnlmfbnmkngphjpnji |
Offizielle URL | https://chromewebstore.google.com/detail/selection-to-file/jolheiipneamokgnlmfbnmkngphjpnji |
Beschreibung | This extension allows the user to save selection on a text file. |
Dateigröße | 8.52 KB |
Installationsanzahl | 162 |
Aktuelle Version | 1.1 |
Letztes Update | 2023-05-05 |
Veröffentlichungsdatum | 2017-12-21 |
Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
Entwickler | mikewellback |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |