Up Url
enables auto-parsing and navigation of current url
Apa itu Up Url?
Up Url adalah ekstensi Chrome yang dikembangkan oleh https://netrc.com, dan fitur utamanya adalah "enables auto-parsing and navigation of current url".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Up Url
Unduh file ekstensi Up Url 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
Simple, unobtrusive utility that helps navigate websites. Clicking on the icon will display a list of URLs, each one based on the current tab's URL with subdirectories deleted one-by-one. This allows you to go to exactly where you want to in the site's URL hierarchy without having to find the 'home' or other exact link on the page. Free, no ads, no analytics.
Informasi Dasar Ekstensi
Nama | Up Url |
ID | cagmkfldeglkpnoehchbbdjmgddacodk |
URL Resmi | https://chromewebstore.google.com/detail/up-url/cagmkfldeglkpnoehchbbdjmgddacodk |
Deskripsi | enables auto-parsing and navigation of current url |
Ukuran File | 19.5 KB |
Jumlah Instalasi | 145 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2014-01-17 |
Tanggal Publikasi | 2014-01-17 |
Penilaian | 4.00/5 Total 2 Penilaian |
Pengembang | https://netrc.com |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Up Url", "version": "1.0", "description": "enables auto-parsing and navigation of current url", "browser_action": { "default_icon": "icon.png", "default_popup": "upurl.html" }, "icons": { "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs" ] } |