Fastr

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

Cos'è Fastr?

Fastr è un'estensione di Chrome sviluppata da Samarth Jajoo, e la sua funzione principale è "Fastr Pages - through less refreshes. Made with turbolinks.js".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Fastr

Scarica i file di estensione Fastr in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Fastr Fastr
ID khjpgjjkndhlnokfmfpfphpigeoinnim
URL Ufficiale https://chromewebstore.google.com/detail/fastr/khjpgjjkndhlnokfmfpfphpigeoinnim
Descrizione Fastr Pages - through less refreshes. Made with turbolinks.js
Dimensione del File 19.58 KB
Conteggio Installazioni 12,063
Versione Corrente 0.1
Ultimo Aggiornamento 2018-09-29
Data di Pubblicazione 2018-09-28
Valutazione 4.21/5 Totale 68 Valutazioni
Sviluppatore Samarth Jajoo
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}