Yoink!

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

Was ist Yoink!?

Yoink! ist eine Chrome-Erweiterung, die von Amie Chen entwickelt wurde, und ihr Hauptmerkmal ist "A browser extension to bulk select words and phrases on any webpage.".

Erweiterungsscreenshots

screenshot

Yoink!-Erweiterungs-CRX-Datei herunterladen

Laden Sie Yoink!-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Yoink! Yoink!
ID cfdkndgbcedgandmjfopgbiphpllbddh
Offizielle URL https://chromewebstore.google.com/detail/yoink/cfdkndgbcedgandmjfopgbiphpllbddh
Beschreibung A browser extension to bulk select words and phrases on any webpage.
Dateigröße 30.63 KB
Installationsanzahl 58
Aktuelle Version 0.0.0.2
Letztes Update 2018-09-10
Veröffentlichungsdatum 2018-09-10
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Amie Chen
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
}