Submary

Submary official chrome extension

Τι είναι το Submary;

Το Submary είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://submary.com, και η κύρια λειτουργία του είναι "Submary official chrome extension".

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

screenshot
screenshot
screenshot

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

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

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

                        Submary allows you to understand the essence of a text in a few seconds. It analyzes the content to extract the most relevant sentences and provide a concise summary.  By highlighting key words and sentences directly in the text, it allows you to grasp the most important information of an article at a glance.

- fast reading
- read faster
- speed reading
- deep reading
- highlight / highlighting
- summary
- automatic summary
- TLDR                    

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

Όνομα Submary Submary
ID koidbemodmpmdncelgigjojmofpgonmj
Επίσημο URL https://chromewebstore.google.com/detail/submary/koidbemodmpmdncelgigjojmofpgonmj
Περιγραφή Submary official chrome extension
Μέγεθος Αρχείου 473 KB
Αριθμός Εγκαταστάσεων 41
Τρέχουσα Έκδοση 0.2.6
Τελευταία Ενημέρωση 2022-10-12
Ημερομηνία Δημοσίευσης 2022-01-11
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://submary.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://submary.com
Υποστηριζόμενες Γλώσσες en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Submary",
    "version": "0.2.6",
    "description": "Submary official chrome extension",
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "service_worker.js"
    },
    "options_page": "onboarding-page.html",
    "action": {
        "default_title": "Submary",
        "default_icon": "\/images\/logo128.png"
    },
    "icons": {
        "16": "\/images\/logo16.png",
        "32": "\/images\/logo32.png",
        "48": "\/images\/logo48.png",
        "128": "\/images\/logo128.png"
    },
    "default_locale": "en",
    "manifest_version": 3
}