Viblo's News Feed
Getting latest Posts and Notifications from Viblo
Τι είναι το Viblo's News Feed;
Το Viblo's News Feed είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Viblo, και η κύρια λειτουργία του είναι "Getting latest Posts and Notifications from Viblo".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Viblo's News Feed
Λήψη αρχείων επέκτασης 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" } |