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
公式URL 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
Eメール [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"
    ]
}