HexToRGB

Convert Hexa Code to RGB in your new tab

Was ist HexToRGB?

HexToRGB ist eine Chrome-Erweiterung, die von hextorgb9 entwickelt wurde, und ihr Hauptmerkmal ist "Convert Hexa Code to RGB in your new tab".

Erweiterungsscreenshots

screenshot

HexToRGB-Erweiterungs-CRX-Datei herunterladen

Laden Sie HexToRGB-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

                        Search results will be provided by Microsoft Bing.

Welcome to HexToRGB —An extension that simplifies the process of converting Hexa Code to RGB directly from your new tab!
Stay organized and productive with this convenient tool at your fingertips.

By clicking "Add to Chrome", I accept and agree to installing the HexToRGB extension and setting Chrome New Tab search provider to Microsoft Bing as described by the service in the Terms of Use and Privacy Policy
 
Uninstall Instructions: https://www.hexatorgb.com/uninstall.html
EULA/Terms of Use - https://www.hexatorgb.com/terms.html
Privacy Policy - https://www.hexatorgb.com/policy.html
Contact Us: http://www.hexatorgb.com/terms.html#terms-contact
About Us : http://www.hexatorgb.com/about.html

To remove our extension from Google Chrome:
 
1) Click on the three horizontal lines icon in the upper right-hand corner of your Chrome browser.
2) Go to "Settings".
3) In the menu that appears click on "Extensions".
4) From the list of installed Extensions, find the name of the toolbar extension you wish to uninstall.
5) Click on the trash can icon to the right of "Enable" (for the toolbar extension you wish to uninstall).
6) Close your browser completely and reopen it. Our toolbar extension should be removed from your Chrome browser.                    

Grundlegende Informationen zur Erweiterung

Name HexToRGB HexToRGB
ID dhepdhbjdpflagmniojojcijegldjcoc
Offizielle URL https://chromewebstore.google.com/detail/hextorgb/dhepdhbjdpflagmniojojcijegldjcoc
Beschreibung Convert Hexa Code to RGB in your new tab
Dateigröße 352 KB
Installationsanzahl 11,559
Aktuelle Version 1.7.4
Letztes Update 2024-02-01
Veröffentlichungsdatum 2023-10-04
Bewertung 4.00/5 Insgesamt 4 Bewertungen
Entwickler hextorgb9
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.hexatorgb.com/
URL der Datenschutzrichtlinien-Seite https://hexatorgb.com/policy.html
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HexToRGB",
    "version": "1.7.4",
    "description": "Convert Hexa Code to RGB in your new tab",
    "icons": {
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "chrome_url_overrides": {
        "newtab": "newTab.html"
    },
    "manifest_version": 3
}