Summarize
Display a summary for the article on the current page
Vad är Summarize?
Summarize är en Chrome-tillägg utvecklad av Petrix, och dess huvudfunktion är "Display a summary for the article on the current page".
Tilläggsskärmbilder
Ladda ner Summarize-förlängningens CRX-fil
Ladda ner Summarize-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
A Google Chrome extention that displays a summary of the article on the current page.
Grundläggande Information om Tillägg
Namn | |
ID | ebkbmbnajpoepngfdagdmmecknedfckh |
Officiell webbadress | https://chrome.google.com/webstore/detail/summarize/ebkbmbnajpoepngfdagdmmecknedfckh |
Beskrivning | Display a summary for the article on the current page |
Filstorlek | 17.83 KB |
Antal Installationer | 203 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2016-06-27 |
Publiceringsdatum | 2016-06-27 |
Betyg | 1.00/5 Totalt 1 Betyg |
Utvecklare | Petrix |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/petre2dor/summarizeChromeExtension |
Hjälpsida URL | https://github.com/petre2dor/summarizeChromeExtension/issues |
Stödda Språk | 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\/" ] } |