Simple as F**k Notes

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

Cos'è Simple as F**k Notes?

Simple as F**k Notes è un'estensione di Chrome sviluppata da DJ Fresh, e la sua funzione principale è "Simple as F**k Notes is available to you everywhere thanks to Chrome sync.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Simple as F**k Notes

Scarica i file di estensione Simple as F**k Notes 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

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

Written by DJ Fresh                    

Informazioni di Base sull'Estensione

Nome Simple as F**k Notes Simple as F**k Notes
ID bnddnmahgmcpfmkneafkkkacohlpfnhi
URL Ufficiale https://chromewebstore.google.com/detail/simple-as-fk-notes/bnddnmahgmcpfmkneafkkkacohlpfnhi
Descrizione Simple as F**k Notes is available to you everywhere thanks to Chrome sync.
Dimensione del File 191 KB
Conteggio Installazioni 32
Versione Corrente 2.1
Ultimo Aggiornamento 2021-12-23
Data di Pubblicazione 2020-02-06
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore DJ Fresh
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}