一键缩短链接
dlj.biz 官方扩展,一键生成当前浏览页面的短链接。
What is 一键缩短链接?
一键缩短链接 is a Chrome extension developed by https://dlj.biz, and its main feature is "dlj.biz 官方扩展,一键生成当前浏览页面的短链接。".
Extension Screenshots
Download 一键缩短链接 Extension CRX File
Download 一键缩短链接 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
dlj.biz 官方扩展,一键生成当前浏览页面的短链接。
Extension Basic Information
Name | 一键缩短链接 |
ID | mldohgjkkoclclnmonndfjpoflnhmljp |
Official URL | https://chromewebstore.google.com/detail/%E4%B8%80%E9%94%AE%E7%BC%A9%E7%9F%AD%E9%93%BE%E6%8E%A5/mldohgjkkoclclnmonndfjpoflnhmljp |
Description | dlj.biz 官方扩展,一键生成当前浏览页面的短链接。 |
File Size | 12.7 KB |
Installation Count | 26 |
Current Version | 1.0 |
Last Updated | 2019-05-18 |
Publish Date | 2019-05-15 |
Developer | https://dlj.biz |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.0", "description": "__MSG_appDesc__", "manifest_version": 2, "default_locale": "zh_CN", "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "60": "images\/icon60.png" }, "browser_action": { "default_icon": "images\/icon16.png", "default_popup": "popup.html", "default_title": "__MSG_appName__" }, "permissions": [ "tabs", "storage", "*:\/\/*\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'" } |