Yoink!

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

Yoink! là gì?

Yoink! là một tiện ích mở rộng Chrome được phát triển bởi Amie Chen, và tính năng chính của nó là "A browser extension to bulk select words and phrases on any webpage.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Yoink!

Tải xuống các tệp mở rộng Yoink! dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Yoink! Yoink!
ID cfdkndgbcedgandmjfopgbiphpllbddh
URL Chính Thức https://chromewebstore.google.com/detail/yoink/cfdkndgbcedgandmjfopgbiphpllbddh
Mô tả A browser extension to bulk select words and phrases on any webpage.
Kích Thước Tệp 30.63 KB
Số Lần Cài Đặt 58
Phiên Bản Hiện Tại 0.0.0.2
Cập Nhật Lần Cuối 2018-09-10
Ngày Phát Hành 2018-09-10
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Amie Chen
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}