Chilp.it URL Shortener
This extension helps to shrink your large URLs.
Apa itu Chilp.it URL Shortener?
Chilp.it URL Shortener adalah ekstensi Chrome yang dikembangkan oleh Chilp Media Group, dan fitur utamanya adalah "This extension helps to shrink your large URLs.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Chilp.it URL Shortener
Unduh file ekstensi Chilp.it URL Shortener dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | jdlddbgjpiammojoflhimhfbgindkblj |
URL Resmi | https://chromewebstore.google.com/detail/chilpit-url-shortener/jdlddbgjpiammojoflhimhfbgindkblj |
Deskripsi | This extension helps to shrink your large URLs. |
Ukuran File | 26.56 KB |
Jumlah Instalasi | 43 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2017-01-03 |
Tanggal Publikasi | 2017-01-03 |
Pengembang | Chilp Media Group |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | http://chilp.it/tp.htm |
Bahasa yang Didukung | 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" } } } |