GDG Philippines
Google Chrome Extension for the GDG Philippines community.
Was ist GDG Philippines?
GDG Philippines ist eine Chrome-Erweiterung, die von https://gdgph.org entwickelt wurde, und ihr Hauptmerkmal ist "Google Chrome Extension for the GDG Philippines community.".
Erweiterungsscreenshots
GDG Philippines-Erweiterungs-CRX-Datei herunterladen
Laden Sie GDG Philippines-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
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.
Grundlegende Informationen zur Erweiterung
Name | GDG Philippines |
ID | pbpopomlbomjpbmpfigaogeodiemmjbm |
Offizielle URL | https://chromewebstore.google.com/detail/gdg-philippines/pbpopomlbomjpbmpfigaogeodiemmjbm |
Beschreibung | Google Chrome Extension for the GDG Philippines community. |
Dateigröße | 113 KB |
Installationsanzahl | 78 |
Aktuelle Version | 3.2 |
Letztes Update | 2023-01-18 |
Veröffentlichungsdatum | 2020-06-20 |
Bewertung | 4.80/5 Insgesamt 10 Bewertungen |
Entwickler | https://gdgph.org |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/jomartigcal/gdgph-chrome-extension |
Hilfeseite URL | https://github.com/jomartigcal/gdgph-chrome-extension |
Unterstützte Sprachen | 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" } } |