Simple as F**k Notes

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

Simple as F**k Notes là gì?

Simple as F**k Notes là một tiện ích mở rộng Chrome được phát triển bởi DJ Fresh, và tính năng chính của nó là "Simple as F**k Notes is available to you everywhere thanks to Chrome sync.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Simple as F**k Notes

Tải xuống các tệp mở rộng Simple as F**k Notes dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Written by DJ Fresh                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Simple as F**k Notes Simple as F**k Notes
ID bnddnmahgmcpfmkneafkkkacohlpfnhi
URL Chính Thức https://chromewebstore.google.com/detail/simple-as-fk-notes/bnddnmahgmcpfmkneafkkkacohlpfnhi
Mô tả Simple as F**k Notes is available to you everywhere thanks to Chrome sync.
Kích Thước Tệp 191 KB
Số Lần Cài Đặt 32
Phiên Bản Hiện Tại 2.1
Cập Nhật Lần Cuối 2021-12-23
Ngày Phát Hành 2020-02-06
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển DJ Fresh
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}