Scale Up

Boost your Browsing! This extension monitors your network connection and scales up your webpage for maximum performance.

Scale Up란 무엇입니까?

Scale Up은(는) http://scaleup.aqualab.cs.northwestern.edu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Boost your Browsing! This extension monitors your network connection and scales up your webpage for maximum performance."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Scale Up 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Boost your Browsing! This extension actively and passively monitors your network connection and scales up your webpage for maximum performance.  Larger scale factor = fewer objects on page = faster loading time!

NEW To Version 1.0.1
-Enhanced Wi-Fi measurements 
-Flight itinerary
-Cross airline Wi-Fi quality comparison

NEW To Version 1.0.2
-Updated UI and browser icon

NEW To Version 1.0.3
-Made Flight Itinerary functionality more robust

NEW To Version 1.0.4
-Added functionality to check if users are inflight based on IP address

NEW To Version 1.0.10
- Added new measurement tools 

NEW To Version 1.0.11
- Added an installation reporter
- Made reporting and testing code more robust

NEW To Version 1.0.12
- Changed popup UI

NEW To Version 1.0.13
- Fixed UI bug

NEW To Version 1.0.14
- Store flight info so users don't have to re-enter it

NEW To Version 1.0.15
- Updated UI

NEW to Version 1.0.16
- Bug Fixes

NEW to Version 1.0.17
-Optimized for offline access                    

확장 프로그램 기본 정보

이름 Scale Up Scale Up
ID nccpekdjgfpoebbjipneaanfinpjppbh
공식 URL https://chrome.google.com/webstore/detail/scale-up/nccpekdjgfpoebbjipneaanfinpjppbh
설명 Boost your Browsing! This extension monitors your network connection and scales up your webpage for maximum performance.
파일 크기 16.93 MB
설치 횟수 588
현재 버전 1.0.17
최근 업데이트 2020-04-01
출시 날짜 2020-03-27
평점 4.67/5 총 15 개의 평점
개발자 http://scaleup.aqualab.cs.northwestern.edu
결제 유형 free
지원되는 언어 en
manifest.json
{
    "manifest_version": 2,
    "name": "Scale Up",
    "description": "Boost your Browsing! This extension monitors your network connection and scales up your webpage for maximum performance.",
    "version": "1.0.17",
    "browser_action": {
        "default_icon": "img\/ScaleUp16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/ScaleUp16.png",
        "48": "img\/ScaleUp48.png",
        "128": "img\/ScaleUp128.png"
    },
    "background": {
        "scripts": [
            "boomerang-master\/boomerang.js",
            "boomerang-master\/plugins\/bw.js",
            "boomerang-master\/plugins\/navtiming.js",
            "js\/jquery-3.1.1.min.js",
            "js\/idb_reporter.js",
            "js\/eventPage.js",
            "js\/background.js",
            "js\/tester.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "atfindex.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "webRequest",
        "storage",
        "webRequestBlocking",
        "activeTab",
        "tabs",
        "",
        "https:\/\/ajax.googleapis.com\/",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "notifications",
        "browsingData"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        "reload.png"
    ]
}