Potato GLaDOS
It's been a long time...
什么是Potato GLaDOS?
Potato GLaDOS是由fisadev开发的Chrome扩展程序,该扩展的主要功能是“It's been a long time...”。
扩展截图
下载Potato GLaDOS扩展crx文件
下载Potato GLaDOS扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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": [] } |