Feedback Extension
Extension to access to feedback page in Chrome OS through browser action icon.
What is Feedback Extension?
Feedback Extension is a Chrome extension developed by Unknown, and its main feature is "Extension to access to feedback page in Chrome OS through browser action icon.".
Extension Screenshots
Download Feedback Extension Extension CRX File
Download Feedback Extension 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
Get quick access to the Chrome OS 'Report an issue...' page with this handy extension. If you see a bug, please file it! This extension is supported on Chrome OS versions 18 and later.
Extension Basic Information
Name | Feedback Extension |
ID | endkpmfloggdajndjpoekmkjnkolfdbf |
Official URL | https://chromewebstore.google.com/detail/feedback-extension/endkpmfloggdajndjpoekmkjnkolfdbf |
Description | Extension to access to feedback page in Chrome OS through browser action icon. |
File Size | 4.06 KB |
Installation Count | 55 |
Current Version | 3.0 |
Last Updated | 2013-09-26 |
Publish Date | 2013-09-25 |
Rating | 1.00/5 Total 1 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "background": { "scripts": [ "feedback.js" ] }, "browser_action": { "default_icon": "bug.png", "default_title": "Send feedback" }, "description": "Extension to access to feedback page in Chrome OS through browser action icon.", "manifest_version": 2, "name": "Feedback Extension", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.0" } |