Text Keeper

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

Hvad er Text Keeper?

Text Keeper er en Chrome-udvidelse udviklet af roblesg136, og dens hovedfunktion er "Simple Text editor to gather all the information from the web, to save it to .pdf or .doc afterwards.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Text Keeper-udvidelses-CRX-fil

Download Text Keeper-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Text Keeper Text Keeper
ID noalkdgipciipfjddllfdfamgdhhbihk
Officiel URL https://chrome.google.com/webstore/detail/text-keeper/noalkdgipciipfjddllfdfamgdhhbihk
Beskrivelse Simple Text editor to gather all the information from the web, to save it to .pdf or .doc afterwards.
Filstørrelse 2.22 MB
Antal Installationer 21
Nuværende Version 1.0.0
Senest Opdateret 2016-06-19
Udgivelsesdato 2016-06-19
Bedømmelse 5.00/5 Samlet 5 Bedømmelser
Udvikler roblesg136
Betalingsmetode free
Understøttede Sprog 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:\/\/*\/*"
    ]
}