Oh No You Didn't!
Automatically reload tabs that have crashed (Aw Snap! He's Dead Jim etc.). Handy for Kiosk mode where access is limited.
Oh No You Didn't!とは何ですか?
Oh No You Didn't!はandrewspodeによって開発されたChromeの拡張機能で、その主な機能は「Automatically reload tabs that have crashed (Aw Snap! He's Dead Jim etc.). Handy for Kiosk mode where access is limited.」です。
拡張機能のスクリーンショット
Oh No You Didn't!拡張機能のCRXファイルをダウンロード
Oh No You Didn't!拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Chrome has a habit of crashing, often for no real reason. When running a Kiosk, or Digital Signage - the ability the quickly reload the page is essential. This plugin does exactly that.
This is not a replacement for correcting problems in the first place (memory leaks especially) and isn't particularly useful in an everyday environment, where you can simply press the refresh button yourself. 拡張機能の基本情報
| 名前 | |
| ID | acdablfhjbhkjbcifldncdkmlophfgda |
| 公式URL | https://chromewebstore.google.com/detail/oh-no-you-didnt/acdablfhjbhkjbcifldncdkmlophfgda |
| 説明 | Automatically reload tabs that have crashed (Aw Snap! He's Dead Jim etc.). Handy for Kiosk mode where access is limited. |
| ファイルサイズ | 8.27 KB |
| インストール数 | 24,620 |
| 現在のバージョン | 1.0.5 |
| 最終更新日 | 2021-12-15 |
| 公開日 | 2019-06-16 |
| 評価 | 3.31/5 合計 13 レビュー |
| 開発者 | andrewspode |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/andrewspode/ohnoyoudidnt/tree/master |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Oh No You Didn't!",
"version": "1.0.5",
"manifest_version": 2,
"description": "Automatically reload tabs that have crashed (Aw Snap! He's Dead Jim etc.). Handy for Kiosk mode where access is limited.",
"homepage_url": "http:\/\/github.com\/unclespode\/ohnoyoudidnt",
"icons": {
"16": "icons\/icon16.png",
"19": "icons\/icon19.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"background": {
"scripts": [
"src\/background.js"
],
"persistent": true
},
"permissions": [
"tabs",
"http:\/\/*\/",
"https:\/\/*\/",
"file:\/\/*\/"
]
} | |