Fastr

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

Co je Fastr?

Fastr je rozšíření Chrome vyvinuté Samarth Jajoo, a jeho hlavní funkcí je „Fastr Pages - through less refreshes. Made with turbolinks.js“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Fastr

Stáhněte si soubory rozšíření Fastr ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Fastr Fastr
ID khjpgjjkndhlnokfmfpfphpigeoinnim
Oficiální URL https://chromewebstore.google.com/detail/fastr/khjpgjjkndhlnokfmfpfphpigeoinnim
Popis Fastr Pages - through less refreshes. Made with turbolinks.js
Velikost souboru 19.58 KB
Počet instalací 12,063
Aktuální Verze 0.1
Poslední Aktualizace 2018-09-29
Datum Vydání 2018-09-28
Hodnocení 4.21/5 Celkem 68 Hodnocení
Vývojář Samarth Jajoo
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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": [
                ""
            ]
        }
    ]
}