SONAAR: Add Alts

This extension allows to add an alt text when posting images in social media.

SONAAR: Add Altsคืออะไร?

SONAAR: Add Alts เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sonaar.ciencias และคุณลักษณะหลักของมันคือ "This extension allows to add an alt text when posting images in social media."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SONAAR: Add Alts

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

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

                        SONAAR is a service that helps you create accessible content on your social networks (currently supported social networks are Twitter and Facebook).

When SONAAR detects that you are tweeting or posting an image, you will receive a notification with a proposed text description of the image that you can use in your tweet or post, thus ensuring that your contents reach a larger audience.

Additionally, if you are blind or visually impaired, you can request the use of SONNAR in other web pages. When you access a web page, you can ask SONAAR for a textual description for the images on the page, which will be automatically incorporated.

To ask for the textual description of the images on the page press Ctrl + Shift + s
You can then use tab to focus on the images that have new suggestions for descriptions, and press Ctrl + Shift + d to access the descriptions of the focused image.

By using SONAAR, you are agreeing to allow SONAAR to collect the text descriptions of the images that you tweet on Twitter or post on Facebook. SONAAR does not collect any identifying information, only the image and the text description.

SONAAR is an ongoing project which might occasionally stop working, especially whenever Twitter or Facebook update their user interfaces. When that happens, we will provide an update to SONAAR as soon as possible given our constraints.

SONAAR is also available as an Android application for when you are browsing the web on your smartphone or tablet. Look it up on the Google Play Store.                    

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

ชื่อ SONAAR: Add Alts SONAAR: Add Alts
ID fclfledfnfpilnpdhflpbpnboiohbmdl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sonaar-add-alts/fclfledfnfpilnpdhflpbpnboiohbmdl
คำอธิบาย This extension allows to add an alt text when posting images in social media.
ขนาดไฟล์ 189 KB
จำนวนการติดตั้ง 47
เวอร์ชันปัจจุบัน 1.5.3
อัปเดตครั้งล่าสุด 2021-08-17
วันที่เผยแพร่ 2021-04-07
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา sonaar.ciencias
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.di.fc.ul.pt/~cad/SONAAR/
URL หน้าช่วยเหลือ http://www.di.fc.ul.pt/~cad/SONAAR/documentation/doc.html
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SONAAR: Add Alts",
    "version": "1.5.3",
    "description": "This extension allows to add an alt text when posting images in social media.",
    "short_name": "sonaar-add-alts",
    "options_page": "options.html",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "https:\/\/accessible-serv.lasige.di.fc.ul.pt\/sonaar\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [],
            "js": [
                "md5.min.js",
                "locale\/en.js",
                "locale\/pt.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "md5.min.js",
            "endpoints.js",
            "background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "beep.wav"
    ],
    "browser_action": {
        "default_title": "Allows to add an alt text when posting images in social media.",
        "default_popup": "popup.html"
    }
}