Simple URL Shortener

This extension shows Shortened URL For the current webpage

Co to jest Simple URL Shortener?

Simple URL Shortener to rozszerzenie Chrome opracowane przez Vishal Goyal, a jego główną funkcją jest „This extension shows Shortened URL For the current webpage”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Simple URL Shortener

Pobierz pliki rozszerzeń Simple URL 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 is a 100% Ad Free Private URL Shortener which provides more useful features like optional Password Protection, Complete Analytics to Track each and every user who clicks a link. Our system allows you to track everything. Whether it is the amount of clicks, the country or the referrer, the data is there. Above all, it is 100% free - http://k2g.co                    

Podstawowe informacje o rozszerzeniu

Nazwa Simple URL Shortener Simple URL Shortener
ID cjifcphacfcmdmlgekkbhchcapdhgddi
Oficjalny URL https://chromewebstore.google.com/detail/simple-url-shortener/cjifcphacfcmdmlgekkbhchcapdhgddi
Opis This extension shows Shortened URL For the current webpage
Rozmiar pliku 13.83 KB
Liczba instalacji 121
Aktualna Wersja 2.0
Ostatnia Aktualizacja 2015-10-17
Data Publikacji 2015-10-16
Ocena 3.67/5 Łącznie 3 Oceny
Deweloper Vishal Goyal
Typ Płatności free
Strona Rozszerzenia http://k2g.co
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple URL Shortener",
    "description": "This extension shows Shortened URL For the current webpage",
    "version": "2.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}