Selection to file
This extension allows the user to save selection on a text file.
Qu'est-ce que Selection to file ?
Selection to file est une extension Chrome développée par mikewellback, et sa fonction principale est "This extension allows the user to save selection on a text file.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Selection to file
Téléchargez les fichiers d'extension Selection to file au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Selection to file |
ID | jolheiipneamokgnlmfbnmkngphjpnji |
URL Officiel | https://chromewebstore.google.com/detail/selection-to-file/jolheiipneamokgnlmfbnmkngphjpnji |
Description | This extension allows the user to save selection on a text file. |
Taille du Fichier | 8.52 KB |
Nombre d'Installations | 162 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2023-05-05 |
Date de Publication | 2017-12-21 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | mikewellback |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |