Vividfy - Vivencie as Cores

This extension can change any web images through your navigation, just clicking in an single button. Made for dichromatic issues.

Vividfy - Vivencie as Coresคืออะไร?

Vividfy - Vivencie as Cores เป็นส่วนขยายของ Chrome ที่พัฒนาโดย DASH และคุณลักษณะหลักของมันคือ "This extension can change any web images through your navigation, just clicking in an single button. Made for dichromatic issues."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Vividfy - Vivencie as Cores

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

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

                        This extension can change any web images through your navigation, just clicking in an single button in a ease, intuitive and organic way. It's made for people that has some dichromatic color blindness issues (protanopia, tritanopia and deuteranopia).
----------------------------
Essa extensão pode alterar qualquer imagem da web através de sua navegação, bastando clicar em um único botão de forma fácil, intuitiva e orgânica. É feito para pessoas que têm algumas questões dicromáticas de daltonismo (protanopia, tritanopia e deuteranopia).                    

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

ชื่อ Vividfy - Vivencie as Cores Vividfy - Vivencie as Cores
ID gapildemajokajpndmhajpebhoknkoei
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/vividfy-vivencie-as-cores/gapildemajokajpndmhajpebhoknkoei
คำอธิบาย This extension can change any web images through your navigation, just clicking in an single button. Made for dichromatic issues.
ขนาดไฟล์ 35.68 KB
จำนวนการติดตั้ง 152
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2018-05-13
วันที่เผยแพร่ 2018-05-13
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา DASH
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://dashagencia.com.br
ภาษาที่รองรับ pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Vividfy - Vivencie as Cores",
    "short_name": "Vividfy",
    "description": "This extension can change any web images through your navigation, just clicking in an single button. Made for dichromatic issues.",
    "version": "1.2",
    "manifest_version": 2,
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_popup": "hello.html",
        "default_icon": "hello_extensions.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "main.js"
            ]
        }
    ]
}