convert web to word

convert open link from web to word.

convert web to word là gì?

convert web to word là một tiện ích mở rộng Chrome được phát triển bởi Wisethink Information Solution, và tính năng chính của nó là "convert open link from web to word.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng convert web to word

Tải xuống các tệp mở rộng convert web to word dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên convert web to word convert web to word
ID fhapbelkkjonbfcoebcegkgkijnhdgip
URL Chính Thức https://chrome.google.com/webstore/detail/convert-web-to-word/fhapbelkkjonbfcoebcegkgkijnhdgip
Mô tả convert open link from web to word.
Kích Thước Tệp 153 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2017-10-23
Ngày Phát Hành 2017-10-23
Đánh Giá 3.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Wisethink Information Solution
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}