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
}