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?

scp viewing enhancer是由rhett.newton開發的Chrome擴展程式,該擴展的主要功能是“Click the icon to easily search for an scp article. The user can select the css toggle for a more customizable viewing session.”。

擴展截圖

screenshot

下載scp viewing enhancer擴展crx文件

下載scp viewing enhancer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 scp viewing enhancer scp viewing enhancer
ID pmpbaplainkmncifmdhhmkdafmlmkgdk
官方網址 https://chrome.google.com/webstore/detail/scp-viewing-enhancer/pmpbaplainkmncifmdhhmkdafmlmkgdk
簡介 Click the icon to easily search for an scp article. The user can select the css toggle for a more customizable viewing session.
檔案大小 17.5 KB
安裝次數 61
目前版本 1.0
更新時間 2017-12-29
上架時間 2017-12-29
評分 3.00/5 共 1 次評分
開發者 rhett.newton
付費類型 free
支援的語言 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"
    ]
}