your ShortURL service (pygmy)

pygmy shorturl Chrome extension

O que é your ShortURL service (pygmy)?

your ShortURL service (pygmy) é uma extensão do Chrome desenvolvida por Oriol Rius, e sua principal característica é "pygmy shorturl Chrome extension".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão your ShortURL service (pygmy)

Baixe arquivos de extensão your ShortURL service (pygmy) no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome your ShortURL service (pygmy) your ShortURL service (pygmy)
ID kchefoihlnhfcaphckpopdknaolfegkp
URL Oficial https://chromewebstore.google.com/detail/your-shorturl-service-pyg/kchefoihlnhfcaphckpopdknaolfegkp
Descrição pygmy shorturl Chrome extension
Tamanho do Arquivo 19.32 KB
Contagem de Instalações 119
Versão Atual 0.4
Última Atualização 2018-07-12
Data de Publicação 2018-07-12
Desenvolvedor Oriol Rius
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://oriolrius.cat/blog/2018/07/06/url-shortener-service-pygmy/
URL da Página de Ajuda http://oriolrius.cat/blog/2018/07/06/url-shortener-service-pygmy/
URL da Página de Política de Privacidade http://oriolrius.cat/blog/wp-page/shorturl-privacy-policy
Idiomas Suportados 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"
    ]
}