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
电子邮箱 [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": [
                ""
            ]
        }
    ]
}