your ShortURL service (pygmy)

pygmy shorturl Chrome extension

¿Qué es your ShortURL service (pygmy)?

your ShortURL service (pygmy) es una extensión de Chrome desarrollada por Oriol Rius, y su función principal es "pygmy shorturl Chrome extension".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión your ShortURL service (pygmy)

Descarga archivos de extensión your ShortURL service (pygmy) en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre your ShortURL service (pygmy) your ShortURL service (pygmy)
ID kchefoihlnhfcaphckpopdknaolfegkp
URL Oficial https://chromewebstore.google.com/detail/your-shorturl-service-pyg/kchefoihlnhfcaphckpopdknaolfegkp
Descripción pygmy shorturl Chrome extension
Tamaño del Archivo 19.32 KB
Cantidad de Instalaciones 119
Versión Actual 0.4
Última Actualización 2018-07-12
Fecha de Publicación 2018-07-12
Desarrollador Oriol Rius
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://oriolrius.cat/blog/2018/07/06/url-shortener-service-pygmy/
URL de la Página de Ayuda http://oriolrius.cat/blog/2018/07/06/url-shortener-service-pygmy/
URL de la Página de Política de Privacidad http://oriolrius.cat/blog/wp-page/shorturl-privacy-policy
Idiomas Soportados 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"
    ]
}