HexToRGB
Convert Hexa Code to RGB in your new tab
什麼是HexToRGB?
HexToRGB是由hextorgb9開發的Chrome擴展程式,該擴展的主要功能是“Convert Hexa Code to RGB in your new tab”。
擴展截圖
下載HexToRGB擴展crx文件
下載HexToRGB擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | HexToRGB |
ID | dhepdhbjdpflagmniojojcijegldjcoc |
官方網址 | https://chromewebstore.google.com/detail/hextorgb/dhepdhbjdpflagmniojojcijegldjcoc |
簡介 | Convert Hexa Code to RGB in your new tab |
檔案大小 | 352 KB |
安裝次數 | 11,559 |
目前版本 | 1.7.4 |
更新時間 | 2024-02-01 |
上架時間 | 2023-10-04 |
評分 | 4.00/5 共 4 次評分 |
開發者 | hextorgb9 |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.hexatorgb.com/ |
隱私政策頁面URL | https://hexatorgb.com/policy.html |
支援的語言 | 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 } |