Simple as F**k Notes

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

ما هو Simple as F**k Notes؟

Simple as F**k Notes هو إضافة Chrome تم تطويرها بواسطة DJ Fresh، والميزة الرئيسية لها هي "Simple as F**k Notes is available to you everywhere thanks to Chrome sync.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Simple as F**k Notes

قم بتنزيل ملفات الامتداد Simple as F**k Notes بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

Written by DJ Fresh                    

معلومات أساسية عن التمديد

الاسم Simple as F**k Notes Simple as F**k Notes
ID bnddnmahgmcpfmkneafkkkacohlpfnhi
عنوان URL الرسمي https://chromewebstore.google.com/detail/simple-as-fk-notes/bnddnmahgmcpfmkneafkkkacohlpfnhi
الوصف Simple as F**k Notes is available to you everywhere thanks to Chrome sync.
حجم الملف 191 KB
عدد التثبيتات 32
النسخة الحالية 2.1
آخر تحديث 2021-12-23
تاريخ النشر 2020-02-06
تقييم 5.00/5 مجموع تقييمات 2
المطور DJ Fresh
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
            ]
        }
    ]
}