your ShortURL service (pygmy)

pygmy shorturl Chrome extension

Wat is your ShortURL service (pygmy)?

your ShortURL service (pygmy) is een Chrome-extensie ontwikkeld door Oriol Rius, en de belangrijkste functie is "pygmy shorturl Chrome extension".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie your ShortURL service (pygmy)

Download your ShortURL service (pygmy)-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

                        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.                    

Basisinformatie over de Extensie

Naam your ShortURL service (pygmy) your ShortURL service (pygmy)
ID kchefoihlnhfcaphckpopdknaolfegkp
Officiële URL https://chromewebstore.google.com/detail/your-shorturl-service-pyg/kchefoihlnhfcaphckpopdknaolfegkp
Beschrijving pygmy shorturl Chrome extension
Bestandsgrootte 19.32 KB
Aantal Installaties 119
Huidige Versie 0.4
Laatst Bijgewerkt 2018-07-12
Publicatiedatum 2018-07-12
Ontwikkelaar Oriol Rius
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://oriolrius.cat/blog/2018/07/06/url-shortener-service-pygmy/
Help Pagina-URL http://oriolrius.cat/blog/2018/07/06/url-shortener-service-pygmy/
URL van de Privacybeleid Pagina http://oriolrius.cat/blog/wp-page/shorturl-privacy-policy
Ondersteunde Talen 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"
    ]
}