Save As File

Save URL as file instead of open it

Wat is Save As File?

Save As File is een Chrome-extensie ontwikkeld door https://chrome.work247.ru, en de belangrijkste functie is "Save URL as file instead of open it".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Save As File

Download Save As File-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Save As File Save As File
ID iajmdojjjiapknggfnckblngginmjnbe
Officiële URL https://chromewebstore.google.com/detail/save-as-file/iajmdojjjiapknggfnckblngginmjnbe
Beschrijving Save URL as file instead of open it
Bestandsgrootte 31.58 KB
Aantal Installaties 2,137
Huidige Versie 1.1
Laatst Bijgewerkt 2020-11-19
Publicatiedatum 2016-11-26
Beoordeling 2.40/5 Totaal 5 Beoordelingen
Ontwikkelaar https://chrome.work247.ru
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}