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
公式URL 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
Eメール [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": [
        ""
    ]
}