Blink New Tab

Replaces New Tab page with an elegant one, with news feeds from your favorite blogs and websites just a click away.

Blink New Tab là gì?

Blink New Tab là một tiện ích mở rộng Chrome được phát triển bởi https://sidhant.io, và tính năng chính của nó là "Replaces New Tab page with an elegant one, with news feeds from your favorite blogs and websites just a click away.".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Blink New Tab

Tải xuống các tệp mở rộng Blink New Tab 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

                        Blink is an elegant and minimal New Tab replacement that turns you browser's New Tab page into a simple and clean hub of feeds. Powered by the Feedly, Blink gets you feeds from all sources Feedly tracks, and presents them in a minimal and refreshing card design. No need to signup or login, Blink works out of the box. The feed from your favorite sources is just a click away, with quick links to share posts on Facebook, Twitter, Reddit or save for later with Pocket.
You can choose to see the latest incoming from the sources of your choice, or get the hot and trending topics or both!


Blink is (will always be) a free and open-source extension. If you really appreciate the effort, you can definitely show your love by donating with Paypal from within the extension.



Resource links:
Feedly: http://feedly.com/
Blink source code (Github): https://github.com/CptFoobar/Blink/
Developer page: http://sidhant.io/get-in-touch.html                    

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

Tên Blink New Tab Blink New Tab
ID kakaolkgegapcgdjdmlmcigejblohpkh
URL Chính Thức https://chromewebstore.google.com/detail/blink-new-tab/kakaolkgegapcgdjdmlmcigejblohpkh
Mô tả Replaces New Tab page with an elegant one, with news feeds from your favorite blogs and websites just a click away.
Kích Thước Tệp 5.87 MB
Số Lần Cài Đặt 19
Phiên Bản Hiện Tại 2.0.1
Cập Nhật Lần Cuối 2020-04-04
Ngày Phát Hành 2020-04-04
Nhà Phát Triển https://sidhant.io
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp http://sidhant.io/get-in-touch.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Blink New Tab",
    "short_name": "Blink",
    "description": "Replaces New Tab page with an elegant one, with news feeds from your favorite blogs and websites just a click away.",
    "version": "2.0.1",
    "icons": {
        "48": "assets\/img\/blink-48.png",
        "64": "assets\/img\/blink-64.png",
        "128": "assets\/img\/blink-128.png"
    },
    "author": "Sidhant Sharma",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "index.html#\/home"
    },
    "background": {
        "page": "index.html",
        "persistent": false
    },
    "permissions": [
        "storage",
        "tabs",
        "https:\/\/cloud.feedly.com\/"
    ]
}