Contentyze

Writing Made Easy

Qu'est-ce que Contentyze ?

Contentyze est une extension Chrome développée par https://contentyze.com, et sa fonction principale est "Writing Made Easy".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

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

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

                        Save time by summarising long texts!

Contentyze allows you to summarise any webpage. Go to the website you want to summarise and click on either "One-Line Summary" or "Longer Summary", wait a couple of seconds and you'll see the summary of the text.                    

Informations de Base sur l'Extension

Nom Contentyze Contentyze
ID gpphaggniggaeijgmkaoleflnpflnfdo
URL Officiel https://chromewebstore.google.com/detail/contentyze/gpphaggniggaeijgmkaoleflnpflnfdo
Description Writing Made Easy
Taille du Fichier 686 KB
Nombre d'Installations 771
Version Actuelle 1.0.0
Dernière Mise à Jour 2020-09-13
Date de Publication 2020-09-13
Évaluation 3.00/5 Total 6 Évaluations
Développeur https://contentyze.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://contentyze.com
URL de la Page de Politique de Confidentialité https://contentyze.com/privacy-policy.html
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Contentyze",
    "version": "1.0.0",
    "description": "Writing Made Easy",
    "manifest_version": 2,
    "icons": {
        "128": "icons\/logo128.png",
        "48": "icons\/logo48.png",
        "38": "icons\/logo38.png",
        "19": "icons\/logo19.png",
        "16": "icons\/logo16.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "icons\/logo128.png",
            "48": "icons\/logo48.png",
            "38": "icons\/logo38.png",
            "19": "icons\/logo19.png",
            "16": "icons\/logo16.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}