Fastr

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

Wat is Fastr?

Fastr is een Chrome-extensie ontwikkeld door Samarth Jajoo, en de belangrijkste functie is "Fastr Pages - through less refreshes. Made with turbolinks.js".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Fastr

Download Fastr-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Fastr Fastr
ID khjpgjjkndhlnokfmfpfphpigeoinnim
Officiële URL https://chromewebstore.google.com/detail/fastr/khjpgjjkndhlnokfmfpfphpigeoinnim
Beschrijving Fastr Pages - through less refreshes. Made with turbolinks.js
Bestandsgrootte 19.58 KB
Aantal Installaties 12,063
Huidige Versie 0.1
Laatst Bijgewerkt 2018-09-29
Publicatiedatum 2018-09-28
Beoordeling 4.21/5 Totaal 68 Beoordelingen
Ontwikkelaar Samarth Jajoo
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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": [
                ""
            ]
        }
    ]
}