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 |
Eメール | [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": [] } |