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 |
Eメール | [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" } |