Easy Button

"that was easy"

Cos'è Easy Button?

Easy Button è un'estensione di Chrome sviluppata da Christian, e la sua funzione principale è ""that was easy"".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Easy Button

Scarica i file di estensione Easy Button in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Give yourself a pat on the back with a always accessible easy button. Notice there are no ads or anything of the sort. Please leave me a review and tell me if you like the simple design or if you would like a actual picture of a easy button.

Update 1.3.1 - icon directory fix

Update 1.3 - icon fixes

Update 1.2 - popup minor bug fixes

Update 1.1 - code cleanup

Release 1.0 - easy button                    

Informazioni di Base sull'Estensione

Nome Easy Button Easy Button
ID kkganccblahhhjbpjgbaindnmjimjaep
URL Ufficiale https://chromewebstore.google.com/detail/easy-button/kkganccblahhhjbpjgbaindnmjimjaep
Descrizione "that was easy"
Dimensione del File 679 KB
Conteggio Installazioni 1,026
Versione Corrente 1.3.1
Ultimo Aggiornamento 2016-11-14
Data di Pubblicazione 2016-11-13
Valutazione 4.90/5 Totale 10 Valutazioni
Sviluppatore Christian
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.christianjuth.com
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Easy Button",
    "description": "\"that was easy\"",
    "version": "1.3.1",
    "browser_action": {
        "default_icon": "Icons\/icon.png",
        "default_popup": "EasyButton.html"
    },
    "icons": {
        "16": "Icons\/icon.png",
        "48": "Icons\/easy button icon.png",
        "128": "Icons\/icon.png"
    },
    "permissions": [],
    "background": [
        {
            "js": [
                "EasyButton.js"
            ]
        }
    ]
}