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.
拡張機能の基本情報
名前 | 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" } |