Summary Box

Instantly summarize any link or webpage

Summary Boxคืออะไร?

Summary Box เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://summarybox.com และคุณลักษณะหลักของมันคือ "Instantly summarize any link or webpage"

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

screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Summary Box ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Summary Box is your AI copilot for the web. You can use it to instantly summarize any news article, blog, link, or webpage so that you can read content way faster. It uses the same AI that powers ChatGPT by summarizing and performing other tasks in its own words. This means that the AI has true intelligence and can really simplify long or complex articles.

Because of the internet, there's more information to take in than ever before. Our ability to publish content is at an all-time high, and yet our ability to process it has not improved. Reading faster is more important than ever.

Summary Box can also aid you in writing, email drafts, and having questions answered on Google and other search engines!

We're constantly working to improve Summary Box and bring it many more features in the future that will ultimately make it easier to read all the content you discover in Chrome.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Summary Box Summary Box
ID jcbfebakonmpfdgeflcomgpgefmbhlck
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/summary-box/jcbfebakonmpfdgeflcomgpgefmbhlck
คำอธิบาย Instantly summarize any link or webpage
ขนาดไฟล์ 2.44 MB
จำนวนการติดตั้ง 14,325
เวอร์ชันปัจจุบัน 0.0.0.52
อัปเดตครั้งล่าสุด 2024-03-01
วันที่เผยแพร่ 2020-05-26
คะแนน 3.88/5 รวมทั้งหมด 17 คะแนน
ผู้พัฒนา https://summarybox.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://summarybox.com
URL หน้านโยบายความเป็นส่วนตัว https://www.termsfeed.com/privacy-policy/7d77f79290b09679b1d4f50561d88156
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Summary Box",
    "version": "0.0.0.52",
    "description": "Instantly summarize any link or webpage",
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus",
        "webNavigation",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "js": [
                "libraries\/jquery.min.js",
                "content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "fonts\/*",
                "images\/*",
                "libraries\/query-pdf.js",
                "libraries\/pdf.worker.min.js",
                "libraries\/ripplet.min.js",
                "panel\/*",
                "*.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "images\/16px.png",
            "32": "images\/32px.png",
            "48": "images\/48px.png",
            "128": "images\/128px.png"
        }
    },
    "icons": {
        "16": "images\/16px.png",
        "32": "images\/32px.png",
        "48": "images\/48px.png",
        "128": "images\/128px.png"
    },
    "manifest_version": 3,
    "externally_connectable": {
        "matches": [
            "https:\/\/*.summarybox.com\/*",
            "http:\/\/localhost:3001\/*"
        ]
    }
}