Fastr

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

Fastrคืออะไร?

Fastr เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Samarth Jajoo และคุณลักษณะหลักของมันคือ "Fastr Pages - through less refreshes. Made with turbolinks.js"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fastr

ดาวน์โหลดไฟล์ส่วนขยาย Fastr ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Fastr Fastr
ID khjpgjjkndhlnokfmfpfphpigeoinnim
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fastr/khjpgjjkndhlnokfmfpfphpigeoinnim
คำอธิบาย Fastr Pages - through less refreshes. Made with turbolinks.js
ขนาดไฟล์ 19.58 KB
จำนวนการติดตั้ง 12,063
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2018-09-29
วันที่เผยแพร่ 2018-09-28
คะแนน 4.21/5 รวมทั้งหมด 68 คะแนน
ผู้พัฒนา Samarth Jajoo
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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": [
                ""
            ]
        }
    ]
}