Substitutions

Replaces words found from XKCD's comic to make reading the news more fun.

Substitutions란 무엇입니까?

Substitutions은(는) rhyneav에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replaces words found from XKCD's comic to make reading the news more fun."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Replaces words found from XKCD's comics to make reading the news more fun.

Check out and contribute to the git repo here: https://github.com/rhyneav/xkcd-substitution

View more on my website here: https://vlaservi.ch/

Words being replaced:
- witnesses: these dudes I know 
- allegedly: kinda probably 
- new study: Tumblr post 
- rebuild: avenge 
- space: spaaace 
- google glass: virtual boy 
- smartphone: pokedex 
- electric: atomic 
- senator: elf-lord 
- car: cat 
- election: eating contest 
- congressional leader: river spirit 
- homeland security: homestar runner 
- could not be reached for comment: is guilty and everyone knows it 
- debate: dance-off 
- self driving: uncontrollably swerving 
- poll: psychic reading 
- candidate: airbender 
- drone: dog 
- vows to: probably won't 
- at large: very large 
- second-degree: friggin awful 
- third-degree: friggin awful 
- an unknown number: like hundreds 
- front runner: blade runner 
- global: spherical 
- years: minutes 
- minutes: years 
- no indication: lots of signs 
- urged restraint by: drunkenly egged on 
- horsepower: tons of horsemeat 
- gaffe: magic spell 
- ancient: haunted 
- star-studded: blood-soaked 
- remains to be seen: will never be known 
- silver bullet: ways to kill werewolves 
- subway system: tunnels I found 
- surprising: surprising (but not to me) 
- war of words: interplanetary war 
- tension: sexual tension 
- cautiously optimistic: delusional 
- doctor who: the big bang theory 
- win votes: find pokemon 
- behind the headlines: beyond the grave 
- email: poem 
- facebook post: poem 
- tweet: poem 
- facebook ceo: this guy 
- latest: final 
- disrupt: destroy 
- meeting: menage a trois 
- scientists: channing tatum and his friends 
- you won't believe: I'm really sad about                    

확장 프로그램 기본 정보

이름 Substitutions Substitutions
ID kojdglkjmjbedoamlbmiindjkocemmga
공식 URL https://chromewebstore.google.com/detail/substitutions/kojdglkjmjbedoamlbmiindjkocemmga
설명 Replaces words found from XKCD's comic to make reading the news more fun.
파일 크기 10.62 KB
설치 횟수 84
현재 버전 1.0
최근 업데이트 2016-10-18
출시 날짜 2016-10-18
평점 5.00/5 총 3 개의 평점
개발자 rhyneav
결제 유형 free
확장 프로그램 웹 사이트 https://vlaservi.ch/
도움말 페이지 URL https://github.com/rhyneav/xkcd-substitution
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Substitutions",
    "short_name": "Make reading the news great again",
    "description": "Replaces words found from XKCD's comic to make reading the news more fun.",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}