Add links to change languages on Google™

In order to add links, specify the languages in the option page.

Add links to change languages on Google™란 무엇입니까?

Add links to change languages on Google™은(는) https://satomacoto.blogspot.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "In order to add links, specify the languages in the option page."입니다.

확장 프로그램 스크린샷

screenshot

Add links to change languages on Google™ 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        In order to add links, specify the languages in the option page.                    

확장 프로그램 기본 정보

이름 Add links to change languages on Google™ Add links to change languages on Google™
ID eemleifbnibgnoifdjohpchdemidjibj
공식 URL https://chromewebstore.google.com/detail/add-links-to-change-langu/eemleifbnibgnoifdjohpchdemidjibj
설명 In order to add links, specify the languages in the option page.
파일 크기 51.56 KB
설치 횟수 10,000
현재 버전 0.3
최근 업데이트 2020-12-20
출시 날짜 2012-12-11
평점 4.08/5 총 60 개의 평점
개발자 https://satomacoto.blogspot.com
이메일 [email protected]
결제 유형 free
지원되는 언어 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Add links to change languages on Google\u2122",
    "version": "0.3",
    "default_locale": "en",
    "description": "",
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "script.js"
            ],
            "matches": [
                ""
            ],
            "include_globs": [
                "*:\/\/*www.google*\/search*"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png"
    },
    "page_action": {
        "default_icon": "icon-19.png",
        "default_popup": "options.html"
    }
}