Save As File

Save URL as file instead of open it

Save As File là gì?

Save As File là một tiện ích mở rộng Chrome được phát triển bởi https://chrome.work247.ru, và tính năng chính của nó là "Save URL as file instead of open it".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Save As File

Tải xuống các tệp mở rộng Save As File 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

                        A simple extension to help you download and save the URL to a file on your local drive.
It behaves like 'Save As...' or 'Save link as...' context menu item for any URL entered in the dialog box.
Switch for bottom downloading bar added in version 1.1                    

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

Tên Save As File Save As File
ID iajmdojjjiapknggfnckblngginmjnbe
URL Chính Thức https://chromewebstore.google.com/detail/save-as-file/iajmdojjjiapknggfnckblngginmjnbe
Mô tả Save URL as file instead of open it
Kích Thước Tệp 31.58 KB
Số Lần Cài Đặt 2,137
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2020-11-19
Ngày Phát Hành 2016-11-26
Đánh Giá 2.40/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://chrome.work247.ru
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Save As File",
    "short_name": "__MSG_shortName__",
    "version": "1.1",
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon40.png",
        "128": "icon100.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon30.png"
        },
        "default_title": "__MSG_tooltip__",
        "default_popup": "popup.html"
    },
    "minimum_chrome_version": "31",
    "permissions": [
        "activeTab",
        "downloads",
        "downloads.shelf"
    ]
}