PopWord - language learning

Learn new language while browsing!

PopWord - language learning क्या है?

PopWord - language learning https://pop-word.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Learn new language while browsing!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में PopWord - language learning एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        PoPWord is your portable language assistant to help you explore more words and phrases in the language you want to learn .
Instead of investing all your efforts and time to learn a whole language ,PoPWord makes use of your long hours browsing ,reading and watching youtube videos, with PoPWord you can learn and understand ,practice and use your new language vocabulary during your browsing ,this way you don't have to make time to learn a language, just use PoPword while browsing to learn a language naturally and effortlessly.


Start now for FREE.                    

एक्सटेंशन की मूल जानकारी

नाम PopWord - language learning PopWord - language learning
ID aajjppjocelfgbnnfpcifcoklenljjmh
आधिकारिक URL https://chromewebstore.google.com/detail/popword-language-learning/aajjppjocelfgbnnfpcifcoklenljjmh
विवरण Learn new language while browsing!
फ़ाइल का आकार 5.31 MB
स्थापना संख्या 57
वर्तमान संस्करण 0.4.1
अंतिम अपडेट 2023-11-02
प्रकाशन तिथि 2020-08-04
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://pop-word.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.pop-word.com
गोपनीयता नीति पृष्ठ URL https://pop-word.com/privacyPolicy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PopWord - language learning",
    "version": "0.4.1",
    "description": "Learn new language while browsing!",
    "permissions": [
        "storage",
        "identity",
        "activeTab",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "captureYT.js"
            ],
            "run_at": "document_start"
        }
    ],
    "optional_permissions": [
        "https:\/\/*\/*"
    ],
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": "images\/popword32.png",
        "default_title": "click to activate PoPWord on this page",
        "default_popup": ".\/dist\/index.html"
    },
    "icons": {
        "16": "images\/popword16.png",
        "32": "images\/popword32.png",
        "48": "images\/popword48.png",
        "128": "images\/popword128.png"
    },
    "web_accessible_resources": [
        "images\/*",
        "assets\/bootstrap\/*",
        "assets\/css\/*",
        "assets\/fonts\/*"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlI7Dp0Qct2tPZCeMhuIJ7oGaNVKdhD5LeDxhMkffPVSDUTdczmbASJD0hIwLHU0VenBZCWkZ3CIHGbZy2UtE5ThHMte+gFRowH3tLkcQrpo9t+JWRh5Y2ES1SQR740YdzdFtZeSj\/P+fdSWmFPJEKuylQSK7T\/wz3Mi5PF\/HU6\/nzMHONebPoiLlkKCSMPQAFhoAh7SVISWG0N+G7olhzkfRw+B2CLlX5ne66qhVjtQMV9xLzDJfgbx6TNRTzT7CG0SuKc6SiM2AoCgGVW3y7FN+x064KtFB+ykhx170hED\/aVStbLtabbAFx9z4xvyZZk++dYx7nqx2WFQUKcpFaQIDAQAB",
    "oauth2": {
        "client_id": "279665799602-doj3hkeknjbr306v7bsvt7luafm9u5h8.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "manifest_version": 2
}