Fastr

Fastr Pages - through less refreshes. Made with turbolinks.js

Fastrとは何ですか?

FastrはSamarth Jajooによって開発されたChromeの拡張機能で、その主な機能は「Fastr Pages - through less refreshes. Made with turbolinks.js」です。

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

screenshot

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

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

拡張機能の使用方法

                        Load all pages fastr, and have a better browsing experience. This happens because of lesser reloads altogether, Fastr uses the Turbolinks library to fetch new pages through AJAX - providing a smoother journey for you throughout the web.

Powered by turbolinks.js                    

拡張機能の基本情報

名前 Fastr Fastr
ID khjpgjjkndhlnokfmfpfphpigeoinnim
公式URL https://chromewebstore.google.com/detail/fastr/khjpgjjkndhlnokfmfpfphpigeoinnim
説明 Fastr Pages - through less refreshes. Made with turbolinks.js
ファイルサイズ 19.58 KB
インストール数 12,063
現在のバージョン 0.1
最終更新日 2018-09-29
公開日 2018-09-28
評価 4.21/5 合計 68 レビュー
開発者 Samarth Jajoo
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fastr",
    "version": "0.1",
    "description": "Fastr Pages - through less refreshes. Made with turbolinks.js",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "turbolinks.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}