Download Renamer

Check downloads and replace/remove illegal characters, simple fix for the single quote issue.

Vad är Download Renamer?

Download Renamer är en Chrome-tillägg utvecklad av Michael, och dess huvudfunktion är "Check downloads and replace/remove illegal characters, simple fix for the single quote issue.".

Tilläggsskärmbilder

screenshot

Ladda ner Download Renamer-förlängningens CRX-fil

Ladda ner Download Renamer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        This extension checks the filename of downloads, when it contains illegal characters they will be removed. Spaces will be replaced with underscores. This extension can be used as simple fix for the single quote (') problem.                    

Grundläggande Information om Tillägg

Namn Download Renamer Download Renamer
ID bhgbjidhkpomdgkkgepcfdjcfjpdjcej
Officiell webbadress https://chromewebstore.google.com/detail/download-renamer/bhgbjidhkpomdgkkgepcfdjcfjpdjcej
Beskrivning Check downloads and replace/remove illegal characters, simple fix for the single quote issue.
Filstorlek 7.94 KB
Antal Installationer 30
Aktuell Version 1.2
Senast Uppdaterad 2019-02-21
Publiceringsdatum 2019-02-21
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Michael
Betalningssätt free
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Download Renamer",
    "version": "1.2",
    "description": "Check downloads and replace\/remove illegal characters, simple fix for the single quote issue.",
    "permissions": [
        "downloads"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistant": false
    },
    "icons": {
        "64": "icon64.png"
    },
    "manifest_version": 2
}