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."입니다.
확장 프로그램 스크린샷
scp viewing enhancer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | ![]() |
ID | pmpbaplainkmncifmdhhmkdafmlmkgdk |
공식 URL | 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" ] } |