Jo the Fish

Jo the Fish will swim around your browser and let you know if something smells fishy

Jo the Fishคืออะไร?

Jo the Fish เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://jothefish.com และคุณลักษณะหลักของมันคือ "Jo the Fish will swim around your browser and let you know if something smells fishy"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Jo the Fish

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

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

                        🏳️‍🌈Is that website supportive of LGBTQ+ rights? 

✊🏾Does the company support the BLM movement?

🍀Is that brand eco-friendly? 

💰Is that company investing money in the right places?

Jo the Fish is an extension that answers these questions, informing users of facts about the website that one visits. Our short-term mission is to help users make informed choices online by providing information of the website/company's mission and historical actions - good and bad. Our big-picture goal is to direct users to companies and websites with positive missions and  historical actions. We want to highlight, support, and celebrate these companies that brings good to our world! 

## Benefits of Jo the Fish

✅Easy and quick: Once you download Jo the Fish, you'll see Jo hanging around on the top right side of your browser. Whenever you visit a website, Jo the Fish will automatically change color, indicating whether the website/company has a positive, neutral, or negative mission and history.

ℹ️Informative: If you want to learn more details about the website, you can click on Jo the Fish and we will direct you to a page that gives you more extensive information regarding the company. 

🤝Interactive: You can be a part of our team with little effort! You can report any information you know about regarding websites or companies through Jo the Fish. That way, we can add more useful information to our database and have more people benefit from the information that YOU submit to us! You can do that here: http://shorturl.at/nO149

## Why is this important?

Today, there is a heightened attention given to making informed decisions online. People rightfully seek to support environmentally-friendly businesses, black-owned brands, LGBTQ+ supportive companies, and others. That said, Jo the Fish is important not because it is simply a "trend" but because it is *inherently* important to be informed of the world we live in and the companies we use our money in. 

As our world is becoming more and more digital every day, it will become more and more important to become informed online users as time passes - especially as there are more and more issues and actions that are being exposed and coming to light in the expansive online world.

## We're in this together.

Creating an online world with informed users is a collaborative effort - we all take part in this! That said, we encourage you to submit any and all information that you believe is important for other people visiting the websites that you visit. We are certain that there are people out there who would love to know that information about the websites they visit. 

Join our team being reaching out via our website: jothefish.com                    

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

ชื่อ Jo the Fish Jo the Fish
ID oaoapdpbgapbdiajgdkjcbjlfcoojeba
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/jo-the-fish/oaoapdpbgapbdiajgdkjcbjlfcoojeba
คำอธิบาย Jo the Fish will swim around your browser and let you know if something smells fishy
ขนาดไฟล์ 1.96 MB
จำนวนการติดตั้ง 811
เวอร์ชันปัจจุบัน 1.12.10
อัปเดตครั้งล่าสุด 2021-02-05
วันที่เผยแพร่ 2020-09-06
คะแนน 4.47/5 รวมทั้งหมด 17 คะแนน
ผู้พัฒนา http://jothefish.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.jothefish.com
URL หน้าช่วยเหลือ https://www.jothefish.com
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Jo the Fish",
    "version": "1.12.10",
    "description": "Jo the Fish will swim around your browser and let you know if something smells fishy",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage",
        "tabs",
        "notifications",
        ""
    ],
    "background": {
        "page": "index.html",
        "persistent": false
    },
    "page_action": {
        "default_title": "Jo the Fish",
        "default_popup": "index.html",
        "default_icon": {
            "16": "images\/jo_logo_icon_16.png",
            "32": "images\/jo_logo_icon_32.png",
            "48": "images\/jo_logo_icon_48.png",
            "128": "images\/jo_logo_icon_128.png"
        }
    },
    "icons": {
        "16": "images\/jo_logo_icon_16.png",
        "32": "images\/jo_logo_icon_32.png",
        "48": "images\/jo_logo_icon_48.png",
        "128": "images\/jo_logo_icon_128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'",
    "web_accessible_resources": [
        "images\/*.svg",
        "images\/sad_jo.png"
    ]
}