IT'S TIME FOR ALEX!
Alex time...
IT'S TIME FOR ALEX!란 무엇입니까?
IT'S TIME FOR ALEX!은(는) JordanWelch에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Alex time..."입니다.
확장 프로그램 스크린샷
IT'S TIME FOR ALEX! 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Just a little project I made for my digital media class in school along with my friends, Alex and Davis. Thank you to the maker of the TIME TO STOP extension and Filthy Frank for the inspiration. No Alexes were harmed in the making of this extension.
확장 프로그램 기본 정보
이름 | |
ID | ibjnjklanhlepfahlbfohminnhinnbmk |
공식 URL | https://chrome.google.com/webstore/detail/its-time-for-alex/ibjnjklanhlepfahlbfohminnhinnbmk |
설명 | Alex time... |
파일 크기 | 15.7 MB |
설치 횟수 | 307 |
현재 버전 | 1.0 |
최근 업데이트 | 2019-03-27 |
출시 날짜 | 2019-03-27 |
평점 | 4.67/5 총 3 개의 평점 |
개발자 | JordanWelch |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "TIME FOR ALEX" }, "content_scripts": [ { "css": [ "timetostop.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ] } ], "description": "Alex time... ", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "manifest_version": 2, "name": "IT'S TIME FOR ALEX!", "permissions": [ "activeTab", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0", "web_accessible_resources": [ "assets\/*" ] } |