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”。
扩展截图
下载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 |
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 |
电子邮箱 | [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" ] } |