Styler Beta

Add custom CSS styles, JavaScript & jQuery to any websites

Styler Beta란 무엇입니까?

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

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Minimal extension for fast and easy way to add CSS styles and JavaScript to any webpage with jQuery support.

- Auto-sync across your Mac, PC and Linux Google accounts.
- Option to view all saved CSS styles and JavaScript on all websites.
- 100% Open-source and bloat-free, available on GitHub!

Support this extension - write a review!

Version 6.5:

- Added Import/Export data into JSON format
- Improved dark mode colors
- Fixed switching between dark/light mode based on browser settings

Version 6.4:

- Full dark mode beta
- Smaller scrollbars

Version 6.2:

- Added Screen Ruler
- Changed design of "disable" button

Version 6.1.x:

- Allowed editing inside "Saved data" tab (saved after styler popup is closed)
- Improved "Saved data" tab

Version 6:

- Improved UI
- Disable styles/scripts button
- Now showing the maximum chrome storage size (when limit is reached settings are saved locally).                    

확장 프로그램 기본 정보

이름 Styler Beta Styler Beta
ID hbhkfnpodhdcaophahpkiflechaoddoi
공식 URL https://chromewebstore.google.com/detail/styler-beta/hbhkfnpodhdcaophahpkiflechaoddoi
설명 Add custom CSS styles, JavaScript & jQuery to any websites
파일 크기 205 KB
설치 횟수 5,830
현재 버전 6.5
최근 업데이트 2021-02-11
출시 날짜 2020-07-02
평점 4.56/5 총 54 개의 평점
개발자 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 Beta",
    "version": "6.5",
    "manifest_version": 2,
    "description": "Add custom CSS styles, JavaScript & jQuery to any websites",
    "browser_action": {
        "default_icon": {
            "128": "128.png",
            "48": "48.png",
            "32": "32.png",
            "16": "16.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"
    }
}