xStyle
Restyle the web with xStyle, a user styles manager. With xStyle you can install themes & skins for many sites and create your own.
xStyle란 무엇입니까?
xStyle은(는) ShuangYa에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Restyle the web with xStyle, a user styles manager. With xStyle you can install themes & skins for many sites and create your own."입니다.
확장 프로그램 스크린샷
xStyle 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Restyle the web with xStyle, a user styles manager. With xStyle you can install themes & skins for many sites and create your own. If this extension does not have the language you want, you can help us translate this extension on Transifex: https://www.transifex.com/sytec/xstyle/
확장 프로그램 기본 정보
이름 | xStyle |
ID | hncgkmhphmncjohllpoleelnibpmccpj |
공식 URL | https://chromewebstore.google.com/detail/xstyle/hncgkmhphmncjohllpoleelnibpmccpj |
설명 | Restyle the web with xStyle, a user styles manager. With xStyle you can install themes & skins for many sites and create your own. |
파일 크기 | 1.93 MB |
설치 횟수 | 60,000 |
현재 버전 | 3.1.2 |
최근 업데이트 | 2019-03-08 |
출시 날짜 | 2019-03-08 |
평점 | 4.83/5 총 35 개의 평점 |
개발자 | ShuangYa |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/FirefoxBar/xStyle |
도움말 페이지 URL | https://github.com/FirefoxBar/xStyle/wiki |
지원되는 언어 | de,en,fr,pl,pt-BR,ru,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "short_name": "__MSG_extName__", "version": "3.1.2", "description": "__MSG_description__", "homepage_url": "http:\/\/team.firefoxcn.net", "manifest_version": 2, "icons": { "128": "images\/128.png" }, "permissions": [ "tabs", "webNavigation", "webRequest", "webRequestBlocking", "contextMenus", "storage", "downloads", "*:\/\/*\/*", "clipboardWrite", "unlimitedStorage" ], "background": { "scripts": [ "scripts\/browser-polyfill.js", "scripts\/common.js", "scripts\/messaging.js", "scripts\/userstyle.js", "scripts\/storage.js", "scripts\/GhostText.js", "scripts\/background.js" ] }, "content_scripts": [ { "matches": [ " |