Comic Sans Scare
Scare your friends by turning all their pages into... Comic Sans, ooOOOooo
Comic Sans Scare란 무엇입니까?
Comic Sans Scare은(는) DesignUXUI에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Scare your friends by turning all their pages into... Comic Sans, ooOOOooo"입니다.
확장 프로그램 스크린샷
Comic Sans Scare 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Have some fun scaring your designer friends with this extension. Here is how: 1. While they are away from their computer, discreetly install this extension 2. Watch as all the fonts on every site they visit turns to Comic Sans
확장 프로그램 기본 정보
이름 | |
ID | enemmajghcoelaldneaemhkcbheajpod |
공식 URL | https://chrome.google.com/webstore/detail/comic-sans-scare/enemmajghcoelaldneaemhkcbheajpod |
설명 | Scare your friends by turning all their pages into... Comic Sans, ooOOOooo |
파일 크기 | 164 KB |
설치 횟수 | 87 |
현재 버전 | 1 |
최근 업데이트 | 2014-10-31 |
출시 날짜 | 2014-10-31 |
평점 | 4.71/5 총 7 개의 평점 |
개발자 | DesignUXUI |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Comic Sans Scare", "version": "1", "manifest_version": 2, "description": "Scare your friends by turning all their pages into... Comic Sans, ooOOOooo", "homepage_url": "http:\/\/www.uitogether.com", "permissions": [ "storage" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Comic Sans Scare" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |