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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}