Potato GLaDOS
It's been a long time...
Hvad er Potato GLaDOS?
Potato GLaDOS er en Chrome-udvidelse udviklet af fisadev, og dens hovedfunktion er "It's been a long time...".
Udvidelsesskærmbilleder
Download Potato GLaDOS-udvidelses-CRX-fil
Download Potato GLaDOS-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Potato GLaDOS |
ID | mpdhmcglipldhealmcpdhahbijiloeab |
Officiel URL | https://chromewebstore.google.com/detail/potato-glados/mpdhmcglipldhealmcpdhahbijiloeab |
Beskrivelse | It's been a long time... |
Filstørrelse | 34.99 KB |
Antal Installationer | 861 |
Nuværende Version | 0.7 |
Senest Opdateret | 2023-12-19 |
Udgivelsesdato | 2016-04-24 |
Bedømmelse | 4.56/5 Samlet 70 Bedømmelser |
Udvikler | fisadev |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/fisadev/potato-glados-chrome-extension |
Hjælpeside-URL | https://github.com/fisadev/potato-glados-chrome-extension/issues |
URL til Fortrolighedspolitik Side | https://raw.githubusercontent.com/fisadev/potato-glados-chrome-extension/master/PRIVACY.txt |
Understøttede Sprog | 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": [] } |