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. là gì?

lc.cx - Shorter - Simpler. là một tiện ích mở rộng Chrome được phát triển bởi https://lc.cx, và tính năng chính của nó là "URL shortener allowing to shorten one or more URLs in order to share content more easily with your communities.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng lc.cx - Shorter - Simpler.

Tải xuống các tệp mở rộng lc.cx - Shorter - Simpler. dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên lc.cx - Shorter - Simpler. lc.cx - Shorter - Simpler.
ID gilnkogkfhlnjohladpjhgbljadaeeln
URL Chính Thức https://chromewebstore.google.com/detail/lccx-shorter-simpler/gilnkogkfhlnjohladpjhgbljadaeeln
Mô tả URL shortener allowing to shorten one or more URLs in order to share content more easily with your communities.
Kích Thước Tệp 318 KB
Số Lần Cài Đặt 85
Phiên Bản Hiện Tại 0.5.2
Cập Nhật Lần Cuối 2022-08-22
Ngày Phát Hành 2020-07-09
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://lc.cx
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://lc.cx
URL Trang Trợ Giúp https://lc.cx/user/contact
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}