ABC JS-CSS Injector

A injector extension for Chrome users.

ABC JS-CSS Injector란 무엇입니까?

ABC JS-CSS Injector은(는) https://abcelearning.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A injector extension for Chrome users."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

ABC JS-CSS Injector 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The best and faster solution for script and style injection.

Executes your javascript/jquery scripts or CSS styles on specific web sites or in all domains.

ABC JS-CSS Injector executes your javascript/jquery code snippets or CSS new styles on specific web sites you defined previously or in all domains. We provide you 2 examples and an util DarkMode Manual Script in the options of this extension when this get installed, so you can learn how to use it. Scripts or styles can be executed automaticly or manually.

You can access options by clicking cog icon in popup menu, or clicking options in settings menu. Then you will be able to create as many javascript/jquery code snippets or CSS new styles you need.

Version Notes 1.3:
- Added: Multiple Domains with comma separated. Write all domains to be affected in the input with comma separated.

Version Notes 2.0:
- Added: Multiple Domains with comma separated. Write all domains to be affected in the input with comma separated.
- Fixed: Table in options with lot of domains doesn't increase its width.

Version Notes 2.1:
- Added: Manual scripts supports now multiple domain too.                    

확장 프로그램 기본 정보

이름 ABC JS-CSS Injector ABC JS-CSS Injector
ID dnoagfebjndkhkabjkkoeeijnjpmbimj
공식 URL https://chromewebstore.google.com/detail/abc-js-css-injector/dnoagfebjndkhkabjkkoeeijnjpmbimj
설명 A injector extension for Chrome users.
파일 크기 1.83 MB
설치 횟수 2,058
현재 버전 2.1
최근 업데이트 2023-02-09
출시 날짜 2021-03-04
평점 5.00/5 총 5 개의 평점
개발자 https://abcelearning.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://abcelearning.com/
도움말 페이지 URL https://www.facebook.com/ABCeLearningFB/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ABC JS-CSS Injector",
    "version": "2.1",
    "description": "A injector extension for Chrome users.",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "options_page": "\/options.html",
    "background": {
        "scripts": [
            "\/background.js"
        ],
        "persistent": false
    },
    "icons": {
        "15": "\/images\/JS-CSS-Injector15x15-BG.png",
        "45": "\/images\/JS-CSS-Injector45x45-BG.png",
        "128": "\/images\/JS-CSS-Injector128x128-BG.png",
        "512": "\/images\/JS-CSS-Injector512x512-BG.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "\/content\/content.css"
            ],
            "js": [
                "\/content\/content.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "ABC JS-CSS Injector",
        "default_popup": "\/popup\/popup.html"
    },
    "manifest_version": 2
}