Easy Button

"that was easy"

Wat is Easy Button?

Easy Button is een Chrome-extensie ontwikkeld door Christian, en de belangrijkste functie is ""that was easy"".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Easy Button

Download Easy Button-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Easy Button Easy Button
ID kkganccblahhhjbpjgbaindnmjimjaep
Officiële URL https://chromewebstore.google.com/detail/easy-button/kkganccblahhhjbpjgbaindnmjimjaep
Beschrijving "that was easy"
Bestandsgrootte 679 KB
Aantal Installaties 1,026
Huidige Versie 1.3.1
Laatst Bijgewerkt 2016-11-14
Publicatiedatum 2016-11-13
Beoordeling 4.90/5 Totaal 10 Beoordelingen
Ontwikkelaar Christian
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.christianjuth.com
Ondersteunde Talen 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"
            ]
        }
    ]
}