Download Rename Helper

Remove redundant prefixes from files when you download a file

Cos'è Download Rename Helper?

Download Rename Helper è un'estensione di Chrome sviluppata da elvissunlihe, e la sua funzione principale è "Remove redundant prefixes from files when you download a file".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Download Rename Helper

Scarica i file di estensione Download Rename Helper 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

                        This extension helps remove redundant prefixes from file names when downloading.

For example, it changes "fa3a732b7920453da814ed532e8f5663_4517_outline_2016" to "4517 outline 2016"

This is also an open source project, if you'd like to contribute, go to:
https://github.com/elvisun/iveyDownloadHelper                    

Informazioni di Base sull'Estensione

Nome Download Rename Helper Download Rename Helper
ID hcgadmglklkjlocclkijfjiaebomlini
URL Ufficiale https://chromewebstore.google.com/detail/download-rename-helper/hcgadmglklkjlocclkijfjiaebomlini
Descrizione Remove redundant prefixes from files when you download a file
Dimensione del File 3.31 KB
Conteggio Installazioni 105
Versione Corrente 0.3
Ultimo Aggiornamento 2017-02-13
Data di Pubblicazione 2017-02-13
Valutazione 4.00/5 Totale 4 Valutazioni
Sviluppatore elvissunlihe
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Download Rename Helper",
    "description": "Remove redundant prefixes from files when you download a file",
    "version": "0.3",
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": false
    },
    "permissions": [
        "downloads"
    ],
    "content_security_policy": "script-src 'self' chrome-extension-resource: 'unsafe-eval'; default-src 'self'",
    "manifest_version": 2
}