EasySave
Automaticaly saves all the opened tabs of a Chrome window with a specific file extension.
Cos'è EasySave?
EasySave è un'estensione di Chrome sviluppata da Aisteru, e la sua funzione principale è "Automaticaly saves all the opened tabs of a Chrome window with a specific file extension.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione EasySave
Scarica i file di estensione EasySave 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
Tired of saving all your tabs one by one ? EasySave is here to help you with that.
All you need to do is to provide a subfolder name, and voilà ! All your tabs in the window are downloaded.
You even have to rename them afterwards ? No problem ! EasySave does that too. Give it a name template, and it will save all your files with autoincremented names !
GitHub : https://github.com/AisteruFire/EasySave Informazioni di Base sull'Estensione
| Nome | |
| ID | mfnkmocejbamniefdmgilddcphjhpeck |
| URL Ufficiale | https://chromewebstore.google.com/detail/easysave/mfnkmocejbamniefdmgilddcphjhpeck |
| Descrizione | Automaticaly saves all the opened tabs of a Chrome window with a specific file extension. |
| Dimensione del File | 296 KB |
| Conteggio Installazioni | 18 |
| Versione Corrente | 1.3.10.1 |
| Ultimo Aggiornamento | 2019-01-20 |
| Data di Pubblicazione | 2019-01-20 |
| Sviluppatore | Aisteru |
| Tipo di Pagamento | free |
| URL della Pagina di Aiuto | https://github.com/AisteruFire/EasySave |
| Lingue Supportate | en,fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "EasySave",
"version": "1.3.10.1",
"default_locale": "en",
"description": "__MSG_appDescription__",
"manifest_version": 2,
"icons": {
"16": "images\/icon-16.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"permissions": [
"tabs",
"downloads",
"storage"
],
"background": {
"scripts": [
"scripts\/downloads.js"
],
"persistent": false
},
"browser_action": {
"default_title": "EasySave",
"default_icon": {
"16": "images\/icon-16.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"default_popup": "popup\/popup.html"
},
"options_ui": {
"page": "options\/options.html",
"chrome_style": true
}
} | |