Show Full URL Flag
Shortcut to omnibox-context-menu-show-full-urls flag for Google Chrome.
Qu'est-ce que Show Full URL Flag ?
Show Full URL Flag est une extension Chrome développée par https://gioxx.org, et sa fonction principale est "Shortcut to omnibox-context-menu-show-full-urls flag for Google Chrome.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Show Full URL Flag
Téléchargez les fichiers d'extension Show Full URL Flag au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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/
Informations de Base sur l'Extension
Nom | Show Full URL Flag |
ID | dhlicboijlloibhbdinadkledfmcackf |
URL Officiel | https://chromewebstore.google.com/detail/show-full-url-flag/dhlicboijlloibhbdinadkledfmcackf |
Description | Shortcut to omnibox-context-menu-show-full-urls flag for Google Chrome. |
Taille du Fichier | 29.69 KB |
Nombre d'Installations | 47 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2020-06-07 |
Date de Publication | 2020-06-06 |
Développeur | https://gioxx.org |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://gioxx.org |
URL de la Page d'Aide | https://gioxx.org/fxaddons/ |
URL de la Page de Politique de Confidentialité | https://gioxx.org/chromeaddons/the-marvellous-suspender |
Langues Prises en Charge | 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" } |