Feedly-Simplify

This extension restyles/simplifies the interface of Feedly and add the shift+B shortcut to open an rss item an a new background tab

Apa itu Feedly-Simplify?

Feedly-Simplify adalah ekstensi Chrome yang dikembangkan oleh ckuijjer, dan fitur utamanya adalah "This extension restyles/simplifies the interface of Feedly and add the shift+B shortcut to open an rss item an a new background tab".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Feedly-Simplify

Unduh file ekstensi Feedly-Simplify 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

                                            

Informasi Dasar Ekstensi

Nama Feedly-Simplify Feedly-Simplify
ID fgepkmmkpkdoppdjenceolgjbdcfiekb
URL Resmi https://chrome.google.com/webstore/detail/feedly-simplify/fgepkmmkpkdoppdjenceolgjbdcfiekb
Deskripsi This extension restyles/simplifies the interface of Feedly and add the shift+B shortcut to open an rss item an a new background tab
Ukuran File 6.41 KB
Jumlah Instalasi 28
Versi Saat Ini 1.5.6
Terakhir Diperbarui 2017-11-02
Tanggal Publikasi 2017-11-02
Pengembang ckuijjer
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Feedly-Simplify",
    "description": "This extension restyles\/simplifies the interface of Feedly and add the shift+B shortcut to open an rss item an a new background tab",
    "version": "1.5.6",
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/cloud.feedly.com\/*",
                "https:\/\/cloud.feedly.com\/*",
                "http:\/\/feedly.com\/*",
                "https:\/\/feedly.com\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "extension.js"
        ]
    }
}