Yoink!

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

Cos'è Yoink!?

Yoink! è un'estensione di Chrome sviluppata da Amie Chen, e la sua funzione principale è "A browser extension to bulk select words and phrases on any webpage.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Yoink!

Scarica i file di estensione Yoink! in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Yoink! Yoink!
ID cfdkndgbcedgandmjfopgbiphpllbddh
URL Ufficiale https://chromewebstore.google.com/detail/yoink/cfdkndgbcedgandmjfopgbiphpllbddh
Descrizione A browser extension to bulk select words and phrases on any webpage.
Dimensione del File 30.63 KB
Conteggio Installazioni 58
Versione Corrente 0.0.0.2
Ultimo Aggiornamento 2018-09-10
Data di Pubblicazione 2018-09-10
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Amie Chen
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}