xkcd Substitutions Plus
Substitutions that make reading the news more fun.
xkcd Substitutions Plus란 무엇입니까?
xkcd Substitutions Plus은(는) Ido에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Substitutions that make reading the news more fun."입니다.
확장 프로그램 스크린샷
xkcd Substitutions Plus 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
- Add your own substitutions! (Options page) - Switch the extension on/off version 3.0 - Added an option to substitute word parts (and not only complete words). This option also support non-English word substitution. version 2.7 - Some bugs fixed (on/off not saved). - Fixed performance issue. You are welcome to contact me with bug reports and new feature requests! Credit to xkcd.com/1288
확장 프로그램 기본 정보
이름 | |
ID | oppfdcfjocbkhcakmfhenlgimjmoohid |
공식 URL | https://chrome.google.com/webstore/detail/xkcd-substitutions-plus/oppfdcfjocbkhcakmfhenlgimjmoohid |
설명 | Substitutions that make reading the news more fun. |
파일 크기 | 31.76 KB |
설치 횟수 | 92 |
현재 버전 | 3.0 |
최근 업데이트 | 2019-06-30 |
출시 날짜 | 2019-06-30 |
평점 | 5.00/5 총 7 개의 평점 |
개발자 | Ido |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://app.loadmill.com/assets/privacy-policy.pdf |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "xkcd Substitutions Plus", "description": "Substitutions that make reading the news more fun.", "version": "3.0", "icons": { "16": "images\/black_hat16.png", "48": "images\/black_hat48.png", "128": "images\/black_hat128.png" }, "permissions": [ "activeTab", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "options_page": "html\/options.html", "browser_action": { "default_title": "xkcd: Substitutions+", "default_icon": { "19": "images\/black_hat19.png", "38": "images\/black_hat38.png" } } } |