GDG Philippines

Google Chrome Extension for the GDG Philippines community.

Co to jest GDG Philippines?

GDG Philippines to rozszerzenie Chrome opracowane przez https://gdgph.org, a jego główną funkcją jest „Google Chrome Extension for the GDG Philippines community.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia GDG Philippines

Pobierz pliki rozszerzeń GDG Philippines 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

                        Google Chrome Extension for the Google Developer Group (GDG) Philippines community. GDG Philippines, formerly known as GTUG Philippines (Google Technology Users Group Philippines), is a group of enthusiastic Filipino developers interested to collaborate and learn more about new technologies. 

See the latest events and get links to GDG Philippines straight from your Google Chrome browser. Feel free to download the app and give comments, suggestions and ratings.

GDG Philippines is an independent group; our activities and the opinions expressed should in no way be linked to Google, the corporation.                    

Podstawowe informacje o rozszerzeniu

Nazwa GDG Philippines GDG Philippines
ID pbpopomlbomjpbmpfigaogeodiemmjbm
Oficjalny URL https://chromewebstore.google.com/detail/gdg-philippines/pbpopomlbomjpbmpfigaogeodiemmjbm
Opis Google Chrome Extension for the GDG Philippines community.
Rozmiar pliku 113 KB
Liczba instalacji 78
Aktualna Wersja 3.2
Ostatnia Aktualizacja 2023-01-18
Data Publikacji 2020-06-20
Ocena 4.80/5 Łącznie 10 Oceny
Deweloper https://gdgph.org
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/jomartigcal/gdgph-chrome-extension
Adres URL Strony Pomocy https://github.com/jomartigcal/gdgph-chrome-extension
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GDG Philippines",
    "version": "3.2",
    "description": "Google Chrome Extension for the GDG Philippines community.",
    "action": {
        "default_icon": {
            "16": "images\/gdg-16.png",
            "48": "images\/gdg-48.png",
            "128": "images\/gdg-128.png"
        },
        "default_title": "GDG Philippines Chrome Extension",
        "default_popup": "links.html"
    }
}