Quick Overflow
Quickly find, understand, and solve your JavaScript errors
Quick Overflowとは何ですか?
Quick Overflowはhttps://noamhacker.comによって開発されたChromeの拡張機能で、その主な機能は「Quickly find, understand, and solve your JavaScript errors」です。
拡張機能のスクリーンショット
Quick Overflow拡張機能のCRXファイルをダウンロード
Quick Overflow拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Every time Quick Overflow detects an error in your JavaScript, it embeds an "error module" at the top of your webpage. This module contains: • an explanation of your error • the code that caused it • a one-click Stack Overflow search for relevant solutions. The extension can listen for errors on any website, but can also be easily disabled for when you want to browse the web in peace. *IMPORTANT* Click the icon to enable the extension, and make sure to "Allow access to file URLs" by visiting chrome://extensions. This allows the extension to listen for errors when you are developing locally. More info and usage guide here: https://github.com/noamhacker/quick-overflow
拡張機能の基本情報
名前 | Quick Overflow |
ID | kjjiidpkmljgchgkcjlbcbjbaangmobk |
公式URL | https://chromewebstore.google.com/detail/quick-overflow/kjjiidpkmljgchgkcjlbcbjbaangmobk |
説明 | Quickly find, understand, and solve your JavaScript errors |
ファイルサイズ | 57.43 KB |
インストール数 | 22 |
現在のバージョン | 1.1 |
最終更新日 | 2016-04-24 |
公開日 | 2016-04-24 |
評価 | 4.67/5 合計 3 レビュー |
開発者 | https://noamhacker.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/noamhacker/quick-overflow |
ヘルプページのURL | https://github.com/noamhacker/quick-overflow/blob/master/README.md |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Quick Overflow", "description": "Quickly find, understand, and solve your JavaScript errors", "version": "1.1", "browser_action": { "default_icon": "icon3.png", "default_popup": "popup.html", "default_title": "enable\/disable" }, "icons": { "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/", "storage" ], "web_accessible_resources": [ "custom.css", "so-icon.png", "info-icon.png" ], "content_scripts": [ { "matches": [ " |