your ShortURL service (pygmy)

pygmy shorturl Chrome extension

Vad är your ShortURL service (pygmy)?

your ShortURL service (pygmy) är en Chrome-tillägg utvecklad av Oriol Rius, och dess huvudfunktion är "pygmy shorturl Chrome extension".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner your ShortURL service (pygmy)-förlängningens CRX-fil

Ladda ner your ShortURL service (pygmy)-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn your ShortURL service (pygmy) your ShortURL service (pygmy)
ID kchefoihlnhfcaphckpopdknaolfegkp
Officiell webbadress https://chromewebstore.google.com/detail/your-shorturl-service-pyg/kchefoihlnhfcaphckpopdknaolfegkp
Beskrivning pygmy shorturl Chrome extension
Filstorlek 19.32 KB
Antal Installationer 119
Aktuell Version 0.4
Senast Uppdaterad 2018-07-12
Publiceringsdatum 2018-07-12
Utvecklare Oriol Rius
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://oriolrius.cat/blog/2018/07/06/url-shortener-service-pygmy/
Hjälpsida URL http://oriolrius.cat/blog/2018/07/06/url-shortener-service-pygmy/
URL till Sekretesspolicy Sidan http://oriolrius.cat/blog/wp-page/shorturl-privacy-policy
Stödda Språk 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"
    ]
}