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 |
Eメール | [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" ] } } |