Briefly

Enhance your Google search results

Brieflyคืออะไร?

Briefly เป็นส่วนขยายของ Chrome ที่พัฒนาโดย silkdata.ai และคุณลักษณะหลักของมันคือ "Enhance your Google search results"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Briefly

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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": [
        ""
    ]
}