Yoink!
A browser extension to bulk select words and phrases on any webpage.
What is Yoink!?
Yoink! is a Chrome extension developed by Amie Chen, and its main feature is "A browser extension to bulk select words and phrases on any webpage.".
Extension Screenshots
Download Yoink! Extension CRX File
Download Yoink! extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Yoink! |
ID | cfdkndgbcedgandmjfopgbiphpllbddh |
Official URL | https://chromewebstore.google.com/detail/yoink/cfdkndgbcedgandmjfopgbiphpllbddh |
Description | A browser extension to bulk select words and phrases on any webpage. |
File Size | 30.63 KB |
Installation Count | 58 |
Current Version | 0.0.0.2 |
Last Updated | 2018-09-10 |
Publish Date | 2018-09-10 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Amie Chen |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |