Save As File
Save URL as file instead of open it
Cos'è Save As File?
Save As File è un'estensione di Chrome sviluppata da https://chrome.work247.ru, e la sua funzione principale è "Save URL as file instead of open it".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Save As File
Scarica i file di estensione Save As File in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Save As File |
ID | iajmdojjjiapknggfnckblngginmjnbe |
URL Ufficiale | https://chromewebstore.google.com/detail/save-as-file/iajmdojjjiapknggfnckblngginmjnbe |
Descrizione | Save URL as file instead of open it |
Dimensione del File | 31.58 KB |
Conteggio Installazioni | 2,137 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2020-11-19 |
Data di Pubblicazione | 2016-11-26 |
Valutazione | 2.40/5 Totale 5 Valutazioni |
Sviluppatore | https://chrome.work247.ru |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |