Summarizer
Summarize the current page
Wat is Summarizer?
Summarizer is een Chrome-extensie ontwikkeld door mirandachaiken, en de belangrijkste functie is "Summarize the current page".
Extensie Screenshots
Download het CRX-bestand van de extensie Summarizer
Download Summarizer-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
Read only the most important paragraphs of long articles and save important summaries in your account to read later
Basisinformatie over de Extensie
Naam | |
ID | dmbibehpblbnkacpmiecigdkcomfkhkm |
Officiële URL | https://chrome.google.com/webstore/detail/summarizer/dmbibehpblbnkacpmiecigdkcomfkhkm |
Beschrijving | Summarize the current page |
Bestandsgrootte | 24.55 KB |
Aantal Installaties | 156 |
Huidige Versie | 3.0 |
Laatst Bijgewerkt | 2015-07-29 |
Publicatiedatum | 2015-07-29 |
Beoordeling | 1.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | mirandachaiken |
Betalingswijze | free |
Extensiewebsite | http://104.236.53.73/ |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Summarizer", "description": "Summarize the current page", "version": "3.0", "icons": { "128": "icon.png" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Summarizer" }, "manifest_version": 2 } |