Chilp.it URL Shortener
This extension helps to shrink your large URLs.
什麼是Chilp.it URL Shortener?
Chilp.it URL Shortener是由Chilp Media Group開發的Chrome擴展程式,該擴展的主要功能是“This extension helps to shrink your large URLs.”。
擴展截圖
下載Chilp.it URL Shortener擴展crx文件
下載Chilp.it URL Shortener擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This is the official Chrome extension for the Chilp.it URL shortener. You can can create short URLs of the current page by clicking the extension symbol or pressing the keyboard shortcut Alt+Shift+C. You can create short URLs of all links in the page by right clicking and choosing "Create shortlink" from the context menu. Shortlinks will be copied to your clipboard instantly. Happy shortening.
擴展基本資訊
名稱 | |
ID | jdlddbgjpiammojoflhimhfbgindkblj |
官方網址 | https://chromewebstore.google.com/detail/chilpit-url-shortener/jdlddbgjpiammojoflhimhfbgindkblj |
簡介 | This extension helps to shrink your large URLs. |
檔案大小 | 26.56 KB |
安裝次數 | 43 |
目前版本 | 1.0 |
更新時間 | 2017-01-03 |
上架時間 | 2017-01-03 |
開發者 | Chilp Media Group |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | http://chilp.it/tp.htm |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chilp.it URL Shortener", "description": "This extension helps to shrink your large URLs.", "version": "1.0", "browser_action": { "default_icon": "chilpIcon16.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab", "http:\/\/chilp.it\/", "contextMenus", "clipboardWrite" ], "icons": { "16": "chilpIcon16.png", "128": "chilpIcon128.png" }, "commands": { "copyPageShortlinkToClipboard": { "suggested_key": { "default": "Alt+Shift+C", "mac": "Alt+Shift+C" }, "description": "shorten the current page url and copy the shortlink to the clipboard" } } } |