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”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載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 Viblo's News Feed
ID mliahmjgdpkkicelofhbhgiidgljijmj
官方網址 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"
}