IC naming extensions
Extensions to help you visit icnaming from you browser
What is IC naming extensions?
IC naming extensions is a Chrome extension developed by icnaming, and its main feature is "Extensions to help you visit icnaming from you browser".
Extension Screenshots
Download IC naming extensions Extension CRX File
Download IC naming extensions extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension helps you to redirect the *.icp domain name to the corresponding canister address smoothly.
Extension Basic Information
Name | |
ID | oepbpdamkigabminkagecahfgdgbbodc |
Official URL | https://chromewebstore.google.com/detail/ic-naming-extensions/oepbpdamkigabminkagecahfgdgbbodc |
Description | Extensions to help you visit icnaming from you browser |
File Size | 680 KB |
Installation Count | 1,253 |
Current Version | 2.0.4 |
Last Updated | 2022-08-02 |
Publish Date | 2021-12-09 |
Rating | 5.00/5 Total 4 Ratings |
Developer | icnaming |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/IC-Naming |
Help Page URL | https://github.com/IC-Naming/icnaming-browser-extensions |
Privacy Policy Page URL | https://github.com/IC-Naming/icnaming-browser-extensions/blob/main/icnaming%20browser%20extension%20privacy%20aggrement.md |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "IC naming extensions", "description": "Extensions to help you visit icnaming from you browser", "version": "2.0.4", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "page": "background.html", "persistent": true }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*.ic\/*", "*:\/\/*.icp\/*", "*:\/\/*.tic\/*", "*:\/\/*.ticp\/*" ], "web_accessible_resources": [ "redirect.html" ] } |