XKCD Substitutions - COMPLETE

Replaces words and phrases in all web pages according to the XKCD Substitutions comics.

XKCD Substitutions - COMPLETE란 무엇입니까?

XKCD Substitutions - COMPLETE은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replaces words and phrases in all web pages according to the XKCD Substitutions comics."입니다.

확장 프로그램 스크린샷

screenshot

XKCD Substitutions - COMPLETE 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Now 142% more suitable for human consumption with the release of v1.0!

This extension replaces words and phrases in all web pages according to both XKCD Substitutions comics (https://xkcd.com/1288/ and http://xkcd.com/1625/).

While other extensions do exist which implement one or both of these Substitutions, I built this extension for personal use because I felt like some things could be done more intelligently. For instance, this extension will turn "car" into "cat," but it won't turn "cartoon" into "cattoon."                    

확장 프로그램 기본 정보

이름 XKCD Substitutions - COMPLETE XKCD Substitutions - COMPLETE
ID pmjnmockoldbadnfeaddafgjiopknkdj
공식 URL https://chromewebstore.google.com/detail/xkcd-substitutions-comple/pmjnmockoldbadnfeaddafgjiopknkdj
설명 Replaces words and phrases in all web pages according to the XKCD Substitutions comics.
파일 크기 8.85 KB
설치 횟수 25
현재 버전 1.0.1
최근 업데이트 2016-03-03
출시 날짜 2016-03-03
개발자 Unknown
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "XKCD Substitutions - COMPLETE",
    "description": "Replaces words and phrases in all web pages according to the XKCD Substitutions comics.",
    "version": "1.0.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}