pug.gl
Generate pug.gl links
What is pug.gl?
pug.gl is a Chrome extension developed by https://storagepug.com, and its main feature is "Generate pug.gl links".
Download pug.gl Extension CRX File
Download pug.gl extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Create a shortened URL for the current tab. It copies to your clipboard automatically.
Extension Basic Information
Name | |
ID | gjmcibepakdjpkomklonbkojgokcdnca |
Official URL | https://chromewebstore.google.com/detail/puggl/gjmcibepakdjpkomklonbkojgokcdnca |
Description | Generate pug.gl links |
File Size | 38.5 KB |
Installation Count | 48 |
Current Version | 0.0.1 |
Last Updated | 2017-10-23 |
Publish Date | 2017-10-23 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://storagepug.com |
Payment Type | free |
Extension Website | https://pug.gl |
Supported Languages | 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'" } |