tpnURL.com Generator

Generate tpnURL links from Google Chrome.

tpnURL.com Generator란 무엇입니까?

tpnURL.com Generator은(는) http://tpnurl.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Generate tpnURL links from Google Chrome."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

tpnURL.com Generator 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 tpnURL.com Generator tpnURL.com Generator
ID ihccbfgdmhboepciggdgliijdodgddco
공식 URL https://chrome.google.com/webstore/detail/tpnurlcom-generator/ihccbfgdmhboepciggdgliijdodgddco
설명 Generate tpnURL links from Google Chrome.
파일 크기 49.42 KB
설치 횟수 17
현재 버전 1.0.24
최근 업데이트 2012-10-07
출시 날짜 2012-10-07
평점 4.23/5 총 13 개의 평점
개발자 http://tpnurl.com
결제 유형 free
확장 프로그램 웹 사이트 http://tpnurl.com
지원되는 언어 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\/*"
    ]
}