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.”。
擴展截圖
下載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.                     擴展基本資訊
| 名稱 |   |  
| ID | endkpmfloggdajndjpoekmkjnkolfdbf | 
| 官方網址 | 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"
}  |  |