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

Feedly-Simplify là gì?

Feedly-Simplify là một tiện ích mở rộng Chrome được phát triển bởi ckuijjer, và tính năng chính của nó là "This extension restyles/simplifies the interface of Feedly and add the shift+B shortcut to open an rss item an a new background tab".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Feedly-Simplify

Tải xuống các tệp mở rộng Feedly-Simplify dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Feedly-Simplify Feedly-Simplify
ID fgepkmmkpkdoppdjenceolgjbdcfiekb
URL Chính Thức https://chrome.google.com/webstore/detail/feedly-simplify/fgepkmmkpkdoppdjenceolgjbdcfiekb
Mô tả This extension restyles/simplifies the interface of Feedly and add the shift+B shortcut to open an rss item an a new background tab
Kích Thước Tệp 6.41 KB
Số Lần Cài Đặt 28
Phiên Bản Hiện Tại 1.5.6
Cập Nhật Lần Cuối 2017-11-02
Ngày Phát Hành 2017-11-02
Nhà Phát Triển ckuijjer
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}