Submary

Submary official chrome extension

Qu'est-ce que Submary ?

Submary est une extension Chrome développée par https://submary.com, et sa fonction principale est "Submary official chrome extension".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

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

Téléchargez les fichiers d'extension Submary 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

                        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                    

Informations de Base sur l'Extension

Nom Submary Submary
ID koidbemodmpmdncelgigjojmofpgonmj
URL Officiel https://chromewebstore.google.com/detail/submary/koidbemodmpmdncelgigjojmofpgonmj
Description Submary official chrome extension
Taille du Fichier 473 KB
Nombre d'Installations 41
Version Actuelle 0.2.6
Dernière Mise à Jour 2022-10-12
Date de Publication 2022-01-11
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://submary.com
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://submary.com
Langues Prises en Charge 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
}