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 |
官方URL | 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'" } |