Web page modification

Web page modification

Web page modification란 무엇입니까?

Web page modification은(는) https://ita-in-ua.herokuapp.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Web page modification"입니다.

확장 프로그램 스크린샷

screenshot

Web page modification 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        1.Сhange background color and text of any element of any page on the Internet. 
2.Меняйте цвет фона и текста любого элемента любой страницы в интернете.
3.e-mail: [email protected]                    

확장 프로그램 기본 정보

이름 Web page modification Web page modification
ID ngdiongcifgelapcafnomekolgmaflad
공식 URL https://chromewebstore.google.com/detail/web-page-modification/ngdiongcifgelapcafnomekolgmaflad
설명 Web page modification
파일 크기 691 KB
설치 횟수 18
현재 버전 0.0.0.9
최근 업데이트 2017-01-25
출시 날짜 2017-01-25
평점 2.50/5 총 4 개의 평점
개발자 https://ita-in-ua.herokuapp.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://ita-in-ua.herokuapp.com/
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.0.0.9",
    "name": "Web page modification",
    "description": "Web page modification",
    "permissions": [
        "https:\/\/*\/",
        "http:\/\/*\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "modification_web_page_min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "start.js"
        ]
    },
    "icons": {
        "64": "icon_64.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "settings_32.png",
        "default_title": "page modification"
    }
}