Simple as F**k Notes

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

Vad är Simple as F**k Notes?

Simple as F**k Notes är en Chrome-tillägg utvecklad av DJ Fresh, och dess huvudfunktion är "Simple as F**k Notes is available to you everywhere thanks to Chrome sync.".

Tilläggsskärmbilder

screenshot

Ladda ner Simple as F**k Notes-förlängningens CRX-fil

Ladda ner Simple as F**k Notes-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Written by DJ Fresh                    

Grundläggande Information om Tillägg

Namn Simple as F**k Notes Simple as F**k Notes
ID bnddnmahgmcpfmkneafkkkacohlpfnhi
Officiell webbadress https://chromewebstore.google.com/detail/simple-as-fk-notes/bnddnmahgmcpfmkneafkkkacohlpfnhi
Beskrivning Simple as F**k Notes is available to you everywhere thanks to Chrome sync.
Filstorlek 191 KB
Antal Installationer 32
Aktuell Version 2.1
Senast Uppdaterad 2021-12-23
Publiceringsdatum 2020-02-06
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare DJ Fresh
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}