Glyphe - Translator & Search Tool

Find better search results on Chrome with Glyphe, the multilingual translation and search tool.

Glyphe - Translator & Search Toolคืออะไร?

Glyphe - Translator & Search Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://glyphe.net และคุณลักษณะหลักของมันคือ "Find better search results on Chrome with Glyphe, the multilingual translation and search tool."

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Glyphe - Translator & Search Tool

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

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

                        Finding what you’re looking for on Chrome isn’t always easy. But chances are that if there isn’t an answer in your language yet, then there might be one in another.

Enter Glyphe: The multilingual search tool designed to help you find answers in other languages.
 
With Glyphe, you can find search results in a specific language, translate pages, and even small pieces of text! 
 
🤔 Still not convinced? Let’s try changing that:
 
Are you a scholar searching for cultural events in Portugal? Use Glyphe to find search results natively written in Portuguese!
 
Are you looking for an authentic Spanish paella recipe? Use Glyphe to find recipes written in Spanish from Spain!
 
🤗 It’s free, easy to use, and made with lots of love! 
 
★ Find more search results ★
Using the popup, you can configure Glyphe to search in any of the languages available. Once in Chrome, Glyphe’s results will be presented among the ones you typically find in your language.
 
★ Page translation ★ 
Once inside a page, a green button will be inserted in the top right corner of your screen. Use Glyphe’s integrated panel to translate the page!
 
★ Text translation ★
Found something interesting you’d like to translate? Use the popup to translate any text from one language to the other!
 
Special thanks ❤
Thank you to all the people, the friends, the groups, and even the politicians who have encouraged us to carry on with this project! If it weren’t for you, Glyphe probably wouldn’t be what it is today. This extension was made in Québec ⚜️                    

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

ชื่อ Glyphe - Translator & Search Tool Glyphe - Translator & Search Tool
ID odompgaankbpkekcppnfbkhobnfmmgie
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/glyphe-translator-search/odompgaankbpkekcppnfbkhobnfmmgie
คำอธิบาย Find better search results on Chrome with Glyphe, the multilingual translation and search tool.
ขนาดไฟล์ 163 KB
จำนวนการติดตั้ง 1,069
เวอร์ชันปัจจุบัน 2.1.0.0
อัปเดตครั้งล่าสุด 2022-11-20
วันที่เผยแพร่ 2021-09-22
คะแนน 4.90/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา https://glyphe.net
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://glyphe.net/
URL หน้าช่วยเหลือ https://glyphe.net/contactez-nous/
URL หน้านโยบายความเป็นส่วนตัว https://glyphe.net/politique-de-confidentialite
ภาษาที่รองรับ id,de,en,en-GB,en-US,fr,sw,nl,vi,tr,ca,es,es-419,hr,it,pl,pt-BR,pt-PT,ro,el,sr,bg,ru,uk,iw,hi,bn,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "default_locale": "fr",
    "description": "__MSG_extension_description__",
    "version": "2.1.0.0",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "tabs"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/src\/images\/*",
                "\/src\/js\/modules\/base_backbone.js",
                "\/src\/js\/modules\/page_translation.js",
                "\/src\/js\/modules\/error_handling.js",
                "\/src\/js\/background_scripts\/*",
                "\/src\/js\/content_scripts\/*",
                "\/src\/js\/sentry\/*",
                "\/_locales\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "\/src\/js\/modules\/search_translation.js"
            ],
            "matches": [
                "https:\/\/www.google.com\/*"
            ]
        },
        {
            "resources": [
                "\/src\/js\/modules\/links_panel_backbone.js"
            ],
            "matches": [
                "chrome:\/\/extensions\/*"
            ]
        }
    ],
    "icons": {
        "16": "\/src\/images\/icons\/icon_16.png",
        "32": "\/src\/images\/icons\/icon_32.png",
        "48": "\/src\/images\/icons\/icon_48.png",
        "128": "\/src\/images\/icons\/icon_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "\/src\/js\/content_scripts\/search_translation.js"
            ],
            "css": [
                "\/src\/css\/search_translation.css"
            ],
            "matches": [
                "https:\/\/www.google.com\/search?*"
            ]
        },
        {
            "js": [
                "\/src\/js\/content_scripts\/page_translation.js"
            ],
            "css": [
                "\/src\/css\/page_translation.css",
                "\/src\/css\/common.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/*.youtube.com\/*",
                "https:\/\/www.facebook.com\/*",
                "https:\/\/github.com\/*",
                "https:\/\/outlook.live.com\/*",
                "https:\/\/twitter.com\/*",
                "https:\/\/www.twitch.tv\/*",
                "https:\/\/www.instagram.com\/*",
                "https:\/\/web.whatsapp.com\/*",
                "https:\/\/www.netflix.com\/*",
                "https:\/\/www.baidu.com\/*",
                "https:\/\/outlook.office.com\/*",
                "https:\/\/www.xvideos.com\/*",
                "https:\/\/vk.com\/*",
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.figma.com\/*",
                "https:\/\/teams.microsoft.com\/*",
                "https:\/\/nhentai.net\/*",
                "https:\/\/outlook.office365.com\/*",
                "https:\/\/www.notion.so\/*",
                "https:\/\/www.pinterest.com\/*",
                "https:\/\/mail.protonmail.com\/*",
                "https:\/\/www.linkedin.com\/*",
                "https:\/\/www.reddit.com\/*",
                "https:\/\/app.memrise.com\/*",
                "https:\/\/yandex.ru\/*",
                "https:\/\/www.pornhub.com\/*",
                "https:\/\/gitlab.com\/*",
                "https:\/\/bitbucket.org\/*",
                "https:\/\/chaturbate.com\/*",
                "https:\/\/www.canva.com\/*",
                "https:\/\/www.speedtest.net\/*",
                "https:\/\/weibo.com\/*",
                "https:\/\/tradingview.com\/*",
                "https:\/\/www.tiktok.com\/*",
                "https:\/\/web.telegram.org\/*",
                "https:\/\/discord.com\/*",
                "https:\/\/*.google.com\/*",
                "https:\/\/sentry.io\/*",
                "https:\/\/*.walmart.com\/*",
                "https:\/\/*.walmart.ca\/*"
            ]
        }
    ],
    "action": {
        "default_popup": "\/src\/html\/popup.html",
        "default_title": "Glyphe",
        "default_icon": {
            "16": "\/src\/images\/icons\/icon_16.png",
            "32": "\/src\/images\/icons\/icon_32.png",
            "48": "\/src\/images\/icons\/icon_48.png",
            "128": "\/src\/images\/icons\/icon_128.png"
        }
    }
}