Awesome Downloads Button

Awesome button to open your Chrome downloads in a new window or tab. If the downloads page is already open, that tab is selected.

Co to jest Awesome Downloads Button?

Awesome Downloads Button to rozszerzenie Chrome opracowane przez https://upway2late.com, a jego główną funkcją jest „Awesome button to open your Chrome downloads in a new window or tab. If the downloads page is already open, that tab is selected.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Awesome Downloads Button

Pobierz pliki rozszerzeń Awesome Downloads Button w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        It is a shortcut button to open the Chrome downloads page.                    

Podstawowe informacje o rozszerzeniu

Nazwa Awesome Downloads Button Awesome Downloads Button
ID hiceefjejhfncfdbkmbhkmibjoegonnk
Oficjalny URL https://chromewebstore.google.com/detail/awesome-downloads-button/hiceefjejhfncfdbkmbhkmibjoegonnk
Opis Awesome button to open your Chrome downloads in a new window or tab. If the downloads page is already open, that tab is selected.
Rozmiar pliku 32.62 KB
Liczba instalacji 562
Aktualna Wersja 1.2.0.0
Ostatnia Aktualizacja 2020-12-08
Data Publikacji 2016-09-22
Ocena 4.45/5 Łącznie 11 Oceny
Deweloper https://upway2late.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://www.upway2late.com/projects/buttons-project
Adres URL Strony Pomocy http://www.upway2late.com/projects/buttons-project
Adres URL Strony Polityki Prywatności http://www.upway2late.com
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Awesome Downloads Button",
    "version": "1.2.0.0",
    "description": "Awesome button to open your Chrome downloads in a new window or tab. If the downloads page is already open, that tab is selected.",
    "icons": {
        "16": "downloads_16.png",
        "48": "downloads_48.png",
        "128": "downloads_128.png"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "downloads_19.png",
        "default_title": "Awesome Downloads Button"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "manifest_version": 2
}