Aptitude-Words

Stop guessing and start improving your vocabulary.

Qu'est-ce que Aptitude-Words ?

Aptitude-Words est une extension Chrome développée par https://logicoma.com, et sa fonction principale est "Stop guessing and start improving your vocabulary.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Aptitude-Words

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

                        Our choice in words define us, so why not expand our selection? With Aptitude words on your side you can search and save a list of words that you have a hard time remembering. Don't spend time you're looking up them up in a dictionary have them with you wherever you go.                    

Informations de Base sur l'Extension

Nom Aptitude-Words Aptitude-Words
ID ahmnfdchcnfcmbhefeojllaejdlcdahn
URL Officiel https://chromewebstore.google.com/detail/aptitude-words/ahmnfdchcnfcmbhefeojllaejdlcdahn
Description Stop guessing and start improving your vocabulary.
Taille du Fichier 853 KB
Nombre d'Installations 109
Version Actuelle 1.3.0
Dernière Mise à Jour 2023-06-17
Date de Publication 2018-09-16
Évaluation 3.83/5 Total 6 Évaluations
Développeur https://logicoma.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://logicoma.com/products/aptitude-words
URL de la Page d'Aide https://groups.google.com/d/forum/aptitude-words
URL de la Page de Politique de Confidentialité https://logicoma.com/Home/Privacy
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Aptitude-Words",
    "short_name": "Apt-Words",
    "manifest_version": 3,
    "description": "Stop guessing and start improving your vocabulary.",
    "version": "1.3.0",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsXZP\/orO2fbzRmkYikTd8uFZag\/cY\/xX5VyXg1KUDk7+zosyYTW4mkZdWhqnIH6O+k6GikrC1Aypi\/3P0XsV1FHpdf4erA\/bkmJeiSJUpsTwD\/e3NjaZN32Vuk+BNwYy5fx2cVfW3iYFEWTVBnNHneE8NdeAnl9kl7h5n6ThB429PtL+hTHEZEPmhj354pLrMBYoFZKfEBZ5PxHQOzyzIFhxASERu2WN9v6oScNS+\/LNeTV64INwZOIiBFoHyFekeLJauiqheA+Rgjs5gA4A8ahfSf8Tq0MQ01qwTVxdLEkPjNhwscCb4\/5avM2hItezd1kRW0OBF6RwHmmcJuNajwIDAQAB",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "author": "Anthont Fassett",
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "offline_enabled": true,
    "options_page": "options.html",
    "background": {
        "service_worker": "service-worker.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self';"
    }
}