Speed Up Browsing

Loads mobile version of sites to improve speed

Speed Up Browsingとは何ですか?

Speed Up BrowsingはOKSuperBoostによって開発されたChromeの拡張機能で、その主な機能は「Loads mobile version of sites to improve speed」です。

拡張機能のスクリーンショット

screenshot

Speed Up Browsing拡張機能のCRXファイルをダウンロード

Speed Up Browsing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Speeds up your browsing by loading mobile versions of all webpages. This makes your pages load faster.

Easily toggle on and off by clicking on the extension icon.                    

拡張機能の基本情報

名前 Speed Up Browsing Speed Up Browsing
ID dedbgebcenangidjnfanjpohlepjpfak
公式URL https://chromewebstore.google.com/detail/speed-up-browsing/dedbgebcenangidjnfanjpohlepjpfak
説明 Loads mobile version of sites to improve speed
ファイルサイズ 17.22 KB
インストール数 1,468
現在のバージョン 0.0.0.1
最終更新日 2016-05-04
公開日 2016-05-04
評価 4.71/5 合計 17 レビュー
開発者 OKSuperBoost
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Speed Up Browsing",
    "description": "Loads mobile version of sites to improve speed",
    "version": "0.0.0.1",
    "manifest_version": 2,
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "enabled.png"
    },
    "icons": {
        "16": "enabled.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}