Fix that page!
The extension helps out when Chrome for OS X has problems showing a page
Qu'est-ce que Fix that page! ?
Fix that page! est une extension Chrome développée par Toxic Hamster Software, et sa fonction principale est "The extension helps out when Chrome for OS X has problems showing a page".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Fix that page!
Téléchargez les fichiers d'extension Fix that page! au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Fix that page! |
ID | ngaffnnpfcigmkeggicpicemjihmalkb |
URL Officiel | https://chromewebstore.google.com/detail/fix-that-page/ngaffnnpfcigmkeggicpicemjihmalkb |
Description | The extension helps out when Chrome for OS X has problems showing a page |
Taille du Fichier | 14.1 KB |
Nombre d'Installations | 15 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2014-06-25 |
Date de Publication | 2014-06-25 |
Développeur | Toxic Hamster Software |
Type de Paiement | free |
Langues Prises en Charge | 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 } } |