convert web to word

convert open link from web to word.

Cos'è convert web to word?

convert web to word è un'estensione di Chrome sviluppata da Wisethink Information Solution, e la sua funzione principale è "convert open link from web to word.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione convert web to word

Scarica i file di estensione convert web to word 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

                        By using this extention you can easly convert web page to word document you have to pass document name on url ex.
www.xyz.com?fileName=file_name                    

Informazioni di Base sull'Estensione

Nome convert web to word convert web to word
ID fhapbelkkjonbfcoebcegkgkijnhdgip
URL Ufficiale https://chrome.google.com/webstore/detail/convert-web-to-word/fhapbelkkjonbfcoebcegkgkijnhdgip
Descrizione convert open link from web to word.
Dimensione del File 153 KB
Conteggio Installazioni 1,000
Versione Corrente 0.3
Ultimo Aggiornamento 2017-10-23
Data di Pubblicazione 2017-10-23
Valutazione 3.33/5 Totale 3 Valutazioni
Sviluppatore Wisethink Information Solution
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "convert web to word",
    "short_name": "convert web to word",
    "description": "convert open link from web to word.",
    "version": "0.3",
    "icons": {
        "128": "res\/logo.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "jquery.js",
            "jquery.wordexport.js",
            "FileSaver.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "jquery.wordexport.js",
                "FileSaver.js"
            ],
            "all_frames": false
        }
    ],
    "browser_action": {
        "default_popup": "htmltoword.html"
    },
    "manifest_version": 2
}