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 |
公式URL | 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 |
Eメール | [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" } } } |