Show Full URL Flag
Shortcut to omnibox-context-menu-show-full-urls flag for Google Chrome.
What is Show Full URL Flag?
Show Full URL Flag is a Chrome extension developed by https://gioxx.org, and its main feature is "Shortcut to omnibox-context-menu-show-full-urls flag for Google Chrome.".
Extension Screenshots
Download Show Full URL Flag Extension CRX File
Download Show Full URL Flag extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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/
Extension Basic Information
Name | Show Full URL Flag |
ID | dhlicboijlloibhbdinadkledfmcackf |
Official URL | https://chromewebstore.google.com/detail/show-full-url-flag/dhlicboijlloibhbdinadkledfmcackf |
Description | Shortcut to omnibox-context-menu-show-full-urls flag for Google Chrome. |
File Size | 29.69 KB |
Installation Count | 47 |
Current Version | 0.1 |
Last Updated | 2020-06-07 |
Publish Date | 2020-06-06 |
Developer | https://gioxx.org |
[email protected] | |
Payment Type | free |
Extension Website | https://gioxx.org |
Help Page URL | https://gioxx.org/fxaddons/ |
Privacy Policy Page URL | https://gioxx.org/chromeaddons/the-marvellous-suspender |
Supported Languages | 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" } |