S-CSS-P

A stylesheet picker for The SCP Wiki

S-CSS-P란 무엇입니까?

S-CSS-P은(는) bluesoul에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A stylesheet picker for The SCP Wiki"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

S-CSS-P 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        S-CSS-P is a cascading stylesheet picker for The SCP Wiki (www.scp-wiki.net). It allows you to change the layout, colors, logo, fonts, and rating module all independently of each other.

To use the extension, install it, then click it and choose Options. Chrome Sync is integrated so your settings are saved across computers.

Please report issues and suggestions via the User Feedback tool here, via reddit at /u/bluesoul, or on Wikidot (pxdnbluesoul).

1.2.1 Notes:
Fixes "Invalid Manifest" bug on Chrome.

1.2.0 Notes:
Supports new scpwiki.com domain.

1.1.7 Notes:
- Recolor of visited links in sidebar, to fix issues from today's site style changes.

1.1.6 Notes:
- Added SPC Theme and Logo
- Added a:visited code to all color swaps to fix display issues from today's changes to the site style.

1.1.5 Notes:
- Bugfix for night mode.
- Added dummy files to avoid benign Chrome errors.

1.1.4 Notes:
- Hotfix for missing path.

1.1.3 Notes:
- Fixed a bug affecting Night Mode on ChromeOS.
- Enhanced anqxyr's Night Mode.
- More minor adjustments to the interwiki iframe.

1.1.1 Notes:
- Now compatible with Firefox!
- Cleaned up some syntax errors in various CSS files.

1.0.3 Notes:
- Rating module at bottom of page visible when main module hidden.
- Fixed interwiki iframe showing a scrollbar on most themes.
- Tweaks to 'slidebar'
- Tweaks to 'minimal' color.

1.0.2 Notes:
- Added 'darkbody' theme, and 'O5' and 'O5-inverted' logos by djkaktus.
- Fixed margin bug in 'slidebar' layout.
- Fixed presentation of scpnet interwiki iframe height on all colors.

1.0.1 Notes:
- Decoupled Minimal Whites and Night Mode fonts from their color palletes.
- Added 'slidebar' layout.                    

확장 프로그램 기본 정보

이름 S-CSS-P S-CSS-P
ID lcficnblkhejenkbmiloebohoclaebdj
공식 URL https://chromewebstore.google.com/detail/s-css-p/lcficnblkhejenkbmiloebohoclaebdj
설명 A stylesheet picker for The SCP Wiki
파일 크기 1.34 MB
설치 횟수 2,399
현재 버전 1.2.1
최근 업데이트 2020-08-12
출시 날짜 2018-08-29
평점 4.38/5 총 21 개의 평점
개발자 bluesoul
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "S-CSS-P",
    "version": "1.2.1",
    "description": "A stylesheet picker for The SCP Wiki",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "http:\/\/scpwiki.com",
        "http:\/\/www.scpwiki.com",
        "http:\/\/*.scp-wiki.net\/",
        "http:\/\/scp-wiki.wikidot.com\/",
        "https:\/\/*.scp-wiki.net\/",
        "https:\/\/scp-wiki.wikidot.com\/",
        "http:\/\/scpnet.org\/"
    ],
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "42.0"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.scp-wiki.net\/*",
                "http:\/\/scp-wiki.wikidot.com\/*",
                "https:\/\/*.scp-wiki.net\/*",
                "https:\/\/scp-wiki.wikidot.com\/*",
                "http:\/\/scpnet.org\/*",
                "http:\/\/scpwiki.com\/*",
                "http:\/\/www.scpwiki.com\/*"
            ],
            "js": [
                "main.js",
                "options.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "\/css\/*",
        "\/img\/*"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}