Show Full URL Flag

Shortcut to omnibox-context-menu-show-full-urls flag for Google Chrome.

Was ist Show Full URL Flag?

Show Full URL Flag ist eine Chrome-Erweiterung, die von https://gioxx.org entwickelt wurde, und ihr Hauptmerkmal ist "Shortcut to omnibox-context-menu-show-full-urls flag for Google Chrome.".

Erweiterungsscreenshots

screenshot
screenshot

Show Full URL Flag-Erweiterungs-CRX-Datei herunterladen

Laden Sie Show Full URL Flag-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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/                    

Grundlegende Informationen zur Erweiterung

Name Show Full URL Flag Show Full URL Flag
ID dhlicboijlloibhbdinadkledfmcackf
Offizielle URL https://chromewebstore.google.com/detail/show-full-url-flag/dhlicboijlloibhbdinadkledfmcackf
Beschreibung Shortcut to omnibox-context-menu-show-full-urls flag for Google Chrome.
Dateigröße 29.69 KB
Installationsanzahl 47
Aktuelle Version 0.1
Letztes Update 2020-06-07
Veröffentlichungsdatum 2020-06-06
Entwickler https://gioxx.org
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://gioxx.org
Hilfeseite URL https://gioxx.org/fxaddons/
URL der Datenschutzrichtlinien-Seite https://gioxx.org/chromeaddons/the-marvellous-suspender
Unterstützte Sprachen 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"
}