Vocapouch Collector

Turn translations into flashcards!

Qu'est-ce que Vocapouch Collector ?

Vocapouch Collector est une extension Chrome développée par https://vocapouch.com, et sa fonction principale est "Turn translations into flashcards!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Vocapouch Collector

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

                        Vocapouch is devoted vocabulary assistant. When activated, it will translate any word you select. With one click you can turn the result into a flashcard. Later, you can learn it on your mobile with Vocapouch Trainer.

Supported languages:
ARABIC, BULGARIAN, CATALAN, CHINESE, CROATIAN, CZECH, DANISH, DUTCH, ENGLISH, ESTONIAN, FINNISH, FRENCH, GERMAN, GREEK, HEBREW, HINDI, HUNGARIAN, INDONESIAN, ITALIAN, JAPANESE, KOREAN, LATVIAN, LITHUANIAN, MALAY, NORWEGIAN, PERSIAN, POLISH, PORTUGUESE, ROMANIAN, RUSSIAN, SERBIAN, SLOVAK, SLOVENIAN, SPANISH, SWEDISH, THAI                    

Informations de Base sur l'Extension

Nom Vocapouch Collector Vocapouch Collector
ID bmfpjacfakpigppclpdninmdjkejllll
URL Officiel https://chromewebstore.google.com/detail/vocapouch-collector/bmfpjacfakpigppclpdninmdjkejllll
Description Turn translations into flashcards!
Taille du Fichier 5.6 MB
Nombre d'Installations 139
Version Actuelle 0.11
Dernière Mise à Jour 2017-12-18
Date de Publication 2017-12-17
Évaluation 3.00/5 Total 3 Évaluations
Développeur https://vocapouch.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://vocapouch.com
URL de la Page de Politique de Confidentialité https://vocapouch.com/privacy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Vocapouch Collector",
    "description": "Turn translations into flashcards!",
    "version": "0.11",
    "homepage_url": "https:\/\/vocapouch.com",
    "browser_action": {
        "default_icon": {
            "19": "imgs\/action_19.png",
            "38": "imgs\/action_38.png"
        }
    },
    "icons": {
        "16": "imgs\/list_16.png",
        "32": "imgs\/list_32.png",
        "48": "imgs\/list_48.png",
        "128": "imgs\/list_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "vendor\/scripts\/jquery-1.11.0.min.js",
                "scripts\/init.js",
                "settings.js",
                "scripts\/grabber.js"
            ],
            "css": [
                "styles\/grabber.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "vendor\/scripts\/jquery-1.11.0.min.js",
            "scripts\/init.js",
            "settings.js",
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "cookies",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "web_accessible_resources": [
        "imgs\/*",
        "styles\/theme\/*",
        "styles\/grabber.css"
    ]
}