Easy Button

"that was easy"

Apa itu Easy Button?

Easy Button adalah ekstensi Chrome yang dikembangkan oleh Christian, dan fitur utamanya adalah ""that was easy"".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Easy Button

Unduh file ekstensi Easy Button dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Easy Button Easy Button
ID kkganccblahhhjbpjgbaindnmjimjaep
URL Resmi https://chromewebstore.google.com/detail/easy-button/kkganccblahhhjbpjgbaindnmjimjaep
Deskripsi "that was easy"
Ukuran File 679 KB
Jumlah Instalasi 1,026
Versi Saat Ini 1.3.1
Terakhir Diperbarui 2016-11-14
Tanggal Publikasi 2016-11-13
Penilaian 4.90/5 Total 10 Penilaian
Pengembang Christian
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://www.christianjuth.com
Bahasa yang Didukung 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"
            ]
        }
    ]
}