Fiverr Dark Theme
Convert your Fiverr Light theme into dark theme
Fiverr Dark Theme란 무엇입니까?
Fiverr Dark Theme은(는) War Tech Softwares에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Convert your Fiverr Light theme into dark theme"입니다.
확장 프로그램 스크린샷
Fiverr Dark Theme 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Convert your Fiverr web site Light Theme into dark Theme. Fiverr Dark Theme is an extension that help you to focus on your project. The main features are: ⚫️ Apply dark mode Only on Fiverr Website ⚫️ Enable night shift - yellow tint that helps your eyes ⚫️ Protect your eyes. ⚫️ This extension will override the style of Fiverr.com and make the page dark. The new design will let you discover a new side of Fiverr.com. Download and enjoy 🖤
확장 프로그램 기본 정보
이름 | |
ID | nogggognnneobhlfjicnaiokojpcfcna |
공식 URL | https://chrome.google.com/webstore/detail/fiverr-dark-theme/nogggognnneobhlfjicnaiokojpcfcna |
설명 | Convert your Fiverr Light theme into dark theme |
파일 크기 | 17.57 KB |
설치 횟수 | 108 |
현재 버전 | 1.1.0 |
최근 업데이트 | 2022-07-18 |
출시 날짜 | 2022-07-15 |
평점 | 5.00/5 총 15 개의 평점 |
개발자 | War Tech Softwares |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fiverr Dark Theme", "description": "Convert your Fiverr Light theme into dark theme", "version": "1.1.0", "manifest_version": 3, "permissions": [ "storage" ], "action": { "default_icon": { "16": "\/images\/16x16.png", "32": "\/images\/32x32.png", "48": "\/images\/48x48.png", "128": "\/images\/128x128.png" } }, "icons": { "16": "\/images\/16x16.png", "32": "\/images\/32x32.png", "48": "\/images\/48x48.png", "128": "\/images\/128x128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.fiverr.com\/*" ], "js": [ "background.js" ] } ] } |