Simple as F**k Notes

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

Co to jest Simple as F**k Notes?

Simple as F**k Notes to rozszerzenie Chrome opracowane przez DJ Fresh, a jego główną funkcją jest „Simple as F**k Notes is available to you everywhere thanks to Chrome sync.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Simple as F**k Notes

Pobierz pliki rozszerzeń Simple as F**k Notes w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Written by DJ Fresh                    

Podstawowe informacje o rozszerzeniu

Nazwa Simple as F**k Notes Simple as F**k Notes
ID bnddnmahgmcpfmkneafkkkacohlpfnhi
Oficjalny URL https://chromewebstore.google.com/detail/simple-as-fk-notes/bnddnmahgmcpfmkneafkkkacohlpfnhi
Opis Simple as F**k Notes is available to you everywhere thanks to Chrome sync.
Rozmiar pliku 191 KB
Liczba instalacji 32
Aktualna Wersja 2.1
Ostatnia Aktualizacja 2021-12-23
Data Publikacji 2020-02-06
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper DJ Fresh
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}