Custom CSS by Denis
Minimal and secure way to add custom CSS per-domain
Custom CSS by Denis란 무엇입니까?
Custom CSS by Denis은(는) https://sokolov.cc에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Minimal and secure way to add custom CSS per-domain"입니다.
확장 프로그램 스크린샷
Custom CSS by Denis 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Add custom CSS styles on websites. The extension does not require permissions to access all data on all websites all the time. Once you start editing CSS on a page, you get a permission prompt specific to that domain. Later, if the CSS for a domain is not used, the permission will be dropped. There is no UI clutter of any kind. The entire extension consists of a big editable area for CSS code for the current domain.
확장 프로그램 기본 정보
이름 | Custom CSS by Denis |
ID | cemphncflepgmgfhcdegkbkekifodacd |
공식 URL | https://chromewebstore.google.com/detail/custom-css-by-denis/cemphncflepgmgfhcdegkbkekifodacd |
설명 | Minimal and secure way to add custom CSS per-domain |
파일 크기 | 40.74 KB |
설치 횟수 | 3,018 |
현재 버전 | 1.2.0 |
최근 업데이트 | 2024-03-04 |
출시 날짜 | 2018-10-20 |
평점 | 4.30/5 총 30 개의 평점 |
개발자 | https://sokolov.cc |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/denis-sokolov/chrome-custom-css |
도움말 페이지 URL | https://github.com/denis-sokolov/chrome-custom-css/issues |
지원되는 언어 | en,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extension_name__", "short_name": "__MSG_extension_short_name__", "version": "1.2.0", "default_locale": "en", "description": "__MSG_extension_description__", "icons": { "16": "src\/icons\/16.png", "48": "src\/icons\/48.png", "128": "src\/icons\/128.png", "256": "src\/icons\/256.png" }, "background": { "service_worker": "src\/background\/index.js", "type": "module" }, "action": { "default_popup": "src\/popup\/index.html" }, "optional_host_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "permissions": [ "activeTab", "scripting", "storage" ] } |