Simple as F**k Notes

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

Hvad er Simple as F**k Notes?

Simple as F**k Notes er en Chrome-udvidelse udviklet af DJ Fresh, og dens hovedfunktion er "Simple as F**k Notes is available to you everywhere thanks to Chrome sync.".

Udvidelsesskærmbilleder

screenshot

Download Simple as F**k Notes-udvidelses-CRX-fil

Download Simple as F**k Notes-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Written by DJ Fresh                    

Grundlæggende oplysninger om udvidelsen

Navn Simple as F**k Notes Simple as F**k Notes
ID bnddnmahgmcpfmkneafkkkacohlpfnhi
Officiel URL https://chromewebstore.google.com/detail/simple-as-fk-notes/bnddnmahgmcpfmkneafkkkacohlpfnhi
Beskrivelse Simple as F**k Notes is available to you everywhere thanks to Chrome sync.
Filstørrelse 191 KB
Antal Installationer 32
Nuværende Version 2.1
Senest Opdateret 2021-12-23
Udgivelsesdato 2020-02-06
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler DJ Fresh
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}