Feedback Extension

Extension to access to feedback page in Chrome OS through browser action icon.

什么是Feedback Extension?

Feedback Extension是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Extension to access to feedback page in Chrome OS through browser action icon.”。

扩展截图

screenshot

下载Feedback Extension扩展crx文件

下载Feedback Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Feedback Extension Feedback Extension
ID endkpmfloggdajndjpoekmkjnkolfdbf
官方URL https://chromewebstore.google.com/detail/feedback-extension/endkpmfloggdajndjpoekmkjnkolfdbf
简介 Extension to access to feedback page in Chrome OS through browser action icon.
文件大小 4.06 KB
安装次数 55
当前版本 3.0
更新时间 2013-09-26
上架时间 2013-09-25
评分 1.00/5 共1次评分
开发者 Unknown
付费类型 free
支持的语言 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"
}