pug.gl
Generate pug.gl links
什麼是pug.gl?
pug.gl是由https://storagepug.com開發的Chrome擴展程式,該擴展的主要功能是“Generate pug.gl links”。
下載pug.gl擴展crx文件
下載pug.gl擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Create a shortened URL for the current tab. It copies to your clipboard automatically.
擴展基本資訊
名稱 | |
ID | gjmcibepakdjpkomklonbkojgokcdnca |
官方網址 | https://chromewebstore.google.com/detail/puggl/gjmcibepakdjpkomklonbkojgokcdnca |
簡介 | Generate pug.gl links |
檔案大小 | 38.5 KB |
安裝次數 | 48 |
目前版本 | 0.0.1 |
更新時間 | 2017-10-23 |
上架時間 | 2017-10-23 |
評分 | 5.00/5 共 1 次評分 |
開發者 | https://storagepug.com |
付費類型 | free |
擴展官網 | https://pug.gl |
支援的語言 | 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'" } |