Yoink!

A browser extension to bulk select words and phrases on any webpage.

Qu'est-ce que Yoink! ?

Yoink! est une extension Chrome développée par Amie Chen, et sa fonction principale est "A browser extension to bulk select words and phrases on any webpage.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Yoink!

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

                        Yoink allows you to bulk select words of any webpage. It's great for keeping track of new vocabularies and gathering inspirations. Copy to the clipboard before pasting it into your own notes.                    

Informations de Base sur l'Extension

Nom Yoink! Yoink!
ID cfdkndgbcedgandmjfopgbiphpllbddh
URL Officiel https://chromewebstore.google.com/detail/yoink/cfdkndgbcedgandmjfopgbiphpllbddh
Description A browser extension to bulk select words and phrases on any webpage.
Taille du Fichier 30.63 KB
Nombre d'Installations 58
Version Actuelle 0.0.0.2
Dernière Mise à Jour 2018-09-10
Date de Publication 2018-09-10
Évaluation 5.00/5 Total 2 Évaluations
Développeur Amie Chen
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Yoink!",
    "version": "0.0.0.2",
    "description": "A browser extension to bulk select words and phrases on any webpage.",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "http:\/\/fonts.googleapis.com\/",
        "https:\/\/fonts.googleapis.com\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/get_started16.png",
            "32": "images\/get_started32.png",
            "48": "images\/get_started48.png",
            "128": "images\/get_started128.png"
        }
    },
    "web_accessible_resources": [
        "content.js",
        "content\/content.css",
        "content\/content.html"
    ],
    "manifest_version": 2
}