Viblo's News Feed
Getting latest Posts and Notifications from Viblo
Viblo's News Feed là gì?
Viblo's News Feed là một tiện ích mở rộng Chrome được phát triển bởi Viblo, và tính năng chính của nó là "Getting latest Posts and Notifications from Viblo".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Viblo's News Feed
Tải xuống các tệp mở rộng Viblo's News Feed 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
Getting newest information from Viblo ■ Latest Posts list ■ Latest Notifications list ■ Real time notification about new Post created, post clipped, post voted up/down, post commented, post promoted, mentioned in post or comment, followed ... ■ Quick Search from Address bar ■ Configurable setting ■ And more awesome features coming soon ... Latest Version: ■ Fix app crashed on Chrome v72 ■ Fix bug: Avatar issue
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Viblo's News Feed |
ID | mliahmjgdpkkicelofhbhgiidgljijmj |
URL Chính Thức | https://chromewebstore.google.com/detail/viblos-news-feed/mliahmjgdpkkicelofhbhgiidgljijmj |
Mô tả | Getting latest Posts and Notifications from Viblo |
Kích Thước Tệp | 667 KB |
Số Lần Cài Đặt | 190 |
Phiên Bản Hiện Tại | 2.4.2 |
Cập Nhật Lần Cuối | 2020-01-20 |
Ngày Phát Hành | 2020-01-13 |
Đánh Giá | 4.94/5 Tổng số 17 Đánh Giá |
Nhà Phát Triển | Viblo |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://viblo.asia/ |
URL Trang Trợ Giúp | https://viblo.asia/questions/ |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Viblo's News Feed", "short_name": "Viblo", "version": "2.4.2", "manifest_version": 2, "description": "Getting latest Posts and Notifications from Viblo", "content_scripts": [], "web_accessible_resources": [ "images\/logo.png" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "browser_action": { "default_icon": "images\/icon64.png", "default_popup": "popup\/popup.html" }, "permissions": [ "tabs", "storage", "notifications", "https:\/\/*.viblo.asia\/" ], "omnibox": { "keyword": "viblo" }, "icons": { "64": "images\/icon64.png" }, "background": { "scripts": [ "background.js" ] }, "homepage_url": "https:\/\/viblo.asia" } |