Page Speed checker by OptiPic.io

Checking site download speed powered by Google PageSpeed Insights, download statistics and speed-up recommendations by OptiPic.io.

Page Speed checker by OptiPic.io란 무엇입니까?

Page Speed checker by OptiPic.io은(는) https://optipic.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Checking site download speed powered by Google PageSpeed Insights, download statistics and speed-up recommendations by OptiPic.io."입니다.

확장 프로그램 스크린샷

screenshot

Page Speed checker by OptiPic.io 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                                            

확장 프로그램 기본 정보

이름 Page Speed checker by OptiPic.io Page Speed checker by OptiPic.io
ID mgbfplgjdafciljiamlggodaojijhikj
공식 URL https://chromewebstore.google.com/detail/page-speed-checker-by-opt/mgbfplgjdafciljiamlggodaojijhikj
설명 Checking site download speed powered by Google PageSpeed Insights, download statistics and speed-up recommendations by OptiPic.io.
파일 크기 57.57 KB
설치 횟수 556
현재 버전 1.7
최근 업데이트 2018-05-01
출시 날짜 2018-05-01
평점 4.88/5 총 8 개의 평점
개발자 https://optipic.io
결제 유형 free
확장 프로그램 웹 사이트 https://optipic.io/
도움말 페이지 URL https://optipic.io/help/
지원되는 언어 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"
}