pug.gl
Generate pug.gl links
Wat is pug.gl?
pug.gl is een Chrome-extensie ontwikkeld door https://storagepug.com, en de belangrijkste functie is "Generate pug.gl links".
Download het CRX-bestand van de extensie pug.gl
Download pug.gl-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
Create a shortened URL for the current tab. It copies to your clipboard automatically.
Basisinformatie over de Extensie
Naam | |
ID | gjmcibepakdjpkomklonbkojgokcdnca |
Officiële URL | https://chromewebstore.google.com/detail/puggl/gjmcibepakdjpkomklonbkojgokcdnca |
Beschrijving | Generate pug.gl links |
Bestandsgrootte | 38.5 KB |
Aantal Installaties | 48 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2017-10-23 |
Publicatiedatum | 2017-10-23 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://storagepug.com |
Betalingswijze | free |
Extensiewebsite | https://pug.gl |
Ondersteunde Talen | 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'" } |