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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "URL shortener allowing to shorten one or more URLs in order to share content more easily with your communities."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में lc.cx - Shorter - Simpler. एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } } |