Show Full URL Flag

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

Wat is Show Full URL Flag?

Show Full URL Flag is een Chrome-extensie ontwikkeld door https://gioxx.org, en de belangrijkste functie is "Shortcut to omnibox-context-menu-show-full-urls flag for Google Chrome.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Show Full URL Flag

Download Show Full URL Flag-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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/                    

Basisinformatie over de Extensie

Naam Show Full URL Flag Show Full URL Flag
ID dhlicboijlloibhbdinadkledfmcackf
Officiële URL https://chromewebstore.google.com/detail/show-full-url-flag/dhlicboijlloibhbdinadkledfmcackf
Beschrijving Shortcut to omnibox-context-menu-show-full-urls flag for Google Chrome.
Bestandsgrootte 29.69 KB
Aantal Installaties 47
Huidige Versie 0.1
Laatst Bijgewerkt 2020-06-07
Publicatiedatum 2020-06-06
Ontwikkelaar https://gioxx.org
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://gioxx.org
Help Pagina-URL https://gioxx.org/fxaddons/
URL van de Privacybeleid Pagina https://gioxx.org/chromeaddons/the-marvellous-suspender
Ondersteunde Talen 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"
}