Summarizer
Summarizes long articles for you.
Wat is Summarizer?
Summarizer is een Chrome-extensie ontwikkeld door Nimeet Shah, en de belangrijkste functie is "Summarizes long articles for you.".
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
Get a summary of any article on the web. Remove all distractions from the page and keep only the important content. Basisinformatie over de Extensie
| Naam | |
| ID | ndjdpehmbpiedjamiaeobmgnmjmgmklf |
| Officiële URL | https://chromewebstore.google.com/detail/summarizer/ndjdpehmbpiedjamiaeobmgnmjmgmklf |
| Beschrijving | Summarizes long articles for you. |
| Bestandsgrootte | 62.66 KB |
| Aantal Installaties | 26 |
| Huidige Versie | 1.3 |
| Laatst Bijgewerkt | 2018-04-24 |
| Publicatiedatum | 2018-04-24 |
| Ontwikkelaar | Nimeet Shah |
| Betalingswijze | free |
| Extensiewebsite | https://www.buymeacoffee.com/nimeet |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Summarizer",
"description": "Summarizes long articles for you.",
"version": "1.3",
"manifest_version": 2,
"browser_action": {
"default_popup": "index.html",
"default_title": "Summarize this article!",
"default_icon": {
"19": "images\/book19.png",
"38": "images\/book38.png"
}
},
"icons": {
"16": "images\/book16.png",
"48": "images\/book48.png",
"128": "images\/book128.png"
},
"permissions": [
"activeTab",
"tabs",
"https:\/\/api.smmry.com\/*"
],
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
} | |