Thredd - Useful Advice from Reddit

Learn from people while you surf the web!

什麼是Thredd - Useful Advice from Reddit?

Thredd - Useful Advice from Reddit是由thredd.dev開發的Chrome擴展程式,該擴展的主要功能是“Learn from people while you surf the web!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Thredd - Useful Advice from Reddit擴展crx文件

下載Thredd - Useful Advice from Reddit擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Thredd exposes social opportunities across the whole Internet. Read discussions about your current topic and discover the communities that share your interests.

HOW IT WORKS: Simply browse the web as normal. When the extension icon shows a red badge, click it to see what Thredd has found. You can read, reply to, or even start your own discussions. Don't forget to check out the various Reddit communities you stumble upon to see what else they've been sharing!

NOTE:
* The notice you see about having access to your history and website data is automatically generated because Thredd runs on every tab. But it does not actually monitor your browsing history or require your personal information to work properly.


Available on Chrome and Firefox                    

擴展基本資訊

名稱 Thredd - Useful Advice from Reddit Thredd - Useful Advice from Reddit
ID nofhlafikocbioemioehbpadpgjlpeco
官方網址 https://chromewebstore.google.com/detail/thredd-useful-advice-from/nofhlafikocbioemioehbpadpgjlpeco
簡介 Learn from people while you surf the web!
檔案大小 794 KB
安裝次數 645
目前版本 3.0.8
更新時間 2020-04-08
上架時間 2020-04-06
評分 4.73/5 共 11 次評分
開發者 thredd.dev
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL http://thredd.io/privacy-policy
支援的語言 en
manifest.json
{
    "manifest_version": 2,
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/thredd19.png",
            "38": "images\/thredd38.png"
        },
        "default_title": "Thredd"
    },
    "description": "Learn from people while you surf the web!",
    "options_page": "options.html",
    "icons": {
        "19": "images\/thredd19.png",
        "32": "images\/thredd32.png",
        "38": "images\/thredd38.png",
        "48": "images\/thredd48.png",
        "64": "images\/thredd64.png",
        "128": "images\/thredd128.png"
    },
    "name": "Thredd - Useful Advice from Reddit",
    "short_name": "Thredd",
    "permissions": [
        "identity",
        "contextMenus",
        "notifications",
        "tabs",
        "*:\/\/*\/*",
        "storage"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.0.8",
    "web_accessible_resources": [
        "comment.html",
        "options.html",
        "popup.html",
        "images\/thredd256.png"
    ]
}