Fix that page!
The extension helps out when Chrome for OS X has problems showing a page
Cos'è Fix that page!?
Fix that page! è un'estensione di Chrome sviluppata da Toxic Hamster Software, e la sua funzione principale è "The extension helps out when Chrome for OS X has problems showing a page".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Fix that page!
Scarica i file di estensione Fix that page! in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Fix that page! |
ID | ngaffnnpfcigmkeggicpicemjihmalkb |
URL Ufficiale | https://chromewebstore.google.com/detail/fix-that-page/ngaffnnpfcigmkeggicpicemjihmalkb |
Descrizione | The extension helps out when Chrome for OS X has problems showing a page |
Dimensione del File | 14.1 KB |
Conteggio Installazioni | 15 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2014-06-25 |
Data di Pubblicazione | 2014-06-25 |
Sviluppatore | Toxic Hamster Software |
Tipo di Pagamento | free |
Lingue Supportate | 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 } } |