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”。
擴展截圖
下載Puny URL擴展crx文件
下載Puny URL擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
| 名稱 | |
| ID | phimjmaoieacdlaibeaocmmjkeaopnea |
| 官方網址 | 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
} | |