六度空间 · 短链接
短链接(短网址)、二维码,一键复制标题和链接。
What is 六度空间 · 短链接?
六度空间 · 短链接 is a Chrome extension developed by 6du.space, and its main feature is "短链接(短网址)、二维码,一键复制标题和链接。".
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
可以生成短链接(短网址)、二维码,一键复制标题和链接
Extension Basic Information
Name | 六度空间 · 短链接 |
ID | ciabjoibofihcjehnhbkkbheoehhonga |
Official URL | https://chromewebstore.google.com/detail/%E5%85%AD%E5%BA%A6%E7%A9%BA%E9%97%B4-%C2%B7-%E7%9F%AD%E9%93%BE%E6%8E%A5/ciabjoibofihcjehnhbkkbheoehhonga |
Description | 短链接(短网址)、二维码,一键复制标题和链接。 |
File Size | 58.84 KB |
Installation Count | 122 |
Current Version | 0.6 |
Last Updated | 2023-07-22 |
Publish Date | 2019-11-02 |
Rating | 5.00/5 Total 1 Ratings |
Developer | 6du.space |
[email protected] | |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.6", "manifest_version": 2, "name": "\u516d\u5ea6\u7a7a\u95f4 \u00b7 \u77ed\u94fe\u63a5", "description": "\u77ed\u94fe\u63a5\uff08\u77ed\u7f51\u5740\uff09\u3001\u4e8c\u7ef4\u7801\uff0c\u4e00\u952e\u590d\u5236\u6807\u9898\u548c\u94fe\u63a5\u3002", "homepage_url": "https:\/\/6du.space\/chrome", "background": { "page": "background.html" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon-16.png", "128": "icon.png", "48": "icon-48.png" }, "permissions": [ "activeTab", "https:\/\/*\/" ] } |