Vocabulary Reminder

Extension that can work as a dictionary alternate.

Vocabulary Reminderคืออะไร?

Vocabulary Reminder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย aaqibkhanniazi และคุณลักษณะหลักของมันคือ "Extension that can work as a dictionary alternate."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Vocabulary Reminder

ดาวน์โหลดไฟล์ส่วนขยาย Vocabulary Reminder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        English is largest common language (lingua franca) between the people of other native languages and also the third most-spoken native language in the world. It is the most widely learned second language and is either the official language or one of the official languages in almost 60 sovereign states. Every person who learned English as a second language need a dictionary to know the meanings of new words, he/she have seen and also have to learned how to pronounce that word. In the present era Internet is the largest source of getting information and knowledge and as of 2018, State Counter estimates that Google Chrome has a 61% worldwide browser market share across all platforms. And according to google in 2018 more than 50% of the all web traffic generated by mobile accounts. That’s why we are going to develop a google chrome extension as well as a mobile application which gives the user, the meaning in English, synonyms, the other important information and the pronunciation of an English word the user will select.
When user will be reading on Google Chrome and have to know the meaning of any word, he/she will just have to do the double click on that word and our extension will provide the all the above-mentioned information on a single popup and user will not have to need to go to any dictionary and search the specific word. User would be able to listen that how to pronounce that word by just to click on the speaker icon. User could be see the records of all the words he/she will be checked already. User could be listen the pronunciations of all the words and the related information saved in records by using application.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Vocabulary Reminder Vocabulary Reminder
ID koeibpphnjeddfgilfepklcdkkllifje
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/vocabulary-reminder/koeibpphnjeddfgilfepklcdkkllifje
คำอธิบาย Extension that can work as a dictionary alternate.
ขนาดไฟล์ 188 KB
จำนวนการติดตั้ง 25
เวอร์ชันปัจจุบัน 1
อัปเดตครั้งล่าสุด 2020-02-05
วันที่เผยแพร่ 2020-02-02
คะแนน 3.25/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา aaqibkhanniazi
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://englishvocublary.com/Privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Vocabulary Reminder",
    "version": "1",
    "description": "Extension that can work as a dictionary alternate.",
    "permissions": [
        "https:\/\/*\/",
        "http:\/\/*\/"
    ],
    "browser_action": {
        "name": "Dictionary alternate",
        "icons": [
            "icon.png"
        ],
        "default_icon": "icon.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'",
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "popper.min.js",
                "bootstrap.js",
                "background.js"
            ],
            "css": [
                "bootstrap.min.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "manifest_version": 2
}