Download Manager

Browser Action Download Manager User Interface for Google Chrome: Turkish Translation: Mehmet Keçeci

What is Download Manager?

Download Manager is a Chrome extension developed by http://www.mehmetkececi.com, and its main feature is "Browser Action Download Manager User Interface for Google Chrome: Turkish Translation: Mehmet Keçeci".

Extension Screenshots

screenshot

Download Download Manager Extension CRX File

Download Download Manager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Browser Action Download Manager User Interface for Google Chrome: Turkish Translation: Mehmet Keçeci
Google Chrome için Tarayıcı İşlemi İndirme Yöneticisi Kullanıcı Arayüzü: Türkçe Mütercim: Mehmet Keçeci                    

Extension Basic Information

Name Download Manager Download Manager
ID dafkcikcmjnlkediachidfoebdbibbjc
Official URL https://chrome.google.com/webstore/detail/download-manager/dafkcikcmjnlkediachidfoebdbibbjc
Description Browser Action Download Manager User Interface for Google Chrome: Turkish Translation: Mehmet Keçeci
File Size 37.65 KB
Installation Count 1,000
Current Version 0.3
Last Updated 2017-04-27
Publish Date 2017-04-23
Rating 5.00/5 Total 3 Ratings
Developer http://www.mehmetkececi.com
Email [email protected]
Payment Type free
Privacy Policy Page URL http://www.mehmetkececi.com
Supported Languages en,tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "0.3",
    "manifest_version": 2,
    "description": "__MSG_extDesc__",
    "icons": {
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_title": "__MSG_extName__",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "default_locale": "en",
    "optional_permissions": [
        "management"
    ],
    "permissions": [
        "downloads",
        "downloads.open",
        "downloads.shelf"
    ]
}