Yoink!

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

Apa itu Yoink!?

Yoink! adalah ekstensi Chrome yang dikembangkan oleh Amie Chen, dan fitur utamanya adalah "A browser extension to bulk select words and phrases on any webpage.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Yoink!

Unduh file ekstensi Yoink! dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Yoink! Yoink!
ID cfdkndgbcedgandmjfopgbiphpllbddh
URL Resmi https://chromewebstore.google.com/detail/yoink/cfdkndgbcedgandmjfopgbiphpllbddh
Deskripsi A browser extension to bulk select words and phrases on any webpage.
Ukuran File 30.63 KB
Jumlah Instalasi 58
Versi Saat Ini 0.0.0.2
Terakhir Diperbarui 2018-09-10
Tanggal Publikasi 2018-09-10
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Amie Chen
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}