Text Keeper

Simple Text editor to gather all the information from the web, to save it to .pdf or .doc afterwards.

What is Text Keeper?

Text Keeper is a Chrome extension developed by roblesg136, and its main feature is "Simple Text editor to gather all the information from the web, to save it to .pdf or .doc afterwards.".

Extension Screenshots

screenshot
screenshot

Download Text Keeper Extension CRX File

Download Text Keeper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Text Keeper Text Keeper
ID noalkdgipciipfjddllfdfamgdhhbihk
Official URL 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.
File Size 2.22 MB
Installation Count 21
Current Version 1.0.0
Last Updated 2016-06-19
Publish Date 2016-06-19
Rating 5.00/5 Total 5 Ratings
Developer roblesg136
Payment Type free
Supported Languages 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:\/\/*\/*"
    ]
}