Give Me Summary

Summarize any article with single click and share it with your friends

Give Me Summaryคืออะไร?

Give Me Summary เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://givemesummary.com และคุณลักษณะหลักของมันคือ "Summarize any article with single click and share it with your friends"

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

screenshot
screenshot
screenshot

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

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

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

                        Summarize any news article with single click, and share the bullet point summary with your friends.

If the article has an image, GiveMeSummary also generates visually appealing mobile-friendly summary page that you can share with your friends and co-workers.

Give it a try, and visit us at http://givemesummary.com for more info.

Comments are welcome at [email protected].

Thank you for trying GiveMeSummary.                    

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

ชื่อ Give Me Summary Give Me Summary
ID glianhadahahpcjjliajdllcmckcnjgh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/give-me-summary/glianhadahahpcjjliajdllcmckcnjgh
คำอธิบาย Summarize any article with single click and share it with your friends
ขนาดไฟล์ 12.98 KB
จำนวนการติดตั้ง 40
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2019-06-28
วันที่เผยแพร่ 2019-06-28
ผู้พัฒนา https://givemesummary.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Give Me Summary",
    "version": "1.0",
    "description": "Summarize any article with single click and share it with your friends",
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "summarize.js"
        ]
    },
    "browser_action": {
        "default_icon": "givemesummary-48x48.png"
    },
    "icons": {
        "128": "givemesummary-128x128.png",
        "48": "givemesummary-48x48.png",
        "16": "givemesummary-16x16.png"
    },
    "manifest_version": 2
}