Word Collector in Chrome Extension
I was once collecting vocabularies I met on a TV show or any other english texts by using Vocabulary.com. At that time, first I…
Wat is Word Collector in Chrome Extension?
Word Collector in Chrome Extension is een Chrome-extensie ontwikkeld door hi.ogawa.zz, en de belangrijkste functie is "I was once collecting vocabularies I met on a TV show or any other english texts by using Vocabulary.com. At that time, first I…".
Extensie Screenshots
Download het CRX-bestand van de extensie Word Collector in Chrome Extension
Download Word Collector in Chrome Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
I was once collecting vocabularies I met on a TV show or any other english texts by using Vocabulary.com. At that time, first I took screenshots everytime I met new words on the web, then on weekends I reviewed the words on those pictures and register them to Vocabulary.com. I found that procedure was very tadius, so I started making this application, which enables the tadius process automatically done.
Basisinformatie over de Extensie
Naam | |
ID | jfeinpeakgoblpcelmhdhajmdoeoifap |
Officiële URL | https://chrome.google.com/webstore/detail/word-collector-in-chrome/jfeinpeakgoblpcelmhdhajmdoeoifap |
Beschrijving | I was once collecting vocabularies I met on a TV show or any other english texts by using Vocabulary.com. At that time, first I… |
Bestandsgrootte | 305 KB |
Aantal Installaties | 59 |
Huidige Versie | 2.0.1 |
Laatst Bijgewerkt | 2015-11-29 |
Publicatiedatum | 2015-11-29 |
Beoordeling | 1.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | hi.ogawa.zz |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Word Collector in Chrome Extension", "description": "", "version": "2.0.1", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "browser_action": { "default_icon": "icons\/16.png", "default_popup": "popup\/popup.html" }, "options_ui": { "page": "options\/options.html", "chrome_style": true }, "background": { "scripts": [ "lib\/jquery.js", "lib\/underscore.js", "lib\/myconfig.js", "contentScript\/backbone\/mylib.js", "eventPage\/eventPage.js" ], "persistent": false }, "web_accessible_resources": [ "contentScript\/contentScript.html", "fonts\/glyphicons-halflings-regular.woff2", "fonts\/glyphicons-halflings-regular.woff", "fonts\/glyphicons-halflings-regular.ttf" ], "permissions": [ "storage", "tabs", " |