Star-rules

Apply CSS rules to all elements on the page

Star-rules란 무엇입니까?

Star-rules은(는) https://chaitanyapramod.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Apply CSS rules to all elements on the page"입니다.

확장 프로그램 스크린샷

screenshot

Star-rules 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Applies CSS transition on all elements in the current page. All transitions on the page smoothly animate between values.

To try this out, open http://css-tricks.com/things-it-might-be-funuseful-to-try-the-universal-selector-on/ in Chrome browser and click on the star icon in the toolbar. Howering over the links in the article smoothly change their background.

The source-code of this project is hosted at https://github.com/chaitanyapramod/Star-rules                    

확장 프로그램 기본 정보

이름 Star-rules Star-rules
ID keoloppemkcfmkhccfdjhijediepcaip
공식 URL https://chromewebstore.google.com/detail/star-rules/keoloppemkcfmkhccfdjhijediepcaip
설명 Apply CSS rules to all elements on the page
파일 크기 61 KB
설치 횟수 16
현재 버전 0.0.3
최근 업데이트 2018-02-25
출시 날짜 2018-02-25
평점 5.00/5 총 1 개의 평점
개발자 https://chaitanyapramod.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://chaitanyapramod.com/
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Star-rules",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "Apply CSS rules to all elements on the page",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/star_orange_32.png",
        "default_title": "Toggle CSS transition on '*' selector"
    },
    "icons": {
        "256": "images\/star_orange_256.png",
        "128": "images\/star_orange_128.png",
        "64": "images\/star_orange_64.png",
        "48": "images\/star_orange_48.png",
        "32": "images\/star_orange_32.png",
        "16": "images\/star_orange_16.png"
    },
    "permissions": [
        "",
        "tabs",
        "contextMenus"
    ]
}