Quick Home Button
Go to home page on current website quickly
What is Quick Home Button?
Quick Home Button is a Chrome extension developed by dotpower.com, and its main feature is "Go to home page on current website quickly".
Extension Screenshots
Download Quick Home Button Extension CRX File
Download Quick Home Button 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
Extension Basic Information
Name | Quick Home Button |
ID | hnejecidakmfncbfmklegjidgikiilgd |
Official URL | https://chromewebstore.google.com/detail/quick-home-button/hnejecidakmfncbfmklegjidgikiilgd |
Description | Go to home page on current website quickly |
File Size | 8.92 KB |
Installation Count | 3,297 |
Current Version | 1.0 |
Last Updated | 2016-12-18 |
Publish Date | 2016-12-18 |
Rating | 4.43/5 Total 14 Ratings |
Developer | dotpower.com |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Quick Home Button", "description": "Go to home page on current website quickly", "version": "1.0", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "48.png" }, "permissions": [ "activeTab", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "16.png", "48": "48.png", "128": "128.png" } } |