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.”。
擴展截圖
下載Substitutions擴展crx文件
下載Substitutions擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | kojdglkjmjbedoamlbmiindjkocemmga |
官方網址 | 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" } } |