Page Speed checker by OptiPic.io
Checking site download speed powered by Google PageSpeed Insights, download statistics and speed-up recommendations by OptiPic.io.
Cos'è Page Speed checker by OptiPic.io?
Page Speed checker by OptiPic.io è un'estensione di Chrome sviluppata da https://optipic.io, e la sua funzione principale è "Checking site download speed powered by Google PageSpeed Insights, download statistics and speed-up recommendations by OptiPic.io.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Page Speed checker by OptiPic.io
Scarica i file di estensione Page Speed checker by OptiPic.io 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
Informazioni di Base sull'Estensione
| Nome | |
| ID | mgbfplgjdafciljiamlggodaojijhikj |
| URL Ufficiale | https://chromewebstore.google.com/detail/page-speed-checker-by-opt/mgbfplgjdafciljiamlggodaojijhikj |
| Descrizione | Checking site download speed powered by Google PageSpeed Insights, download statistics and speed-up recommendations by OptiPic.io. |
| Dimensione del File | 57.57 KB |
| Conteggio Installazioni | 556 |
| Versione Corrente | 1.7 |
| Ultimo Aggiornamento | 2018-05-01 |
| Data di Pubblicazione | 2018-05-01 |
| Valutazione | 4.88/5 Totale 8 Valutazioni |
| Sviluppatore | https://optipic.io |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://optipic.io/ |
| URL della Pagina di Aiuto | https://optipic.io/help/ |
| Lingue Supportate | en,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "__MSG_description__",
"manifest_version": 2,
"name": "__MSG_name__",
"version": "1.7",
"browser_action": {
"default_icon": {
"16": "icons\/page-16.png",
"32": "icons\/page-32.png",
"48": "icons\/optipic-48-48.png",
"64": "icons\/optipic-64-64.png"
},
"default_title": "__MSG_title__",
"default_popup": "popup.html"
},
"icons": {
"16": "icons\/page-16.png",
"32": "icons\/page-32.png",
"48": "icons\/optipic-48-48.png",
"64": "icons\/optipic-64-64.png"
},
"permissions": [
"activeTab",
"tabs",
"https:\/\/optipic.io\/api\/googlecheck\/*"
],
"homepage_url": "https:\/\/optipic.io\/",
"default_locale": "en"
} | |