Simple URL Shortener
This extension shows Shortened URL For the current webpage
Apa itu Simple URL Shortener?
Simple URL Shortener adalah ekstensi Chrome yang dikembangkan oleh Vishal Goyal, dan fitur utamanya adalah "This extension shows Shortened URL For the current webpage".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Simple URL Shortener
Unduh file ekstensi Simple 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 a 100% Ad Free Private URL Shortener which provides more useful features like optional Password Protection, Complete Analytics to Track each and every user who clicks a link. Our system allows you to track everything. Whether it is the amount of clicks, the country or the referrer, the data is there. Above all, it is 100% free - http://k2g.co
Informasi Dasar Ekstensi
Nama | Simple URL Shortener |
ID | cjifcphacfcmdmlgekkbhchcapdhgddi |
URL Resmi | https://chromewebstore.google.com/detail/simple-url-shortener/cjifcphacfcmdmlgekkbhchcapdhgddi |
Deskripsi | This extension shows Shortened URL For the current webpage |
Ukuran File | 13.83 KB |
Jumlah Instalasi | 121 |
Versi Saat Ini | 2.0 |
Terakhir Diperbarui | 2015-10-17 |
Tanggal Publikasi | 2015-10-16 |
Penilaian | 3.67/5 Total 3 Penilaian |
Pengembang | Vishal Goyal |
Tipe Pembayaran | free |
Situs Ekstensi | http://k2g.co |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple URL Shortener", "description": "This extension shows Shortened URL For the current webpage", "version": "2.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/", "http:\/\/*\/", "https:\/\/*\/" ] } |