your ShortURL service (pygmy)
pygmy shorturl Chrome extension
什麼是your ShortURL service (pygmy)?
your ShortURL service (pygmy)是由Oriol Rius開發的Chrome擴展程式,該擴展的主要功能是“pygmy shorturl Chrome extension”。
擴展截圖
下載your ShortURL service (pygmy)擴展crx文件
下載your ShortURL service (pygmy)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Your short URL service extension based on pygmy (https://github.com/amitt001/pygmy). With this extension you can short URL while you are browsing with Chrome. Take a look on the uploaded video in the screenshots for an example of usage.
By the default the service used is https://url.joor.net, if you want to use another service just go the extension options and set up the backend URL.
WARNING: this is a very initial version of the service and the Google Chrome extension. Feedback will be welcome, but don't expect and stable version of the extension, neither the service. 擴展基本資訊
| 名稱 | |
| ID | kchefoihlnhfcaphckpopdknaolfegkp |
| 官方網址 | https://chromewebstore.google.com/detail/your-shorturl-service-pyg/kchefoihlnhfcaphckpopdknaolfegkp |
| 簡介 | pygmy shorturl Chrome extension |
| 檔案大小 | 19.32 KB |
| 安裝次數 | 119 |
| 目前版本 | 0.4 |
| 更新時間 | 2018-07-12 |
| 上架時間 | 2018-07-12 |
| 開發者 | Oriol Rius |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | http://oriolrius.cat/blog/2018/07/06/url-shortener-service-pygmy/ |
| 說明頁面URL | http://oriolrius.cat/blog/2018/07/06/url-shortener-service-pygmy/ |
| 隱私政策頁面URL | http://oriolrius.cat/blog/wp-page/shorturl-privacy-policy |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "your ShortURL service (pygmy)",
"version": "0.4",
"description": "pygmy shorturl Chrome extension",
"icons": {
"16": "icon.png"
},
"browser_action": {
"default_icon": "icon.png",
"default_title": "Create short URLs",
"default_popup": "popup.html"
},
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"permissions": [
"tabs",
"clipboardWrite",
"activeTab",
"storage"
]
} | |