Save As File
Save URL as file instead of open it
What is Save As File?
Save As File is a Chrome extension developed by https://chrome.work247.ru, and its main feature is "Save URL as file instead of open it".
Extension Screenshots
Download Save As File Extension CRX File
Download Save As File extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Save As File |
ID | iajmdojjjiapknggfnckblngginmjnbe |
Official URL | https://chromewebstore.google.com/detail/save-as-file/iajmdojjjiapknggfnckblngginmjnbe |
Description | Save URL as file instead of open it |
File Size | 31.58 KB |
Installation Count | 2,137 |
Current Version | 1.1 |
Last Updated | 2020-11-19 |
Publish Date | 2016-11-26 |
Rating | 2.40/5 Total 5 Ratings |
Developer | https://chrome.work247.ru |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |