scp viewing enhancer

Click the icon to easily search for an scp article. The user can select the css toggle for a more customizable viewing session.

scp viewing enhancer là gì?

scp viewing enhancer là một tiện ích mở rộng Chrome được phát triển bởi rhett.newton, và tính năng chính của nó là "Click the icon to easily search for an scp article. The user can select the css toggle for a more customizable viewing session.".

Ả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 scp viewing enhancer

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

                        Click the icon to easily search for an scp. Click the "Toggle css" switch to switch between the default and custom css. The user can use either their own or the provided custom css.                    

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

Tên scp viewing enhancer scp viewing enhancer
ID pmpbaplainkmncifmdhhmkdafmlmkgdk
URL Chính Thức https://chrome.google.com/webstore/detail/scp-viewing-enhancer/pmpbaplainkmncifmdhhmkdafmlmkgdk
Mô tả Click the icon to easily search for an scp article. The user can select the css toggle for a more customizable viewing session.
Kích Thước Tệp 17.5 KB
Số Lần Cài Đặt 61
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2017-12-29
Ngày Phát Hành 2017-12-29
Đánh Giá 3.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển rhett.newton
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "scp viewing enhancer",
    "version": "1.0",
    "description": "Click the icon to easily search for an scp article. The user can select the css toggle for a more customizable viewing session.",
    "icons": {
        "48": "icons\/scp_logo-48.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "*:\/\/www.scp-wiki.net\/*"
    ],
    "options_ui": {
        "page": "settings\/options.html"
    },
    "content_scripts": [
        {
            "js": [
                "content_scripts\/stylize.js"
            ],
            "matches": [
                "*:\/\/www.scp-wiki.net\/*"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icons\/scp_logo-32.png",
        "default_title": "[REDACTED]",
        "default_popup": "popup\/popup.html"
    },
    "web_accessible_resources": [
        "res\/default_css.css"
    ]
}