XKCD substitutions
Making the web a stranger better place.
XKCD substitutions란 무엇입니까?
XKCD substitutions은(는) alec.posney에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Making the web a stranger better place."입니다.
확장 프로그램 스크린샷
XKCD substitutions 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Is the news getting you down? Well about to be cheered up with substitutions that make reading the news more fun. see http://xkcd.com/1288, https://xkcd.com/1625/ Now with custom substitutions! Simply right click the extension icon and click options to add your own. some other xkcd jokes have made it into the newest version. https://xkcd.com/1004/ https://xkcd.com/1418/ https://xkcd.com/1031/ https://xkcd.com/1625/ all credit to xkcd also checkout s/keyboard/leopard, which inspired this extension. http://chrome.google.com/webstore/detail/skeyboardleopard/oheflacdocadefgdpiimpapbkomhgbbe source: https://github.com/Posnet/xkcd-substitutions
확장 프로그램 기본 정보
이름 | XKCD substitutions |
ID | jkgogmboalmaijfgfhfepckdgjeopfhk |
공식 URL | https://chromewebstore.google.com/detail/xkcd-substitutions/jkgogmboalmaijfgfhfepckdgjeopfhk |
설명 | Making the web a stranger better place. |
파일 크기 | 432 KB |
설치 횟수 | 8,032 |
현재 버전 | 1.4.1 |
최근 업데이트 | 2016-03-13 |
출시 날짜 | 2016-03-13 |
평점 | 4.54/5 총 301 개의 평점 |
개발자 | alec.posney |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "XKCD substitutions", "description": "Making the web a stranger better place.", "version": "1.4.1", "options_page": "html\/config.html", "browser_action": { "default_icon": { "19": "images\/enabled.png" }, "default_title": "click to disable xkcd substitutions" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "128": "images\/icon128.png" } } |