lc.cx - Shorter - Simpler.
URL shortener allowing to shorten one or more URLs in order to share content more easily with your communities.
Wat is lc.cx - Shorter - Simpler.?
lc.cx - Shorter - Simpler. is een Chrome-extensie ontwikkeld door https://lc.cx, en de belangrijkste functie is "URL shortener allowing to shorten one or more URLs in order to share content more easily with your communities.".
Extensie Screenshots
Download het CRX-bestand van de extensie lc.cx - Shorter - Simpler.
Download lc.cx - Shorter - Simpler.-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | gilnkogkfhlnjohladpjhgbljadaeeln |
Officiële URL | https://chromewebstore.google.com/detail/lccx-shorter-simpler/gilnkogkfhlnjohladpjhgbljadaeeln |
Beschrijving | URL shortener allowing to shorten one or more URLs in order to share content more easily with your communities. |
Bestandsgrootte | 318 KB |
Aantal Installaties | 85 |
Huidige Versie | 0.5.2 |
Laatst Bijgewerkt | 2022-08-22 |
Publicatiedatum | 2020-07-09 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://lc.cx |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://lc.cx |
Help Pagina-URL | https://lc.cx/user/contact |
Ondersteunde Talen | 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" ] } } |