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 |
官方網址 | 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": [] } |