Save Webpage as Docx

Lưu trang Web dưới dịnh dạng Docx

Cos'è Save Webpage as Docx?

Save Webpage as Docx è un'estensione di Chrome sviluppata da Sách Mềm, e la sua funzione principale è "Lưu trang Web dưới dịnh dạng Docx".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Save Webpage as Docx

Scarica i file di estensione Save Webpage as Docx 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

                        Tiện ích giúp lưu trang Web dưới định dạng Docx, Microsoft Word.

PRIVACY POLICY:https://docs.google.com/document/d/1wO_vmJ_Zd-gY0_2ttbLtM20eeNdL22qsdB8bQa5hAsM/edit                    

Informazioni di Base sull'Estensione

Nome Save Webpage as Docx Save Webpage as Docx
ID nngakbhgkokeenjjncalkjobnhemihli
URL Ufficiale https://chrome.google.com/webstore/detail/save-webpage-as-docx/nngakbhgkokeenjjncalkjobnhemihli
Descrizione Lưu trang Web dưới dịnh dạng Docx
Dimensione del File 59.52 KB
Conteggio Installazioni 5,000
Versione Corrente 0.1.5
Ultimo Aggiornamento 2019-10-11
Data di Pubblicazione 2019-10-10
Valutazione 3.11/5 Totale 19 Valutazioni
Sviluppatore Sách Mềm
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://docs.google.com/document/d/1wO_vmJ_Zd-gY0_2ttbLtM20eeNdL22qsdB8bQa5hAsM/edit
Lingue Supportate vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Save Webpage as Docx",
    "description": "L\u01b0u trang Web d\u01b0\u1edbi d\u1ecbnh d\u1ea1ng Docx",
    "author": "NTH",
    "version": "0.1.5",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "c.css"
            ],
            "js": [
                "jquery.js",
                "extension.js"
            ]
        }
    ],
    "manifest_version": 2
}