Potato GLaDOS

It's been a long time...

Co to jest Potato GLaDOS?

Potato GLaDOS to rozszerzenie Chrome opracowane przez fisadev, a jego główną funkcją jest „It's been a long time...”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Potato GLaDOS

Pobierz pliki rozszerzeń Potato GLaDOS w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Potato GLaDOS Potato GLaDOS
ID mpdhmcglipldhealmcpdhahbijiloeab
Oficjalny URL https://chromewebstore.google.com/detail/potato-glados/mpdhmcglipldhealmcpdhahbijiloeab
Opis It's been a long time...
Rozmiar pliku 34.99 KB
Liczba instalacji 861
Aktualna Wersja 0.7
Ostatnia Aktualizacja 2023-12-19
Data Publikacji 2016-04-24
Ocena 4.56/5 Łącznie 70 Oceny
Deweloper fisadev
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/fisadev/potato-glados-chrome-extension
Adres URL Strony Pomocy https://github.com/fisadev/potato-glados-chrome-extension/issues
Adres URL Strony Polityki Prywatności https://raw.githubusercontent.com/fisadev/potato-glados-chrome-extension/master/PRIVACY.txt
Obsługiwane Języki 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": []
}