your ShortURL service (pygmy)

pygmy shorturl Chrome extension

Cos'è your ShortURL service (pygmy)?

your ShortURL service (pygmy) è un'estensione di Chrome sviluppata da Oriol Rius, e la sua funzione principale è "pygmy shorturl Chrome extension".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione your ShortURL service (pygmy)

Scarica i file di estensione your ShortURL service (pygmy) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome your ShortURL service (pygmy) your ShortURL service (pygmy)
ID kchefoihlnhfcaphckpopdknaolfegkp
URL Ufficiale https://chromewebstore.google.com/detail/your-shorturl-service-pyg/kchefoihlnhfcaphckpopdknaolfegkp
Descrizione pygmy shorturl Chrome extension
Dimensione del File 19.32 KB
Conteggio Installazioni 119
Versione Corrente 0.4
Ultimo Aggiornamento 2018-07-12
Data di Pubblicazione 2018-07-12
Sviluppatore Oriol Rius
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://oriolrius.cat/blog/2018/07/06/url-shortener-service-pygmy/
URL della Pagina di Aiuto http://oriolrius.cat/blog/2018/07/06/url-shortener-service-pygmy/
URL della Pagina della Politica sulla Privacy http://oriolrius.cat/blog/wp-page/shorturl-privacy-policy
Lingue Supportate 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"
    ]
}