Sho.ink Link Shortener
This extension allows you to easily shorten and track links using the right-click menu of your browser.
Apa itu Sho.ink Link Shortener?
Sho.ink Link Shortener adalah ekstensi Chrome yang dikembangkan oleh http://sho.ink, dan fitur utamanya adalah "This extension allows you to easily shorten and track links using the right-click menu of your browser.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Sho.ink Link Shortener
Unduh file ekstensi Sho.ink Link 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 extension allows users to easily and quickly convert long URLs into short links. After you highlight a link, sho.ink adds an option in the right-click menu that will automatically create a shortened redirect link and copy it to your clipboard. With this extension, you can shorten any link in under 5 seconds.
Informasi Dasar Ekstensi
Nama | |
ID | bldhcdnmadpmoadomdefpbbleiopblmo |
URL Resmi | https://chrome.google.com/webstore/detail/bldhcdnmadpmoadomdefpbbleiopblmo |
Deskripsi | This extension allows you to easily shorten and track links using the right-click menu of your browser. |
Ukuran File | 109 KB |
Jumlah Instalasi | 32 |
Versi Saat Ini | 0.0.0.1 |
Terakhir Diperbarui | 2017-01-23 |
Tanggal Publikasi | 2017-01-23 |
Penilaian | 5.00/5 Total 4 Penilaian |
Pengembang | http://sho.ink |
Tipe Pembayaran | free |
Situs Ekstensi | http://sho.ink |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sho.ink Link Shortener", "description": "This extension allows you to easily shorten and track links using the right-click menu of your browser.", "version": "0.0.0.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "contextMenus", "notifications", "storage" ], "browser_action": { "default_icon": "small-icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "event.js" ], "persistent": false }, "author": "Matthew Brennan", "homepage_url": "http:\/\/sho.ink" } |