Save As File

Save URL as file instead of open it

什麼是Save As File?

Save As File是由https://chrome.work247.ru開發的Chrome擴展程式,該擴展的主要功能是“Save URL as file instead of open it”。

擴展截圖

screenshot
screenshot
screenshot

下載Save As File擴展crx文件

下載Save As File擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Save As File Save As File
ID iajmdojjjiapknggfnckblngginmjnbe
官方網址 https://chromewebstore.google.com/detail/save-as-file/iajmdojjjiapknggfnckblngginmjnbe
簡介 Save URL as file instead of open it
檔案大小 31.58 KB
安裝次數 2,137
目前版本 1.1
更新時間 2020-11-19
上架時間 2016-11-26
評分 2.40/5 共 5 次評分
開發者 https://chrome.work247.ru
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    ]
}