Yoink!

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

什么是Yoink!?

Yoink!是由Amie Chen开发的Chrome扩展程序,该扩展的主要功能是“A browser extension to bulk select words and phrases on any webpage.”。

扩展截图

screenshot

下载Yoink!扩展crx文件

下载Yoink!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Yoink! Yoink!
ID cfdkndgbcedgandmjfopgbiphpllbddh
官方URL https://chromewebstore.google.com/detail/yoink/cfdkndgbcedgandmjfopgbiphpllbddh
简介 A browser extension to bulk select words and phrases on any webpage.
文件大小 30.63 KB
安装次数 58
当前版本 0.0.0.2
更新时间 2018-09-10
上架时间 2018-09-10
评分 5.00/5 共2次评分
开发者 Amie Chen
电子邮箱 [email protected]
付费类型 free
支持的语言 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
}