lc.cx - Shorter - Simpler.
URL shortener allowing to shorten one or more URLs in order to share content more easily with your communities.
什么是lc.cx - Shorter - Simpler.?
lc.cx - Shorter - Simpler.是由https://lc.cx开发的Chrome扩展程序,该扩展的主要功能是“URL shortener allowing to shorten one or more URLs in order to share content more easily with your communities.”。
扩展截图
下载lc.cx - Shorter - Simpler.扩展crx文件
下载lc.cx - Shorter - Simpler.扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension allows you to generate shortlinks. It is also possible to shorten URLs with a customizable domain. An account is required to use this extension.
扩展基本信息
名称 | |
ID | gilnkogkfhlnjohladpjhgbljadaeeln |
官方URL | https://chromewebstore.google.com/detail/lccx-shorter-simpler/gilnkogkfhlnjohladpjhgbljadaeeln |
简介 | URL shortener allowing to shorten one or more URLs in order to share content more easily with your communities. |
文件大小 | 318 KB |
安装次数 | 85 |
当前版本 | 0.5.2 |
更新时间 | 2022-08-22 |
上架时间 | 2020-07-09 |
评分 | 5.00/5 共2次评分 |
开发者 | https://lc.cx |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://lc.cx |
帮助页面URL | https://lc.cx/user/contact |
支持的语言 | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extensionName__", "short_name": "lc.cx", "description": "__MSG_extensionDescription__", "version": "0.5.2", "manifest_version": 2, "default_locale": "en", "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "96": "icons\/icon_96.png", "128": "icons\/icon_128.png" }, "permissions": [ "activeTab", "storage", "contextMenus", "https:\/\/*.lc.cx\/*" ], "optional_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "lccx-extension", "default_popup": "popup\/popup.html" }, "browser_specific_settings": { "gecko": { "id": "{4771d907-a9b3-4329-9031-6f930bea0f75}" } }, "background": { "scripts": [ "background.js" ] } } |