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ファイルをダウンロード

Puny URL拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 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
}