Text Keeper
Simple Text editor to gather all the information from the web, to save it to .pdf or .doc afterwards.
Wat is Text Keeper?
Text Keeper is een Chrome-extensie ontwikkeld door roblesg136, en de belangrijkste functie is "Simple Text editor to gather all the information from the web, to save it to .pdf or .doc afterwards.".
Extensie Screenshots
Download het CRX-bestand van de extensie Text Keeper
Download Text Keeper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | noalkdgipciipfjddllfdfamgdhhbihk |
Officiële URL | https://chrome.google.com/webstore/detail/text-keeper/noalkdgipciipfjddllfdfamgdhhbihk |
Beschrijving | Simple Text editor to gather all the information from the web, to save it to .pdf or .doc afterwards. |
Bestandsgrootte | 2.22 MB |
Aantal Installaties | 21 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2016-06-19 |
Publicatiedatum | 2016-06-19 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | roblesg136 |
Betalingswijze | free |
Ondersteunde Talen | 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:\/\/*\/*" ] } |