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.”。

擴展截圖

screenshot
screenshot

下載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.                    

擴展基本資訊

名稱 lc.cx - Shorter - Simpler. lc.cx - Shorter - Simpler.
ID gilnkogkfhlnjohladpjhgbljadaeeln
官方網址 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"
        ]
    }
}