Give Me Summary

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

什麼是Give Me Summary?

Give Me Summary是由https://givemesummary.com開發的Chrome擴展程式,該擴展的主要功能是“Summarize any article with single click and share it with your friends”。

擴展截圖

screenshot
screenshot
screenshot

下載Give Me Summary擴展crx文件

下載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
官方網址 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
}