your ShortURL service (pygmy)

pygmy shorturl Chrome extension

What is your ShortURL service (pygmy)?

your ShortURL service (pygmy) is a Chrome extension developed by Oriol Rius, and its main feature is "pygmy shorturl Chrome extension".

Extension Screenshots

screenshot
screenshot
screenshot

Download your ShortURL service (pygmy) Extension CRX File

Download your ShortURL service (pygmy) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name your ShortURL service (pygmy) your ShortURL service (pygmy)
ID kchefoihlnhfcaphckpopdknaolfegkp
Official URL https://chromewebstore.google.com/detail/your-shorturl-service-pyg/kchefoihlnhfcaphckpopdknaolfegkp
Description pygmy shorturl Chrome extension
File Size 19.32 KB
Installation Count 119
Current Version 0.4
Last Updated 2018-07-12
Publish Date 2018-07-12
Developer Oriol Rius
Email [email protected]
Payment Type free
Extension Website http://oriolrius.cat/blog/2018/07/06/url-shortener-service-pygmy/
Help Page URL http://oriolrius.cat/blog/2018/07/06/url-shortener-service-pygmy/
Privacy Policy Page URL http://oriolrius.cat/blog/wp-page/shorturl-privacy-policy
Supported Languages 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"
    ]
}