Notion Style Tweaks

Tweaks for Notion

Notion Style Tweaks là gì?

Notion Style Tweaks là một tiện ích mở rộng Chrome được phát triển bởi eliwimm, và tính năng chính của nó là "Tweaks for Notion".

Ả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 Notion Style Tweaks

Tải xuống các tệp mở rộng Notion Style Tweaks 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

                        NST is a free and open source Chrome extension aiming to give great granular control over the visual appearance of Notion.

If you find any bugs or have any suggestions feel free to open an issue on Github.                    

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

Tên Notion Style Tweaks Notion Style Tweaks
ID fclmlifmfhekeohpojchhkmgpmkplkpo
URL Chính Thức https://chromewebstore.google.com/detail/notion-style-tweaks/fclmlifmfhekeohpojchhkmgpmkplkpo
Mô tả Tweaks for Notion
Kích Thước Tệp 6.06 MB
Số Lần Cài Đặt 1,868
Phiên Bản Hiện Tại 0.7.2
Cập Nhật Lần Cuối 2022-05-24
Ngày Phát Hành 2022-02-04
Đánh Giá 5.00/5 Tổng số 11 Đánh Giá
Nhà Phát Triển eliwimm
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/EliWimmer/notion-style-tweaks
URL Trang Trợ Giúp https://github.com/EliWimmer/notion-style-tweaks
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Notion Style Tweaks",
    "description": "Tweaks for Notion",
    "homepage_url": "https:\/\/github.com\/EliWimmer\/notion-style-tweaks",
    "version": "0.7.2",
    "manifest_version": 3,
    "action": {
        "default_title": "Notion Style Tweaks",
        "default_popup": "index.html",
        "default_icon": {
            "16": "icons\/icon-16.png",
            "32": "icons\/icon-32.png",
            "48": "icons\/icon-48.png",
            "128": "icons\/icon-128.png"
        }
    },
    "content_scripts": [
        {
            "run_at": "document_idle",
            "js": [
                "build\/injection.js",
                "build\/update.js"
            ],
            "css": [
                "stylesheets\/themes\/CSS\/theme.css",
                "stylesheets\/tweaks\/CSS\/tweaks.css"
            ],
            "matches": [
                "https:\/\/www.notion.so\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "build\/background.js"
    },
    "permissions": [
        "tabs",
        "scripting",
        "storage",
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/www.notion.so\/*"
    ],
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "fonts\/Cinzel-VariableFont_wght.ttf",
                "fonts\/DancingScript-VariableFont_wght.ttf",
                "fonts\/EBGaramond-VariableFont_wght.ttf",
                "fonts\/FiraCode-VariableFont_wght.ttf",
                "fonts\/Inconsolata-VariableFont_wght.ttf",
                "fonts\/Inter-VariableFont_wght.ttf",
                "fonts\/JetBrainsMono-VariableFont_wght.ttf",
                "fonts\/JosefinSans-VariableFont_wght.ttf",
                "fonts\/JosefinSlab-VariableFont_wght.ttf",
                "fonts\/Lora-VariableFont_wght.ttf",
                "fonts\/MavenPro-VariableFont_wght.ttf",
                "fonts\/Montserrat-VariableFont_wght.ttf",
                "fonts\/Mulish-VariableFont_wght.ttf",
                "fonts\/Nunito-VariableFont_wght.ttf",
                "fonts\/OpenSans-VariableFont_wght.ttf",
                "fonts\/Oswald-VariableFont_wght.ttf",
                "fonts\/OverpassMono-VariableFont_wght.ttf",
                "fonts\/Petrona-VariableFont_wght.ttf",
                "fonts\/PlayfairDisplay-VariableFont_wght.ttf",
                "fonts\/Quicksand-VariableFont_wght.ttf",
                "fonts\/Raleway-VariableFont_wght.ttf",
                "fonts\/RobotoMono-VariableFont_wght.ttf",
                "fonts\/RobotoSlab-VariableFont_wght.ttf",
                "fonts\/Rubik-VariableFont_wght.ttf",
                "fonts\/SourceCodePro-VariableFont_wght.ttf",
                "fonts\/WorkSans-VariableFont_wght.ttf"
            ],
            "matches": [
                "https:\/\/www.notion.so\/*"
            ]
        }
    ]
}