Breathe

A Firefox WebExtension reminding you to breathe, or anything else.

Apa itu Breathe?

Breathe adalah ekstensi Chrome yang dikembangkan oleh Path Seventeen, dan fitur utamanya adalah "A Firefox WebExtension reminding you to breathe, or anything else.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Breathe

Unduh file ekstensi Breathe 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

                        Remember to breathe. This extension shows you a simple message of your choice every time you open a new tab. You can create a list of messages that the extension will randomly choose from. You can also change the colors and fonts of the message.                    

Informasi Dasar Ekstensi

Nama Breathe Breathe
ID lnepdnkpeilknjfjhibhcbmpmmdpmffa
URL Resmi https://chromewebstore.google.com/detail/breathe/lnepdnkpeilknjfjhibhcbmpmmdpmffa
Deskripsi A Firefox WebExtension reminding you to breathe, or anything else.
Ukuran File 59.69 KB
Jumlah Instalasi 36
Versi Saat Ini 1.2.0
Terakhir Diperbarui 2017-03-27
Tanggal Publikasi 2017-03-27
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Path Seventeen
Tipe Pembayaran free
Situs Ekstensi https://github.com/prtksxna/breathe
URL Halaman Bantuan https://github.com/prtksxna/breathe/issues
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Breathe",
    "version": "1.2.0",
    "description": "A Firefox WebExtension reminding you to breathe, or anything else.",
    "icons": {
        "48": "icons\/48.png",
        "96": "icons\/96.png",
        "128": "icons\/128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "options_ui": {
        "page": "settings\/settings.html"
    },
    "permissions": [
        "storage"
    ]
}