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
Eメール [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
}