tpnURL.com Generator

Generate tpnURL links from Google Chrome.

O que é tpnURL.com Generator?

tpnURL.com Generator é uma extensão do Chrome desenvolvida por http://tpnurl.com, e sua principal característica é "Generate tpnURL links from Google Chrome.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão tpnURL.com Generator

Baixe arquivos de extensão tpnURL.com Generator 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

                        Allows you to create simple, shorter URLs from longer, complex URLs directly from Google Chrome.

Long URL:
http://www.linkedin.com/in/peterknowles/

Short URL:
http://tpnurl.com/2z0I

All URLs are permanent, and only are pruned if the link is found to be dead, associated with a known spam, phishing or other malicious website.

== CHANGE LOG ==
1.0.24
- addressed serious bug due to manifest 2.0 changes which caused form submission to not work.
- addressed issue where url was not properly populating in form on load.

1.0.19 - 1.0.23
- addressed a number of bugs related to manifest standard changes.
- updated extension to render using HTML5 standards.

1.0.18
- adjusted manifest.json file to meet new specs.

1.0.17
- minor update to UI
- addressed minor cosmetic bug introduced in 1.0.16

1.0.16
- replaced old ajax function with jquery enabled version.

1.0.15
- updated packaged icons.

1.0.13 - 1.0.14
- addressed minor bug caused by backend changes.

1.0.12
- extension now populates form with the active tab's URL

REQUEST POLICY

I'm always open to suggestions, so if you have any please post them in your feedback, or email me at: [email protected]

I'll do my best to field each request personally, and in many cases it may possible to implement an update within a day or two.

Thanks everyone for using my extension, service, and for providing valuable feedback.

-Peter                    

Informações Básicas da Extensão

Nome tpnURL.com Generator tpnURL.com Generator
ID ihccbfgdmhboepciggdgliijdodgddco
URL Oficial https://chrome.google.com/webstore/detail/tpnurlcom-generator/ihccbfgdmhboepciggdgliijdodgddco
Descrição Generate tpnURL links from Google Chrome.
Tamanho do Arquivo 49.42 KB
Contagem de Instalações 17
Versão Atual 1.0.24
Última Atualização 2012-10-07
Data de Publicação 2012-10-07
Classificação 4.23/5 Total de 13 Avaliações
Desenvolvedor http://tpnurl.com
Tipo de Pagamento free
Site da Extensão http://tpnurl.com
Idiomas Suportados en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "tpnURL.com Generator",
    "version": "1.0.24",
    "manifest_version": 2,
    "description": "Generate tpnURL links from Google Chrome.",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/tpnurl.com\/*",
        "http:\/\/www.tpnurl.com\/*"
    ]
}