pug.gl

Generate pug.gl links

Was ist pug.gl?

pug.gl ist eine Chrome-Erweiterung, die von https://storagepug.com entwickelt wurde, und ihr Hauptmerkmal ist "Generate pug.gl links".

pug.gl-Erweiterungs-CRX-Datei herunterladen

Laden Sie pug.gl-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

                        Create a shortened URL for the current tab. It copies to your clipboard automatically.                    

Grundlegende Informationen zur Erweiterung

Name pug.gl pug.gl
ID gjmcibepakdjpkomklonbkojgokcdnca
Offizielle URL https://chromewebstore.google.com/detail/puggl/gjmcibepakdjpkomklonbkojgokcdnca
Beschreibung Generate pug.gl links
Dateigröße 38.5 KB
Installationsanzahl 48
Aktuelle Version 0.0.1
Letztes Update 2017-10-23
Veröffentlichungsdatum 2017-10-23
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://storagepug.com
Zahlungsart free
Erweiterungswebsite https://pug.gl
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "pug.gl",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Generate pug.gl links",
    "homepage_url": "https:\/\/pug.gl",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "24": "icons\/icon24.png",
            "32": "icons\/icon32.png"
        },
        "default_title": "pug.gl",
        "default_popup": "popup.html"
    },
    "permissions": [
        "clipboardWrite",
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/code.jquery.com https:\/\/maxcdn.bootstrapcdn.com; object-src 'self'"
}