RestartMeNow
Easily access for Chrome Browser restart functionality
What is RestartMeNow?
RestartMeNow is a Chrome extension developed by Gloablike, and its main feature is "Easily access for Chrome Browser restart functionality".
Extension Screenshots
Download RestartMeNow Extension CRX File
Download RestartMeNow 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
Clogged with memory ? Your CPU is running super high ? Use this useful tool to easily and simply restart your browser to release memory and reduce CPU usage. (Alt+Shift+R)
Extension Basic Information
Name | |
ID | apjmefgjifjbpdadnkmmbgbhpamccccn |
Official URL | https://chrome.google.com/webstore/detail/restartmenow/apjmefgjifjbpdadnkmmbgbhpamccccn |
Description | Easily access for Chrome Browser restart functionality |
File Size | 9.26 KB |
Installation Count | 5,000 |
Current Version | 0.1 |
Last Updated | 2015-05-22 |
Publish Date | 2015-05-22 |
Rating | 1.53/5 Total 49 Ratings |
Developer | Gloablike |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RestartMeNow", "description": "Easily access for Chrome Browser restart functionality", "version": "0.1", "manifest_version": 2, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "commands": { "send-command": { "suggested_key": { "default": "Alt+Shift+R" }, "description": "RestartMeNow" } } } |