Dark-Numworks
A chrome add-on to make the numworks workshop website darker.
Dark-Numworks란 무엇입니까?
Dark-Numworks은(는) CZX - Dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A chrome add-on to make the numworks workshop website darker."입니다.
확장 프로그램 스크린샷
Dark-Numworks 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
[FR] - Vous êtes "anti white theme"? Eh bien voici dark-Numworks, qui changera le site workshop.numworks.com pour vos yeux! Implémentant un dark theme fait à la main! [ENG] - Are you "anti white theme"? Well here is dark-Numworks, which will change the workshop.numworks.com website for your eyes! Implementing a handmade dark theme!
확장 프로그램 기본 정보
이름 | Dark-Numworks |
ID | hpjcifgaejbdpnkdbiifofodhbmpmjij |
공식 URL | https://chromewebstore.google.com/detail/dark-numworks/hpjcifgaejbdpnkdbiifofodhbmpmjij |
설명 | A chrome add-on to make the numworks workshop website darker. |
파일 크기 | 39.56 KB |
설치 횟수 | 50 |
현재 버전 | 0.1.4 |
최근 업데이트 | 2019-11-27 |
출시 날짜 | 2019-11-27 |
평점 | 4.50/5 총 2 개의 평점 |
개발자 | CZX - Dev |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/Cozax/numworks-site-dark-theme |
도움말 페이지 URL | https://github.com/Cozax/numworks-site-dark-theme/issues |
지원되는 언어 | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dark-Numworks", "version": "0.1.4", "description": "A chrome add-on to make the numworks workshop website darker.", "permissions": [ "storage" ], "icons": { "16": "22596700.png", "128": "22596700.png" }, "content_scripts": [ { "css": [ "styles.css", "dn-options.css" ], "js": [ "jquery.min.js", "content.js" ], "matches": [ "https:\/\/workshop.numworks.com\/*" ] } ] } |