convert web to word

convert open link from web to word.

What is convert web to word?

convert web to word is a Chrome extension developed by Wisethink Information Solution, and its main feature is "convert open link from web to word.".

Extension Screenshots

screenshot

Download convert web to word Extension CRX File

Download convert web to word extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name convert web to word convert web to word
ID fhapbelkkjonbfcoebcegkgkijnhdgip
Official URL https://chrome.google.com/webstore/detail/convert-web-to-word/fhapbelkkjonbfcoebcegkgkijnhdgip
Description convert open link from web to word.
File Size 153 KB
Installation Count 1,000
Current Version 0.3
Last Updated 2017-10-23
Publish Date 2017-10-23
Rating 3.33/5 Total 3 Ratings
Developer Wisethink Information Solution
Email [email protected]
Payment Type free
Supported Languages 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
}