Text Keeper
Simple Text editor to gather all the information from the web, to save it to .pdf or .doc afterwards.
Co je Text Keeper?
Text Keeper je rozšíření Chrome vyvinuté roblesg136, a jeho hlavní funkcí je „Simple Text editor to gather all the information from the web, to save it to .pdf or .doc afterwards.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Text Keeper
Stáhněte si soubory rozšíření Text Keeper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | |
ID | noalkdgipciipfjddllfdfamgdhhbihk |
Oficiální URL | https://chrome.google.com/webstore/detail/text-keeper/noalkdgipciipfjddllfdfamgdhhbihk |
Popis | Simple Text editor to gather all the information from the web, to save it to .pdf or .doc afterwards. |
Velikost souboru | 2.22 MB |
Počet instalací | 21 |
Aktuální Verze | 1.0.0 |
Poslední Aktualizace | 2016-06-19 |
Datum Vydání | 2016-06-19 |
Hodnocení | 5.00/5 Celkem 5 Hodnocení |
Vývojář | roblesg136 |
Typ Platby | free |
Podporované Jazyky | 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:\/\/*\/*" ] } |