Shabdkosh Dictionaries Lookup
Looks up online Shabdkosh Dictionaries (includes English and 10 Indian languages) for the selected text.
Wat is Shabdkosh Dictionaries Lookup?
Shabdkosh Dictionaries Lookup is een Chrome-extensie ontwikkeld door Tu Tran, en de belangrijkste functie is "Looks up online Shabdkosh Dictionaries (includes English and 10 Indian languages) for the selected text.".
Extensie Screenshots
Download het CRX-bestand van de extensie Shabdkosh Dictionaries Lookup
Download Shabdkosh Dictionaries Lookup-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
Just right-click on the selected text and choose "Shabdkosh Dictionary...". Before that, you can choose a Indian language that you want on the Shabdkosh Dictionary popup (click on the extension's icon to show the popup. You should pin the icon right after installing the extension). And you can also look up there.
Basisinformatie over de Extensie
Naam | Shabdkosh Dictionaries Lookup |
ID | gjbhkcmjfcccocjhledmacanaldocicl |
Officiële URL | https://chromewebstore.google.com/detail/shabdkosh-dictionaries-lo/gjbhkcmjfcccocjhledmacanaldocicl |
Beschrijving | Looks up online Shabdkosh Dictionaries (includes English and 10 Indian languages) for the selected text. |
Bestandsgrootte | 49.55 KB |
Aantal Installaties | 121 |
Huidige Versie | 0.1.1 |
Laatst Bijgewerkt | 2021-03-11 |
Publicatiedatum | 2021-03-11 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Tu Tran |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en,mr,hi,bn,gu,ta,te,kn-IN,ml |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_application_title__", "description": "__MSG_application_description__", "version": "0.1.1", "default_locale": "hi", "permissions": [ "contextMenus", "storage" ], "background": { "page": "background.html", "persistent": false }, "browser_action": { "default_icon": { "16": "\/img\/16x16.png", "48": "\/img\/48x48.png", "128": "\/img\/128x128.png" }, "default_popup": "index.html" }, "icons": { "16": "\/img\/16x16.png", "48": "\/img\/48x48.png", "128": "\/img\/128x128.png" } } |