TXTPEN Web Pen

txtpen learns the way you highlight the web

Cos'è TXTPEN Web Pen?

TXTPEN Web Pen è un'estensione di Chrome sviluppata da http://txtpen.com, e la sua funzione principale è "txtpen learns the way you highlight the web".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione TXTPEN Web Pen

Scarica i file di estensione TXTPEN Web Pen 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

                                            

Informazioni di Base sull'Estensione

Nome TXTPEN Web Pen TXTPEN Web Pen
ID cgmgoplajbhiglefllnjknlcjnabimhk
URL Ufficiale https://chrome.google.com/webstore/detail/txtpen-web-pen/cgmgoplajbhiglefllnjknlcjnabimhk
Descrizione txtpen learns the way you highlight the web
Dimensione del File 18.57 KB
Conteggio Installazioni 162
Versione Corrente 0.0.2
Ultimo Aggiornamento 2018-04-01
Data di Pubblicazione 2018-04-01
Valutazione 2.33/5 Totale 3 Valutazioni
Sviluppatore http://txtpen.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://txtpen.com
Lingue Supportate en
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "TXTPEN INJECT"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/cdnjs.cloudflare.com https:\/\/txtpen.com; object-src 'self'",
    "description": "txtpen learns the way you highlight the web",
    "homepage_url": "https:\/\/txtpen.com",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "32": "icon32.png",
        "96": "icon96.png"
    },
    "manifest_version": 2,
    "name": "TXTPEN Web Pen",
    "permissions": [
        "storage",
        "tabs",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.2"
}