brnrs - Create private, temporary URLs

Create shortened URLs that delete themselves after a specified number of uses or amout of time.

O que é brnrs - Create private, temporary URLs?

brnrs - Create private, temporary URLs é uma extensão do Chrome desenvolvida por https://brnrs.io, e sua principal característica é "Create shortened URLs that delete themselves after a specified number of uses or amout of time.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão brnrs - Create private, temporary URLs

Baixe arquivos de extensão brnrs - Create private, temporary URLs 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

                        Add some impermanence to the links you share on on the web! brnrs allows anyone to create anonymous, temporary links in a matter of seconds.

-Shorten any URL
-Choose how long it is active (either via number of uses, an expiration time/date, or both)
-Share the link the same way you would any other
-Expired links resolve to a standard placeholder page

The brnrs Chrome extension is open source and leverages the brnrs.io API.                    

Informações Básicas da Extensão

Nome brnrs - Create private, temporary URLs brnrs - Create private, temporary URLs
ID pobinhjkpbnfdphmeopaclblbcgbdkoe
URL Oficial https://chromewebstore.google.com/detail/brnrs-create-private-temp/pobinhjkpbnfdphmeopaclblbcgbdkoe
Descrição Create shortened URLs that delete themselves after a specified number of uses or amout of time.
Tamanho do Arquivo 293 KB
Contagem de Instalações 74
Versão Atual 0.1
Última Atualização 2016-06-30
Data de Publicação 2016-06-30
Classificação 2.33/5 Total de 3 Avaliações
Desenvolvedor https://brnrs.io
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "brnrs - Create private, temporary URLs",
    "description": "Create shortened URLs that delete themselves after a specified number of uses or amout of time.",
    "version": "0.1",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.htm",
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        }
    },
    "background": {
        "persistant": false
    },
    "permissions": [
        "activeTab",
        "https:\/\/brnrs.io\/*"
    ]
}