Sho.ink Link Shortener
This extension allows you to easily shorten and track links using the right-click menu of your browser.
Co to jest Sho.ink Link Shortener?
Sho.ink Link Shortener to rozszerzenie Chrome opracowane przez http://sho.ink, a jego główną funkcją jest „This extension allows you to easily shorten and track links using the right-click menu of your browser.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Sho.ink Link Shortener
Pobierz pliki rozszerzeń Sho.ink Link Shortener w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This extension allows users to easily and quickly convert long URLs into short links. After you highlight a link, sho.ink adds an option in the right-click menu that will automatically create a shortened redirect link and copy it to your clipboard. With this extension, you can shorten any link in under 5 seconds.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | bldhcdnmadpmoadomdefpbbleiopblmo |
Oficjalny URL | https://chrome.google.com/webstore/detail/bldhcdnmadpmoadomdefpbbleiopblmo |
Opis | This extension allows you to easily shorten and track links using the right-click menu of your browser. |
Rozmiar pliku | 109 KB |
Liczba instalacji | 32 |
Aktualna Wersja | 0.0.0.1 |
Ostatnia Aktualizacja | 2017-01-23 |
Data Publikacji | 2017-01-23 |
Ocena | 5.00/5 Łącznie 4 Oceny |
Deweloper | http://sho.ink |
Typ Płatności | free |
Strona Rozszerzenia | http://sho.ink |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sho.ink Link Shortener", "description": "This extension allows you to easily shorten and track links using the right-click menu of your browser.", "version": "0.0.0.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "contextMenus", "notifications", "storage" ], "browser_action": { "default_icon": "small-icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "event.js" ], "persistent": false }, "author": "Matthew Brennan", "homepage_url": "http:\/\/sho.ink" } |