Fix that page!
The extension helps out when Chrome for OS X has problems showing a page
Was ist Fix that page!?
Fix that page! ist eine Chrome-Erweiterung, die von Toxic Hamster Software entwickelt wurde, und ihr Hauptmerkmal ist "The extension helps out when Chrome for OS X has problems showing a page".
Erweiterungsscreenshots
Fix that page!-Erweiterungs-CRX-Datei herunterladen
Laden Sie Fix that page!-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
You might know the feeling. You are surfing the web on your Mac, in your fast and stable favorite browser, Google Chrome. Then, your newly opened tab's content seems to have frozen, or even worse, do not show at all! "Awww ma gaaad", you scream. "I wish I had a button to fix that page!". Here it is. (C) 2014 Toxic Hamster Software
Grundlegende Informationen zur Erweiterung
Name | Fix that page! |
ID | ngaffnnpfcigmkeggicpicemjihmalkb |
Offizielle URL | https://chromewebstore.google.com/detail/fix-that-page/ngaffnnpfcigmkeggicpicemjihmalkb |
Beschreibung | The extension helps out when Chrome for OS X has problems showing a page |
Dateigröße | 14.1 KB |
Installationsanzahl | 15 |
Aktuelle Version | 1.0 |
Letztes Update | 2014-06-25 |
Veröffentlichungsdatum | 2014-06-25 |
Entwickler | Toxic Hamster Software |
Zahlungsart | free |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fix that page!", "description": "The extension helps out when Chrome for OS X has problems showing a page", "version": "1.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_title": "Fix that page!", "default_icon": "icon16.png" }, "background": { "scripts": [ "background.js" ], "persistent": false } } |