Yoink!

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

O que é Yoink!?

Yoink! é uma extensão do Chrome desenvolvida por Amie Chen, e sua principal característica é "A browser extension to bulk select words and phrases on any webpage.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Yoink!

Baixe arquivos de extensão Yoink! no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Yoink! Yoink!
ID cfdkndgbcedgandmjfopgbiphpllbddh
URL Oficial https://chromewebstore.google.com/detail/yoink/cfdkndgbcedgandmjfopgbiphpllbddh
Descrição A browser extension to bulk select words and phrases on any webpage.
Tamanho do Arquivo 30.63 KB
Contagem de Instalações 58
Versão Atual 0.0.0.2
Última Atualização 2018-09-10
Data de Publicação 2018-09-10
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Amie Chen
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
}