convert web to word

convert open link from web to word.

convert web to wordとは何ですか?

convert web to wordはWisethink Information Solutionによって開発されたChromeの拡張機能で、その主な機能は「convert open link from web to word.」です。

拡張機能のスクリーンショット

screenshot

convert web to word拡張機能のCRXファイルをダウンロード

convert web to word拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 convert web to word convert web to word
ID fhapbelkkjonbfcoebcegkgkijnhdgip
公式URL https://chrome.google.com/webstore/detail/convert-web-to-word/fhapbelkkjonbfcoebcegkgkijnhdgip
説明 convert open link from web to word.
ファイルサイズ 153 KB
インストール数 1,000
現在のバージョン 0.3
最終更新日 2017-10-23
公開日 2017-10-23
評価 3.33/5 合計 3 レビュー
開発者 Wisethink Information Solution
Eメール [email protected]
支払い方法 free
対応言語 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
}