Summarize

Display a summary for the article on the current page

Wat is Summarize?

Summarize is een Chrome-extensie ontwikkeld door Petrix, en de belangrijkste functie is "Display a summary for the article on the current page".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Summarize

Download Summarize-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        A Google Chrome extention that displays a summary of the article on the current page.                    

Basisinformatie over de Extensie

Naam Summarize Summarize
ID ebkbmbnajpoepngfdagdmmecknedfckh
Officiële URL https://chrome.google.com/webstore/detail/summarize/ebkbmbnajpoepngfdagdmmecknedfckh
Beschrijving Display a summary for the article on the current page
Bestandsgrootte 17.83 KB
Aantal Installaties 203
Huidige Versie 1.0
Laatst Bijgewerkt 2016-06-27
Publicatiedatum 2016-06-27
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Petrix
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/petre2dor/summarizeChromeExtension
Help Pagina-URL https://github.com/petre2dor/summarizeChromeExtension/issues
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Summarize",
    "description": "Display a summary for the article on the current page",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Click here!"
    },
    "permissions": [
        "activeTab",
        "http:\/\/46.101.138.193\/"
    ]
}