Yoink!

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

Wat is Yoink!?

Yoink! is een Chrome-extensie ontwikkeld door Amie Chen, en de belangrijkste functie is "A browser extension to bulk select words and phrases on any webpage.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Yoink!

Download Yoink!-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Yoink! Yoink!
ID cfdkndgbcedgandmjfopgbiphpllbddh
Officiële URL https://chromewebstore.google.com/detail/yoink/cfdkndgbcedgandmjfopgbiphpllbddh
Beschrijving A browser extension to bulk select words and phrases on any webpage.
Bestandsgrootte 30.63 KB
Aantal Installaties 58
Huidige Versie 0.0.0.2
Laatst Bijgewerkt 2018-09-10
Publicatiedatum 2018-09-10
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Amie Chen
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}