TinyURL Converter
This extension retrieves a tinyURL version of your current tabs URL.
Apa itu TinyURL Converter?
TinyURL Converter adalah ekstensi Chrome yang dikembangkan oleh Dylan B., dan fitur utamanya adalah "This extension retrieves a tinyURL version of your current tabs URL.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi TinyURL Converter
Unduh file ekstensi TinyURL Converter 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 the user to get the tinyURL version of their current tabs URL.
Informasi Dasar Ekstensi
Nama | TinyURL Converter |
ID | mgimefmoeoefijobogjnagloodfiepig |
URL Resmi | https://chromewebstore.google.com/detail/tinyurl-converter/mgimefmoeoefijobogjnagloodfiepig |
Deskripsi | This extension retrieves a tinyURL version of your current tabs URL. |
Ukuran File | 228 KB |
Jumlah Instalasi | 105 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2014-07-29 |
Tanggal Publikasi | 2014-07-28 |
Pengembang | Dylan B. |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TinyURL Converter", "description": "This extension retrieves a tinyURL version of your current tabs URL.", "version": "1.2", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "http:\/\/tinyurl.com\/" ] } |