Stylus
Redesign the web with Stylus, a user styles manager. Stylus allows you to easily install themes and skins for many popular sites.
Stylus란 무엇입니까?
Stylus은(는) stylus.openstyles에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Redesign the web with Stylus, a user styles manager. Stylus allows you to easily install themes and skins for many popular sites."입니다.
확장 프로그램 스크린샷
Stylus 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Redesign your favorite websites with Stylus, an actively developed and community driven userstyles manager. Easily install custom themes from popular online repositories, or create, edit, and manage your own personalized CSS stylesheets. Features * Versatility of theme installation options. Stylus supports installs from popular online repositories. Additionally, styles can now also be installed from .user.css or .user.styl URLs (see Usercss format documentation in our github wiki). * A backup feature for your entire database of installed styles which is compatible with other userstyles managers. * An intuitive and configurable automatic update function for installed styles. * A highly customizable UI, including theming, optional layouts, icon and badge color choices, along with many other tweaks. * Two different optional code validators with user configurable rules. Useful Links * Beta version: https://chrome.google.com/webstore/detail/stylus-beta/apmmpaebfobifelkijhaljbmpcgbjbdo * Source code: https://github.com/openstyles/stylus * Video tutorial: https://youtu.be/fCVvGwoF5cQ * Chat room: https://discord.gg/tzXVNJz * Frequently asked questions: https://github.com/openstyles/stylus/wiki/FAQ * Technical bug report: https://github.com/openstyles/stylus/issues * General discussion and bug report: https://add0n.com/stylus.html#reviews * Localization: https://www.transifex.com/github-7/Stylus/dashboard/ Permissions Stylus uses only a small subset of each permission. As you can see in WebExtensions API documentation or simplified tutorials, there's no way to apply any modifications to a web page without gaining the full access permission to that page. Stylus is mostly used to apply global themes, which is why it requests a global permission. In the future we might be able to implement a more granular approach but it's not exactly trivial. * Read and change all your data on the websites you visit - required for the style elements to be added into the page, not to access any of your data. Privacy Policy Unlike other similar extensions, we don't find you to be all that interesting. Your questionable browsing history should remain between you and the NSA. Stylus collects nothing. Period. See https://github.com/openstyles/stylus/blob/master/privacy-policy.md
확장 프로그램 기본 정보
이름 | Stylus |
ID | clngdbkpkpeebahjckkjfobafhncgmne |
공식 URL | https://chromewebstore.google.com/detail/stylus/clngdbkpkpeebahjckkjfobafhncgmne |
설명 | Redesign the web with Stylus, a user styles manager. Stylus allows you to easily install themes and skins for many popular sites. |
파일 크기 | 1.31 MB |
설치 횟수 | 711,279 |
현재 버전 | 1.5.46 |
최근 업데이트 | 2024-02-06 |
출시 날짜 | 2020-04-21 |
평점 | 4.53/5 총 1022 개의 평점 |
개발자 | stylus.openstyles |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://add0n.com/stylus.html |
도움말 페이지 URL | https://github.com/openstyles/stylus/wiki/FAQ |
개인정보 보호 정책 페이지 URL | https://github.com/openstyles/stylus/blob/master/privacy-policy.md |
지원되는 언어 | de,en,en-GB,fr,nl,vi,tr,da,et,es,es-419,it,lv,hu,pl,pt-BR,pt-PT,ro,fi,sv,cs,el,sr,bg,ru,uk,iw,te,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Stylus", "version": "1.5.46", "minimum_chrome_version": "56", "description": "__MSG_description__", "homepage_url": "https:\/\/add0n.com\/stylus.html", "manifest_version": 2, "icons": { "16": "images\/icon\/16.png", "32": "images\/icon\/32.png", "48": "images\/icon\/48.png", "128": "images\/icon\/128.png" }, "permissions": [ "tabs", "webNavigation", "webRequest", "webRequestBlocking", "contextMenus", "storage", "unlimitedStorage", "alarms", " |