Logophile
Learn new words as you surf the web
Logophile क्या है?
Logophile ryguy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Learn new words as you surf the web"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Logophile एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Logophile transforms new tabs into flashcards to help you learn words and expand your vocabulary. You can use one of Logophile's 3 included word lists, or add words of your own. Each time you open a new tab, Logophile will select a new word from your list and display it on the screen. You can then click on the screen to reveal the definition and an example sentence (if available), then mark the word as 'Learned' once you've mastered it. You can add words manually in bulk, add them from a webpage you're reading, or from your Kindle. Pick and choose from 20 different color options to spruce up your new tab, and expand your vocabulary at the same time!
एक्सटेंशन की मूल जानकारी
नाम | Logophile |
ID | bkoeglnnidiebhahjmlodfakgfnhekmm |
आधिकारिक URL | https://chromewebstore.google.com/detail/logophile/bkoeglnnidiebhahjmlodfakgfnhekmm |
विवरण | Learn new words as you surf the web |
फ़ाइल का आकार | 192 KB |
स्थापना संख्या | 317 |
वर्तमान संस्करण | 1.5.5 |
अंतिम अपडेट | 2021-04-17 |
प्रकाशन तिथि | 2020-04-27 |
रेटिंग | 4.63/5 कुल 8 रेटिंग्स |
डेवलपर | ryguy |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://docs.google.com/forms/d/e/1FAIpQLScbrrAuPh79VbTvfp6WfZ4NS7kfeYh8nayHIXM75i9A2nUP4w/viewform |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Logophile", "version": "1.5.5", "description": "Learn new words as you surf the web", "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "identity.email", "identity", "contextMenus", "storage" ], "icons": { "16": "images\/favicon16.png", "32": "images\/favicon32.png", "48": "images\/favicon48.png", "128": "images\/favicon128.png" }, "browser_action": { "default_icon": { "16": "images\/favicon16.png", "32": "images\/favicon32.png" }, "default_title": "Logophile" }, "background": { "scripts": [ "js\/jquery-3.4.1.min.js", "background.js" ] }, "manifest_version": 2 } |