Text Bias Analysis

An extension to analyze the sentiment, political bias, and gender bias of selected text on any web page.

Text Bias Analysisคืออะไร?

Text Bias Analysis เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chrome-dev และคุณลักษณะหลักของมันคือ "An extension to analyze the sentiment, political bias, and gender bias of selected text on any web page."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Text Bias Analysis

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

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

                        Highlight text on any page with your mouse cursor, then click on the extension icon and in a few seconds you will see information on the text's sentiment, political bias, and gender bias! The extension utilizes IBM's sentiment api, The Bipartisan Press' political bias api, and a in-house developed gender analysis script. 

Please click "contact developer" on the extension's page for any feedback or if you have any issues using the extension.                    

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

ชื่อ Text Bias Analysis Text Bias Analysis
ID hnlcobnimdkcokpnjajchiekinmflaab
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/text-bias-analysis/hnlcobnimdkcokpnjajchiekinmflaab
คำอธิบาย An extension to analyze the sentiment, political bias, and gender bias of selected text on any web page.
ขนาดไฟล์ 64.64 KB
จำนวนการติดตั้ง 68
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2021-05-10
วันที่เผยแพร่ 2021-05-08
ผู้พัฒนา chrome-dev
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://su.org/
URL หน้าช่วยเหลือ https://su.org/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Text Bias Analysis",
    "description": "An extension to analyze the sentiment, political bias, and gender bias of selected text on any web page.",
    "version": "1.0.0",
    "icons": {
        "128": "su-icon.png"
    },
    "browser_action": {
        "default_icon": "assets\/icons\/su-icon.png",
        "default_popup": "popup.html",
        "default_title": "Text Bias Analysis"
    },
    "permissions": [
        "activeTab",
        ""
    ]
}