Gpp
A set of small improvements for G+
Wat is Gpp?
Gpp is een Chrome-extensie ontwikkeld door Swader, en de belangrijkste functie is "A set of small improvements for G+".
Extensie Screenshots
Download het CRX-bestand van de extensie Gpp
Download Gpp-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
A set of small upgrades for G+.
1. Ability to click on the "Loading" or "There was a problem completing this request" message to discard it.
2. ... more coming soon, depending on demand. Basisinformatie over de Extensie
| Naam | |
| ID | mcocbfhfjbhhhoglgjhogcablmnbpanp |
| Officiële URL | https://chromewebstore.google.com/detail/gpp/mcocbfhfjbhhhoglgjhogcablmnbpanp |
| Beschrijving | A set of small improvements for G+ |
| Bestandsgrootte | 51.54 KB |
| Aantal Installaties | 25 |
| Huidige Versie | 0.0.0.1 |
| Laatst Bijgewerkt | 2013-07-29 |
| Publicatiedatum | 2013-07-29 |
| Ontwikkelaar | Swader |
| Betalingswijze | free |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Gpp",
"version": "0.0.0.1",
"manifest_version": 2,
"description": "A set of small improvements for G+",
"background": {
"page": "background.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/plus.google.com\/*"
],
"js": [
"lib\/jquery-1.8.3.min.js",
"scripts\/main.js"
],
"run_at": "document_idle"
}
],
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
}
} | |