Search Forvo

Search the selected text using Forvo

Τι είναι το Search Forvo;

Το Search Forvo είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://lflee.github.io, και η κύρια λειτουργία του είναι "Search the selected text using Forvo".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Search Forvo

Λήψη αρχείων επέκτασης Search Forvo σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Beta release

Development in hiatus -
I originally built this tool for myself. And as I searched on, I found that https://chrome.google.com/webstore/detail/selection-search/gipnlpdeieaidmmeaichnddnmjmcakoe is a better tool for me. So, if there is no further request, I would leave this extension here as is.

To use -
In any webpage, you highlight a word or phrase (in any languages), right click, choose the "Search Forvo" option menu, then a new tab is opened and you get the pronunciations of the word there. If Forvo doesn't have the entry yet, you can add (to request for the pronunciation) there.

Extension derived from -
https://chrome.google.com/webstore/detail/pronounce-selection/gfhnknmofhheaeacbcebmkehlieojgkn 

Icon derived from -
https://forvo.com
https://commons.wikimedia.org/wiki/File:Search_Noun_project_15028.svg                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Search Forvo Search Forvo
ID acckhcfpncdacfmhnmipaiheghjlhdjp
Επίσημο URL https://chromewebstore.google.com/detail/search-forvo/acckhcfpncdacfmhnmipaiheghjlhdjp
Περιγραφή Search the selected text using Forvo
Μέγεθος Αρχείου 42.55 KB
Αριθμός Εγκαταστάσεων 630
Τρέχουσα Έκδοση 0.2
Τελευταία Ενημέρωση 2019-06-28
Ημερομηνία Δημοσίευσης 2019-06-28
Αξιολόγηση 5.00/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής https://lflee.github.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/lflee/Search-Forvo
Διεύθυνση URL της Σελίδας Βοήθειας https://twitter.com/LLF
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "manifest_version": 2,
    "name": "Search Forvo",
    "version": "0.2",
    "description": "Search the selected text using Forvo",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "forvo.js"
        ],
        "persistent": true
    },
    "author": "\u5cf0"
}