Yoink!
A browser extension to bulk select words and phrases on any webpage.
Co to jest Yoink!?
Yoink! to rozszerzenie Chrome opracowane przez Amie Chen, a jego główną funkcją jest „A browser extension to bulk select words and phrases on any webpage.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Yoink!
Pobierz pliki rozszerzeń Yoink! w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Yoink! |
ID | cfdkndgbcedgandmjfopgbiphpllbddh |
Oficjalny URL | https://chromewebstore.google.com/detail/yoink/cfdkndgbcedgandmjfopgbiphpllbddh |
Opis | A browser extension to bulk select words and phrases on any webpage. |
Rozmiar pliku | 30.63 KB |
Liczba instalacji | 58 |
Aktualna Wersja | 0.0.0.2 |
Ostatnia Aktualizacja | 2018-09-10 |
Data Publikacji | 2018-09-10 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | Amie Chen |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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 } |