your ShortURL service (pygmy)

pygmy shorturl Chrome extension

Hvad er your ShortURL service (pygmy)?

your ShortURL service (pygmy) er en Chrome-udvidelse udviklet af Oriol Rius, og dens hovedfunktion er "pygmy shorturl Chrome extension".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download your ShortURL service (pygmy)-udvidelses-CRX-fil

Download your ShortURL service (pygmy)-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn your ShortURL service (pygmy) your ShortURL service (pygmy)
ID kchefoihlnhfcaphckpopdknaolfegkp
Officiel URL https://chromewebstore.google.com/detail/your-shorturl-service-pyg/kchefoihlnhfcaphckpopdknaolfegkp
Beskrivelse pygmy shorturl Chrome extension
Filstørrelse 19.32 KB
Antal Installationer 119
Nuværende Version 0.4
Senest Opdateret 2018-07-12
Udgivelsesdato 2018-07-12
Udvikler Oriol Rius
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://oriolrius.cat/blog/2018/07/06/url-shortener-service-pygmy/
Hjælpeside-URL http://oriolrius.cat/blog/2018/07/06/url-shortener-service-pygmy/
URL til Fortrolighedspolitik Side http://oriolrius.cat/blog/wp-page/shorturl-privacy-policy
Understøttede Sprog 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"
    ]
}