Yoink!

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

ما هو Yoink!؟

Yoink! هو إضافة Chrome تم تطويرها بواسطة Amie Chen، والميزة الرئيسية لها هي "A browser extension to bulk select words and phrases on any webpage.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Yoink!

قم بتنزيل ملفات الامتداد Yoink! بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
}