Fastr

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

Fastr là gì?

Fastr là một tiện ích mở rộng Chrome được phát triển bởi Samarth Jajoo, và tính năng chính của nó là "Fastr Pages - through less refreshes. Made with turbolinks.js".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Fastr

Tải xuống các tệp mở rộng Fastr dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Fastr Fastr
ID khjpgjjkndhlnokfmfpfphpigeoinnim
URL Chính Thức https://chromewebstore.google.com/detail/fastr/khjpgjjkndhlnokfmfpfphpigeoinnim
Mô tả Fastr Pages - through less refreshes. Made with turbolinks.js
Kích Thước Tệp 19.58 KB
Số Lần Cài Đặt 12,063
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2018-09-29
Ngày Phát Hành 2018-09-28
Đánh Giá 4.21/5 Tổng số 68 Đánh Giá
Nhà Phát Triển Samarth Jajoo
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}