CutUrl
Chrome Extension - Use http://goo.gl/ to shorten your URLs in a Shortcut.
Apa itu CutUrl?
CutUrl adalah ekstensi Chrome yang dikembangkan oleh Adnan Ahmed, dan fitur utamanya adalah "Chrome Extension - Use http://goo.gl/ to shorten your URLs in a Shortcut.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi CutUrl
Unduh file ekstensi CutUrl 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
CutUrl shortener is an extension which allows you to shorten the current website URL with the Google URL Shortener service http://goo.gl/ On any page press this shortcut key (Alt+Shift+C) and short url for the page will automatically generated and copied to your clipboard. (Sorry for inconvenience guyz, i just knew that my extension isn't working on windows). But its fixed now. :)
Informasi Dasar Ekstensi
Nama | CutUrl |
ID | ealhhpadkmmoebajijpaaddnglnbfnjk |
URL Resmi | https://chromewebstore.google.com/detail/cuturl/ealhhpadkmmoebajijpaaddnglnbfnjk |
Deskripsi | Chrome Extension - Use http://goo.gl/ to shorten your URLs in a Shortcut. |
Ukuran File | 40.04 KB |
Jumlah Instalasi | 73 |
Versi Saat Ini | 1.1.0 |
Terakhir Diperbarui | 2016-04-02 |
Tanggal Publikasi | 2016-04-02 |
Penilaian | 3.00/5 Total 2 Penilaian |
Pengembang | Adnan Ahmed |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/Idnan/cut-url |
URL Halaman Bantuan | https://github.com/Idnan/cut-url |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CutUrl", "short_name": "CutUrl", "description": "Chrome Extension - Use http:\/\/goo.gl\/ to shorten your URLs in a Shortcut.", "version": "1.1.0", "background": { "persistent": false, "scripts": [ "assets\/js\/jquery.js", "assets\/js\/background.js" ] }, "permissions": [ "*:\/\/*.googleapis.com\/*", "notifications", "tabs" ], "icons": { "16": "assets\/img\/ico16.png", "48": "assets\/img\/ico48.png", "128": "assets\/img\/ico128.png" }, "homepage_url": "http:\/\/github.com\/idnan", "commands": { "toggle-pin": { "suggested_key": { "default": "Alt+Shift+C", "windows": "Alt+Shift+C", "mac": "Alt+Shift+C", "chromeos": "Alt+Shift+C", "linux": "Alt+Shift+C" }, "description": "Short your urls" } } } |