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.

Qu'est-ce que Awesome Downloads Button ?

Awesome Downloads Button est une extension Chrome développée par https://upway2late.com, et sa fonction principale est "Awesome button to open your Chrome downloads in a new window or tab. If the downloads page is already open, that tab is selected.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Awesome Downloads Button

Téléchargez les fichiers d'extension Awesome Downloads Button au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Awesome Downloads Button Awesome Downloads Button
ID hiceefjejhfncfdbkmbhkmibjoegonnk
URL Officiel https://chromewebstore.google.com/detail/awesome-downloads-button/hiceefjejhfncfdbkmbhkmibjoegonnk
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.
Taille du Fichier 32.62 KB
Nombre d'Installations 562
Version Actuelle 1.2.0.0
Dernière Mise à Jour 2020-12-08
Date de Publication 2016-09-22
Évaluation 4.45/5 Total 11 Évaluations
Développeur https://upway2late.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.upway2late.com/projects/buttons-project
URL de la Page d'Aide http://www.upway2late.com/projects/buttons-project
URL de la Page de Politique de Confidentialité http://www.upway2late.com
Langues Prises en Charge 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
}