Text Keeper

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

Vad är Text Keeper?

Text Keeper är en Chrome-tillägg utvecklad av roblesg136, och dess huvudfunktion är "Simple Text editor to gather all the information from the web, to save it to .pdf or .doc afterwards.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Text Keeper-förlängningens CRX-fil

Ladda ner Text Keeper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Text Keeper Text Keeper
ID noalkdgipciipfjddllfdfamgdhhbihk
Officiell webbadress https://chrome.google.com/webstore/detail/text-keeper/noalkdgipciipfjddllfdfamgdhhbihk
Beskrivning Simple Text editor to gather all the information from the web, to save it to .pdf or .doc afterwards.
Filstorlek 2.22 MB
Antal Installationer 21
Aktuell Version 1.0.0
Senast Uppdaterad 2016-06-19
Publiceringsdatum 2016-06-19
Betyg 5.00/5 Totalt 5 Betyg
Utvecklare roblesg136
Betalningssätt free
Stödda Språk 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:\/\/*\/*"
    ]
}