Page Speed checker by OptiPic.io
Checking site download speed powered by Google PageSpeed Insights, download statistics and speed-up recommendations by OptiPic.io.
What is Page Speed checker by OptiPic.io?
Page Speed checker by OptiPic.io is a Chrome extension developed by https://optipic.io, and its main feature is "Checking site download speed powered by Google PageSpeed Insights, download statistics and speed-up recommendations by OptiPic.io.".
Extension Screenshots
Download Page Speed checker by OptiPic.io Extension CRX File
Download Page Speed checker by OptiPic.io extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | Page Speed checker by OptiPic.io |
ID | mgbfplgjdafciljiamlggodaojijhikj |
Official URL | https://chromewebstore.google.com/detail/page-speed-checker-by-opt/mgbfplgjdafciljiamlggodaojijhikj |
Description | Checking site download speed powered by Google PageSpeed Insights, download statistics and speed-up recommendations by OptiPic.io. |
File Size | 57.57 KB |
Installation Count | 556 |
Current Version | 1.7 |
Last Updated | 2018-05-01 |
Publish Date | 2018-05-01 |
Rating | 4.88/5 Total 8 Ratings |
Developer | https://optipic.io |
Payment Type | free |
Extension Website | https://optipic.io/ |
Help Page URL | https://optipic.io/help/ |
Supported Languages | 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" } |