Simple as F**k Notes

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

Qu'est-ce que Simple as F**k Notes ?

Simple as F**k Notes est une extension Chrome développée par DJ Fresh, et sa fonction principale est "Simple as F**k Notes is available to you everywhere thanks to Chrome sync.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Simple as F**k Notes

Téléchargez les fichiers d'extension Simple as F**k Notes au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Written by DJ Fresh                    

Informations de Base sur l'Extension

Nom Simple as F**k Notes Simple as F**k Notes
ID bnddnmahgmcpfmkneafkkkacohlpfnhi
URL Officiel https://chromewebstore.google.com/detail/simple-as-fk-notes/bnddnmahgmcpfmkneafkkkacohlpfnhi
Description Simple as F**k Notes is available to you everywhere thanks to Chrome sync.
Taille du Fichier 191 KB
Nombre d'Installations 32
Version Actuelle 2.1
Dernière Mise à Jour 2021-12-23
Date de Publication 2020-02-06
Évaluation 5.00/5 Total 2 Évaluations
Développeur DJ Fresh
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}