Summarly

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

Τι είναι το Summarly;

Το Summarly είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Den_dp, και η κύρια λειτουργία του είναι "Summarly makes blog articles clean and easy to read. Summarly eliminates all distractions from your online reading experience".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Summarly

Λήψη αρχείων επέκτασης Summarly σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Summarly Summarly
ID khdhlgoidbiofllmeagplhnhedghpodc
Επίσημο URL https://chromewebstore.google.com/detail/summarly/khdhlgoidbiofllmeagplhnhedghpodc
Περιγραφή Summarly makes blog articles clean and easy to read. Summarly eliminates all distractions from your online reading experience
Μέγεθος Αρχείου 20.02 KB
Αριθμός Εγκαταστάσεων 126
Τρέχουσα Έκδοση 0.0.3
Τελευταία Ενημέρωση 2014-09-15
Ημερομηνία Δημοσίευσης 2014-09-15
Αξιολόγηση 3.60/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής Den_dp
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/enisher/summarly
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/enisher/summarly/issues
Υποστηριζόμενες Γλώσσες 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"
}