Simple as F**k Notes

Simple as F**k Notes is available to you everywhere thanks to Chrome sync.

Apa itu Simple as F**k Notes?

Simple as F**k Notes adalah ekstensi Chrome yang dikembangkan oleh DJ Fresh, dan fitur utamanya adalah "Simple as F**k Notes is available to you everywhere thanks to Chrome sync.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Simple as F**k Notes

Unduh file ekstensi Simple as F**k Notes 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

                        Like having a Post It Note stuck to your browser that syncs across your browsers.

Written by DJ Fresh                    

Informasi Dasar Ekstensi

Nama Simple as F**k Notes Simple as F**k Notes
ID bnddnmahgmcpfmkneafkkkacohlpfnhi
URL Resmi https://chromewebstore.google.com/detail/simple-as-fk-notes/bnddnmahgmcpfmkneafkkkacohlpfnhi
Deskripsi Simple as F**k Notes is available to you everywhere thanks to Chrome sync.
Ukuran File 191 KB
Jumlah Instalasi 32
Versi Saat Ini 2.1
Terakhir Diperbarui 2021-12-23
Tanggal Publikasi 2020-02-06
Penilaian 5.00/5 Total 2 Penilaian
Pengembang DJ Fresh
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Simple as F**k Notes",
    "version": "2.1",
    "description": "Simple as F**k Notes is available to you everywhere thanks to Chrome sync.",
    "permissions": [
        "storage"
    ],
    "options_page": "options.html",
    "action": {
        "default_icon": "tab-icon.png",
        "default_title": "Notes",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "css_file.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "tab-icon.png",
        "48": "notes48.png",
        "128": "notes128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*\/*"
            ],
            "js": [
                "popup.js"
            ],
            "css": [
                "css_file.css"
            ]
        }
    ]
}