Puny URL

Puny URL is a shortener URL service. It uses ASCII or Unicode-encoded hostnames for extreme shortness. Puny URL powered by SAPO

Puny URL란 무엇입니까?

Puny URL은(는) suskind에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Puny URL is a shortener URL service. It uses ASCII or Unicode-encoded hostnames for extreme shortness. Puny URL powered by SAPO"입니다.

확장 프로그램 스크린샷

screenshot

Puny URL 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                                            

확장 프로그램 기본 정보

이름 Puny URL Puny URL
ID phimjmaoieacdlaibeaocmmjkeaopnea
공식 URL https://chromewebstore.google.com/detail/puny-url/phimjmaoieacdlaibeaocmmjkeaopnea
설명 Puny URL is a shortener URL service. It uses ASCII or Unicode-encoded hostnames for extreme shortness. Puny URL powered by SAPO
파일 크기 93.91 KB
설치 횟수 54
현재 버전 1.3
최근 업데이트 2012-07-22
출시 날짜 2012-07-22
평점 5.00/5 총 1 개의 평점
개발자 suskind
결제 유형 free
확장 프로그램 웹 사이트 http://puny.sapo.pt/
지원되는 언어 en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Puny URL",
    "version": "1.3",
    "description": "Puny URL is a shortener URL service. It uses ASCII or Unicode-encoded hostnames for extreme shortness. Puny URL powered by SAPO",
    "browser_action": {
        "default_icon": "punyurl_icon.png",
        "default_title": "Puny URL",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "punyurl_icon16x16.png",
        "48": "punyurl_icon48x48.png",
        "128": "punyurl_icon128x128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "https:\/\/services.sapo.pt\/PunyURL\/*"
    ],
    "manifest_version": 2
}