Fastr

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

Co to jest Fastr?

Fastr to rozszerzenie Chrome opracowane przez Samarth Jajoo, a jego główną funkcją jest „Fastr Pages - through less refreshes. Made with turbolinks.js”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Fastr

Pobierz pliki rozszerzeń Fastr w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Fastr Fastr
ID khjpgjjkndhlnokfmfpfphpigeoinnim
Oficjalny URL https://chromewebstore.google.com/detail/fastr/khjpgjjkndhlnokfmfpfphpigeoinnim
Opis Fastr Pages - through less refreshes. Made with turbolinks.js
Rozmiar pliku 19.58 KB
Liczba instalacji 12,063
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2018-09-29
Data Publikacji 2018-09-28
Ocena 4.21/5 Łącznie 68 Oceny
Deweloper Samarth Jajoo
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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": [
                ""
            ]
        }
    ]
}