Styler

Add custom CSS styles, JavaScript & jQuery to any websites

Styler란 무엇입니까?

Styler은(는) Luke Stateson에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add custom CSS styles, JavaScript & jQuery to any websites"입니다.

확장 프로그램 스크린샷

screenshot

Styler 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Add custom CSS and JavaScript to any web pages.

Simple & Easy to use.

Support the Styler by writing a review!

Your support is very valuable and speeds up new features!

Open source, no tracking, no telemetry, no data collection.                    

확장 프로그램 기본 정보

이름 Styler Styler
ID bogdgcfoocbajfkjjolkmcdcnnellpkb
공식 URL https://chromewebstore.google.com/detail/styler/bogdgcfoocbajfkjjolkmcdcnnellpkb
설명 Add custom CSS styles, JavaScript & jQuery to any websites
파일 크기 190 KB
설치 횟수 12,253
현재 버전 6.1.1
최근 업데이트 2020-08-25
출시 날짜 2020-01-27
평점 4.05/5 총 129 개의 평점
개발자 Luke Stateson
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://major-themes.com/
도움말 페이지 URL https://major-themes.com/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Styler",
    "version": "6.1.1",
    "manifest_version": 2,
    "description": "Add custom CSS styles, JavaScript & jQuery to any websites",
    "browser_action": {
        "default_icon": "32.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "128": "128.png"
    }
}