Show Full URL Flag
Shortcut to omnibox-context-menu-show-full-urls flag for Google Chrome.
Apa itu Show Full URL Flag?
Show Full URL Flag adalah ekstensi Chrome yang dikembangkan oleh https://gioxx.org, dan fitur utamanya adalah "Shortcut to omnibox-context-menu-show-full-urls flag for Google Chrome.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Show Full URL Flag
Unduh file ekstensi Show Full URL Flag 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
Permette con un clic di portarsi nella schermata Flags di Google Chrome e individuare l'opzione omnibox-context-menu-show-full-urls che abilita la possibilità di mostrare l’URL completo nella barra del browser, un comportamento che Google ha deciso in maniera predefinita di abolire. Attiva il flag sul quale questo componente aggiuntivo ti porta e - dopo aver riavviato il browser - fai clic con il tasto destro nella barra dell'URL di Google Chrome e abilita l'opzione "Mostra sempre URL completi". Leggi l'articolo completo sul blog all'indirizzo https://gioxx.org/2020/06/10/google-chrome-posso-rivedere-lintero-url-visitato/
Informasi Dasar Ekstensi
Nama | Show Full URL Flag |
ID | dhlicboijlloibhbdinadkledfmcackf |
URL Resmi | https://chromewebstore.google.com/detail/show-full-url-flag/dhlicboijlloibhbdinadkledfmcackf |
Deskripsi | Shortcut to omnibox-context-menu-show-full-urls flag for Google Chrome. |
Ukuran File | 29.69 KB |
Jumlah Instalasi | 47 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2020-06-07 |
Tanggal Publikasi | 2020-06-06 |
Pengembang | https://gioxx.org |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://gioxx.org |
URL Halaman Bantuan | https://gioxx.org/fxaddons/ |
URL Halaman Kebijakan Privasi | https://gioxx.org/chromeaddons/the-marvellous-suspender |
Bahasa yang Didukung | it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "images\/icon_19x19.png" }, "description": "Shortcut to omnibox-context-menu-show-full-urls flag for Google Chrome.", "icons": { "128": "images\/icon_128x128.png", "32": "images\/icon_32x32.png", "48": "images\/icon_48x48.png" }, "manifest_version": 2, "name": "Show Full URL Flag", "author": "Gioxx", "permissions": [ "tabs" ], "version": "0.1" } |