Faster Feedly

Open Feedly links in new process

Apa itu Faster Feedly?

Faster Feedly adalah ekstensi Chrome yang dikembangkan oleh 0x04, dan fitur utamanya adalah "Open Feedly links in new process".

Unduh Berkas CRX Ekstensi Faster Feedly

Unduh file ekstensi Faster Feedly dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        This extension adds the attribute "rel=noreferrer" to any link in Feedly right before the it gets clicked. Because of this attribute the link will open in a new chrome process instead of using the same process as the Feedly tab and share its resources.

This means that you should not experience any hangs or freezes in Feedly. If Feedly or one of the opened pages are crashing, it won't let crash all the other tabs.                    

Informasi Dasar Ekstensi

Nama Faster Feedly Faster Feedly
ID gagalaigbidgkfapafgmgohcpfganoig
URL Resmi https://chrome.google.com/webstore/detail/faster-feedly/gagalaigbidgkfapafgmgohcpfganoig
Deskripsi Open Feedly links in new process
Ukuran File 15.01 KB
Jumlah Instalasi 68
Versi Saat Ini 0.1
Terakhir Diperbarui 2016-04-24
Tanggal Publikasi 2016-04-24
Penilaian 5.00/5 Total 3 Penilaian
Pengembang 0x04
Tipe Pembayaran free
Situs Ekstensi https://github.com/kirrmann/Faster-Feedly
URL Halaman Bantuan https://github.com/kirrmann/Faster-Feedly/issues
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Faster Feedly",
    "version": "0.1",
    "manifest_version": 2,
    "description": "Open Feedly links in new process",
    "icons": {
        "24": "24.png",
        "48": "48.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/feedly.com\/*"
            ],
            "js": [
                "modify-a-attr.js"
            ]
        }
    ]
}