Potato GLaDOS

It's been a long time...

Was ist Potato GLaDOS?

Potato GLaDOS ist eine Chrome-Erweiterung, die von fisadev entwickelt wurde, und ihr Hauptmerkmal ist "It's been a long time...".

Erweiterungsscreenshots

screenshot

Potato GLaDOS-Erweiterungs-CRX-Datei herunterladen

Laden Sie Potato GLaDOS-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Potato GLaDOS Potato GLaDOS
ID mpdhmcglipldhealmcpdhahbijiloeab
Offizielle URL https://chromewebstore.google.com/detail/potato-glados/mpdhmcglipldhealmcpdhahbijiloeab
Beschreibung It's been a long time...
Dateigröße 34.99 KB
Installationsanzahl 861
Aktuelle Version 0.7
Letztes Update 2023-12-19
Veröffentlichungsdatum 2016-04-24
Bewertung 4.56/5 Insgesamt 70 Bewertungen
Entwickler fisadev
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/fisadev/potato-glados-chrome-extension
Hilfeseite URL https://github.com/fisadev/potato-glados-chrome-extension/issues
URL der Datenschutzrichtlinien-Seite https://raw.githubusercontent.com/fisadev/potato-glados-chrome-extension/master/PRIVACY.txt
Unterstützte Sprachen 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": []
}