Simple as F**k Notes

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

What is Simple as F**k Notes?

Simple as F**k Notes is a Chrome extension developed by DJ Fresh, and its main feature is "Simple as F**k Notes is available to you everywhere thanks to Chrome sync.".

Extension Screenshots

screenshot

Download Simple as F**k Notes Extension CRX File

Download Simple as F**k Notes extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Written by DJ Fresh                    

Extension Basic Information

Name Simple as F**k Notes Simple as F**k Notes
ID bnddnmahgmcpfmkneafkkkacohlpfnhi
Official URL 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.
File Size 191 KB
Installation Count 32
Current Version 2.1
Last Updated 2021-12-23
Publish Date 2020-02-06
Rating 5.00/5 Total 2 Ratings
Developer DJ Fresh
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}