Viblo's News Feed
Getting latest Posts and Notifications from Viblo
什么是Viblo's News Feed?
Viblo's News Feed是由Viblo开发的Chrome扩展程序,该扩展的主要功能是“Getting latest Posts and Notifications from Viblo”。
扩展截图
下载Viblo's News Feed扩展crx文件
下载Viblo's News Feed扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Viblo's News Feed |
ID | mliahmjgdpkkicelofhbhgiidgljijmj |
官方URL | https://chromewebstore.google.com/detail/viblos-news-feed/mliahmjgdpkkicelofhbhgiidgljijmj |
简介 | Getting latest Posts and Notifications from Viblo |
文件大小 | 667 KB |
安装次数 | 190 |
当前版本 | 2.4.2 |
更新时间 | 2020-01-20 |
上架时间 | 2020-01-13 |
评分 | 4.94/5 共17次评分 |
开发者 | Viblo |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://viblo.asia/ |
帮助页面URL | https://viblo.asia/questions/ |
支持的语言 | 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" } |