Text Keeper

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

Cos'è Text Keeper?

Text Keeper è un'estensione di Chrome sviluppata da roblesg136, e la sua funzione principale è "Simple Text editor to gather all the information from the web, to save it to .pdf or .doc afterwards.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Text Keeper

Scarica i file di estensione Text Keeper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Text Keeper Text Keeper
ID noalkdgipciipfjddllfdfamgdhhbihk
URL Ufficiale https://chrome.google.com/webstore/detail/text-keeper/noalkdgipciipfjddllfdfamgdhhbihk
Descrizione Simple Text editor to gather all the information from the web, to save it to .pdf or .doc afterwards.
Dimensione del File 2.22 MB
Conteggio Installazioni 21
Versione Corrente 1.0.0
Ultimo Aggiornamento 2016-06-19
Data di Pubblicazione 2016-06-19
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore roblesg136
Tipo di Pagamento free
Lingue Supportate 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:\/\/*\/*"
    ]
}