CSS inject

Very simple chrome extension to inject CSS into websites

CSS inject là gì?

CSS inject là một tiện ích mở rộng Chrome được phát triển bởi NGC Corp., và tính năng chính của nó là "Very simple chrome extension to inject CSS into websites".

Ả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 CSS inject

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

                        * synced between devices
* no ads
* no tracking
* open source                    

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

Tên CSS inject CSS inject
ID faibaacflblbomlgemniiegenfkjhopj
URL Chính Thức https://chromewebstore.google.com/detail/css-inject/faibaacflblbomlgemniiegenfkjhopj
Mô tả Very simple chrome extension to inject CSS into websites
Kích Thước Tệp 7.88 KB
Số Lần Cài Đặt 44
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2021-03-26
Ngày Phát Hành 2021-03-26
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển NGC Corp.
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/ngc-corp/browser-extension-css-inject
URL Trang Trợ Giúp https://github.com/ngc-corp/browser-extension-css-inject/issues
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CSS inject",
    "version": "1.0.0",
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png"
        },
        "default_title": "CSS inject",
        "default_popup": "popup.html"
    },
    "description": "Very simple chrome extension to inject CSS into websites",
    "author": "NCG Corp. ",
    "homepage_url": "https:\/\/github.com\/ngc-corp\/browser-extension-css-inject",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "inject.js"
            ]
        }
    ],
    "offline_enabled": true
}