Download Rename Helper

Remove redundant prefixes from files when you download a file

Wat is Download Rename Helper?

Download Rename Helper is een Chrome-extensie ontwikkeld door elvissunlihe, en de belangrijkste functie is "Remove redundant prefixes from files when you download a file".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Download Rename Helper

Download Download Rename Helper-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

                        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                    

Basisinformatie over de Extensie

Naam Download Rename Helper Download Rename Helper
ID hcgadmglklkjlocclkijfjiaebomlini
Officiële URL https://chromewebstore.google.com/detail/download-rename-helper/hcgadmglklkjlocclkijfjiaebomlini
Beschrijving Remove redundant prefixes from files when you download a file
Bestandsgrootte 3.31 KB
Aantal Installaties 105
Huidige Versie 0.3
Laatst Bijgewerkt 2017-02-13
Publicatiedatum 2017-02-13
Beoordeling 4.00/5 Totaal 4 Beoordelingen
Ontwikkelaar elvissunlihe
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}