Link shortener Xaa.Su
Quickly shorten a long link
什么是Link shortener Xaa.Su?
Link shortener Xaa.Su是由https://xaa.su开发的Chrome扩展程序,该扩展的主要功能是“Quickly shorten a long link”。
扩展截图
下载Link shortener Xaa.Su扩展crx文件
下载Link shortener Xaa.Su扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The product is an extension or addition to the Xaa.Su site and is used to quickly (in one click) shorten links from the address bar. Being on the current page, just click on the appropriate icon in the panel and you immediately get a shortened version of your page.
扩展基本信息
名称 | Link shortener Xaa.Su |
ID | nmbfimmenknjnnhmelplbaghlokkalpc |
官方URL | https://chromewebstore.google.com/detail/link-shortener-xaasu/nmbfimmenknjnnhmelplbaghlokkalpc |
简介 | Quickly shorten a long link |
文件大小 | 69.7 KB |
安装次数 | 251 |
当前版本 | 1.0.5 |
更新时间 | 2019-06-09 |
上架时间 | 2019-06-09 |
评分 | 4.07/5 共14次评分 |
开发者 | https://xaa.su |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://xaa.su/ |
支持的语言 | de,en,fr,es,it,pt-PT,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "1.0.5", "icons": { "16": "images\/16x16.png", "32": "images\/32x32.png", "48": "images\/48x48.png", "128": "images\/128x128.png" }, "permissions": [ "tabs", "https:\/\/xaa.su\/ex\/*" ], "browser_action": { "default_title": "__MSG_appName__", "default_icon": "images\/48x48.png", "default_popup": "popup.html" } } |