Briefly

Enhance your Google search results

什麼是Briefly?

Briefly是由silkdata.ai開發的Chrome擴展程式,該擴展的主要功能是“Enhance your Google search results”。

擴展截圖

screenshot
screenshot
screenshot

下載Briefly擴展crx文件

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

擴展使用說明

                        Briefly: a free augmented search summary for Google

Look under the hood of Google search results by examining the AI-based summary and correlation with some knowledge database (Wikipedia as an example).

Briefly gives you only the essence of search results by squeezing exact data in just one click. Save your time exploring lots of unnecessary pages and articles that Google finds. Use the content wisely: extract key parts avoiding generic & marketing expressions and focus on details relevant to your inquiry.

Core features:
- Reading time - estimated time in minutes to explore the entire article;
- Summary - key sentences scraped from a web page;
- Recommendation of additional search terms - the extension predicts extra keywords semantically close to the search inquiry;
- Related Wikipedia articles - find similar articles posted on Wikipedia as the most powerful knowledge base.

If some questions arise, please visit us at https://www.silkdata.ai/                    

擴展基本資訊

名稱 Briefly Briefly
ID ejggbljpcdimgimaefipahkdknoeblif
官方網址 https://chromewebstore.google.com/detail/briefly/ejggbljpcdimgimaefipahkdknoeblif
簡介 Enhance your Google search results
檔案大小 376 KB
安裝次數 116
目前版本 1.2.4
更新時間 2021-12-22
上架時間 2021-06-08
評分 4.00/5 共 2 次評分
開發者 silkdata.ai
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.silkdata.ai/products/briefly
隱私政策頁面URL https://www.silkdata.ai/fileadmin/pdf/privacy.pdf
支援的語言 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Briefly",
    "description": "Enhance your Google search results",
    "version": "1.2.4",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "*:\/\/*.google.*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "default_locale": "en",
    "icons": {
        "16": "\/icons\/icon16.png",
        "48": "\/icons\/icon48.png",
        "128": "\/icons\/icon128.png"
    },
    "permissions": [
        ""
    ]
}