TxtPad

Quick Notes from Anywhere!

Cos'è TxtPad?

TxtPad è un'estensione di Chrome sviluppata da https://txtpad.in, e la sua funzione principale è "Quick Notes from Anywhere!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione TxtPad

Scarica i file di estensione TxtPad 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

                        TxtPad for Google Chrome helps you in conveniently creating notes from web pages as you browse them. It saves all notes in your TxtPad account.

With the TxtPad for Google Chrome, you can - 

+ Select text content and save as note
+ Save current page link with title as a note
+ Save any link on the web page as a note
+ Create notes from any page

All this without opening the TxtPad web applicatoin. 

It's super-quick and super-easy!                    

Informazioni di Base sull'Estensione

Nome TxtPad TxtPad
ID andhgnknhimoabaoajbafhgglhkcmjae
URL Ufficiale https://chromewebstore.google.com/detail/txtpad/andhgnknhimoabaoajbafhgglhkcmjae
Descrizione Quick Notes from Anywhere!
Dimensione del File 39.12 KB
Conteggio Installazioni 181
Versione Corrente 0.0.0.3
Ultimo Aggiornamento 2013-12-02
Data di Pubblicazione 2013-12-01
Valutazione 3.00/5 Totale 4 Valutazioni
Sviluppatore https://txtpad.in
Tipo di Pagamento free
Sito Web dell'Estensione http://txtpad.in
URL della Pagina di Aiuto http://txtpad.in
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TxtPad",
    "description": "Quick Notes from Anywhere!",
    "version": "0.0.0.3",
    "homepage_url": "http:\/\/txtpad.in",
    "icons": {
        "16": "images\/tbxlogo16.png",
        "48": "images\/tbxlogo48.png",
        "128": "images\/tbxlogo128.png"
    },
    "browser_action": {
        "default_icon": "images\/tbxlogo19.png",
        "default_title": "TxtPad",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "scripts\/jquery-2.0.0.min.js",
            "scripts\/common.min.js",
            "scripts\/background.min.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "scripts\/content_script.min.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "tabs",
        "notifications",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "images\/tbxlogo48.png",
        "images\/tbxlogo19.png",
        "scripts\/content_script.min.js.map"
    ]
}