Summarly

Summarly makes blog articles clean and easy to read. Summarly eliminates all distractions from your online reading experience

Qu'est-ce que Summarly ?

Summarly est une extension Chrome développée par Den_dp, et sa fonction principale est "Summarly makes blog articles clean and easy to read. Summarly eliminates all distractions from your online reading experience".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Summarly

Téléchargez les fichiers d'extension Summarly au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Bored with wasting your time of too long articles with too little information? Summarly will help you to extract the most important part from the text.
With one click, Summarly makes blog posts and articles compact, clean and easy to read. Summarly eliminates all distractions from your online reading experience.

The project is open source. Support us with pull request.
GItHub: https://github.com/enisher/summarly                    

Informations de Base sur l'Extension

Nom Summarly Summarly
ID khdhlgoidbiofllmeagplhnhedghpodc
URL Officiel https://chromewebstore.google.com/detail/summarly/khdhlgoidbiofllmeagplhnhedghpodc
Description Summarly makes blog articles clean and easy to read. Summarly eliminates all distractions from your online reading experience
Taille du Fichier 20.02 KB
Nombre d'Installations 126
Version Actuelle 0.0.3
Dernière Mise à Jour 2014-09-15
Date de Publication 2014-09-15
Évaluation 3.60/5 Total 5 Évaluations
Développeur Den_dp
Type de Paiement free
Site Web de l'Extension https://github.com/enisher/summarly
URL de la Page d'Aide https://github.com/enisher/summarly/issues
Langues Prises en Charge ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Summarly",
    "browser_action": {
        "default_icon": "img\/icon-128.png",
        "default_title": "Click to summarize"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "19": "img\/icon-19.png",
        "38": "img\/icon-38.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "manifest_version": 2,
    "description": "Summarly makes blog articles clean and easy to read. Summarly eliminates all distractions from your online reading experience",
    "permissions": [
        "http:\/\/summarly-api.herokuapp.com\/"
    ],
    "version": "0.0.3"
}