Potato GLaDOS
It's been a long time...
Potato GLaDOS란 무엇입니까?
Potato GLaDOS은(는) fisadev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "It's been a long time..."입니다.
확장 프로그램 스크린샷
Potato GLaDOS 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is a potato glados icon, which you can click to get quotes from the game. All credit on the quotes to Valve. It's been a long time... [ if you don't understand what it is, you should play Portal and Portal 2 games :) ] It's open source, the code is at https://github.com/fisadev/potato-glados-chrome-extension
확장 프로그램 기본 정보
이름 | Potato GLaDOS |
ID | mpdhmcglipldhealmcpdhahbijiloeab |
공식 URL | https://chromewebstore.google.com/detail/potato-glados/mpdhmcglipldhealmcpdhahbijiloeab |
설명 | It's been a long time... |
파일 크기 | 34.99 KB |
설치 횟수 | 861 |
현재 버전 | 0.7 |
최근 업데이트 | 2023-12-19 |
출시 날짜 | 2016-04-24 |
평점 | 4.56/5 총 70 개의 평점 |
개발자 | fisadev |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/fisadev/potato-glados-chrome-extension |
도움말 페이지 URL | https://github.com/fisadev/potato-glados-chrome-extension/issues |
개인정보 보호 정책 페이지 URL | https://raw.githubusercontent.com/fisadev/potato-glados-chrome-extension/master/PRIVACY.txt |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Potato GLaDOS", "description": "It's been a long time...", "version": "0.7", "author": "[email protected]", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_icon": "icon.png", "default_title": "click me", "default_popup": "popup.html" }, "permissions": [] } |