your ShortURL service (pygmy)

pygmy shorturl Chrome extension

Co to jest your ShortURL service (pygmy)?

your ShortURL service (pygmy) to rozszerzenie Chrome opracowane przez Oriol Rius, a jego główną funkcją jest „pygmy shorturl Chrome extension”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia your ShortURL service (pygmy)

Pobierz pliki rozszerzeń your ShortURL service (pygmy) 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

                        Your short URL service extension based on pygmy (https://github.com/amitt001/pygmy). With this extension you can short URL while you are browsing with Chrome. Take a look on the uploaded video in the screenshots for an example of usage.

By the default the service used is https://url.joor.net, if you want to use another service just go the extension options and set up the backend URL.

WARNING: this is a very initial version of the service and the Google Chrome extension. Feedback will be welcome, but don't expect and stable version of the extension, neither the service.                    

Podstawowe informacje o rozszerzeniu

Nazwa your ShortURL service (pygmy) your ShortURL service (pygmy)
ID kchefoihlnhfcaphckpopdknaolfegkp
Oficjalny URL https://chromewebstore.google.com/detail/your-shorturl-service-pyg/kchefoihlnhfcaphckpopdknaolfegkp
Opis pygmy shorturl Chrome extension
Rozmiar pliku 19.32 KB
Liczba instalacji 119
Aktualna Wersja 0.4
Ostatnia Aktualizacja 2018-07-12
Data Publikacji 2018-07-12
Deweloper Oriol Rius
E-mail oriol@joor.net
Typ Płatności free
Strona Rozszerzenia http://oriolrius.cat/blog/2018/07/06/url-shortener-service-pygmy/
Adres URL Strony Pomocy http://oriolrius.cat/blog/2018/07/06/url-shortener-service-pygmy/
Adres URL Strony Polityki Prywatności http://oriolrius.cat/blog/wp-page/shorturl-privacy-policy
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "your ShortURL service (pygmy)",
    "version": "0.4",
    "description": "pygmy shorturl Chrome extension",
    "icons": {
        "16": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Create short URLs",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "permissions": [
        "tabs",
        "clipboardWrite",
        "activeTab",
        "storage"
    ]
}