Simple as F**k Notes

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

Was ist Simple as F**k Notes?

Simple as F**k Notes ist eine Chrome-Erweiterung, die von DJ Fresh entwickelt wurde, und ihr Hauptmerkmal ist "Simple as F**k Notes is available to you everywhere thanks to Chrome sync.".

Erweiterungsscreenshots

screenshot

Simple as F**k Notes-Erweiterungs-CRX-Datei herunterladen

Laden Sie Simple as F**k Notes-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Written by DJ Fresh                    

Grundlegende Informationen zur Erweiterung

Name Simple as F**k Notes Simple as F**k Notes
ID bnddnmahgmcpfmkneafkkkacohlpfnhi
Offizielle URL https://chromewebstore.google.com/detail/simple-as-fk-notes/bnddnmahgmcpfmkneafkkkacohlpfnhi
Beschreibung Simple as F**k Notes is available to you everywhere thanks to Chrome sync.
Dateigröße 191 KB
Installationsanzahl 32
Aktuelle Version 2.1
Letztes Update 2021-12-23
Veröffentlichungsdatum 2020-02-06
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler DJ Fresh
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}