Text Keeper
Simple Text editor to gather all the information from the web, to save it to .pdf or .doc afterwards.
Qu'est-ce que Text Keeper ?
Text Keeper est une extension Chrome développée par roblesg136, et sa fonction principale est "Simple Text editor to gather all the information from the web, to save it to .pdf or .doc afterwards.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Text Keeper
Téléchargez les fichiers d'extension Text Keeper 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
Editor de texto simple para reunir toda la información de la web,para guardarla en .pdf o .doc . Para activar el panel y la extensión deberás ir a la siguiente url y activar el panel: chrome://flags/#enable-panels
Informations de Base sur l'Extension
Nom | |
ID | noalkdgipciipfjddllfdfamgdhhbihk |
URL Officiel | https://chrome.google.com/webstore/detail/text-keeper/noalkdgipciipfjddllfdfamgdhhbihk |
Description | Simple Text editor to gather all the information from the web, to save it to .pdf or .doc afterwards. |
Taille du Fichier | 2.22 MB |
Nombre d'Installations | 21 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2016-06-19 |
Date de Publication | 2016-06-19 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | roblesg136 |
Type de Paiement | free |
Langues Prises en Charge | es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Text Keeper", "version": "1.0.0", "manifest_version": 2, "description": "Simple Text editor to gather all the information from the web, to save it to .pdf or .doc afterwards.", "browser_action": { "default_title": "Text Keeper", "default_icon": "icons\/icon-32.png", "default_popup": "popup.html" }, "icons": { "16": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |