SAS Graphics Accelerator

Enables users with visual impairments or blindness to create, explore, and share data visualizations.

什麼是SAS Graphics Accelerator?

SAS Graphics Accelerator是由sas-chrome-admins開發的Chrome擴展程式,該擴展的主要功能是“Enables users with visual impairments or blindness to create, explore, and share data visualizations.”。

擴展截圖

screenshot
screenshot
screenshot

下載SAS Graphics Accelerator擴展crx文件

下載SAS Graphics Accelerator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        SAS Graphics Accelerator enables users with visual impairments or blindness to create, explore, and share data visualizations. It supports alternative presentations of data visualizations that include enhanced visual rendering, text descriptions, tabular data, and interactive sonification. Sonification uses non-speech audio to convey important information about the graph. See the SAS Graphics Accelerator product page at http://support.sas.com/software/products/graphics-accelerator/ for sample graphs, documentation, and more.
 
Feedback
Your feedback will help shape the next release of SAS Graphics Accelerator. Please send questions or comments to [email protected].

Permissions
SAS Graphics Accelerator requires the following browser permissions:
* The "Read your browsing history" permission is required for users to access accessible alternative presentations of graphs and tables within inline frames, also known as "iframes", within web pages and web apps.
* The "Manage your downloads" permission is required for users to quickly access accessible graphs and other files that are saved to the Downloads folder.
 
License Agreement
Your use of this product indicates your acceptance of the terms of the SAS Institute Inc. License Agreement for SAS Graphics Accelerator, available here: http://support.sas.com/legaldocs/Graphics_Accelerator_Chrome.pdf. If you do not agree with these terms, you are not authorized to use the product.                    

擴展基本資訊

名稱 SAS Graphics Accelerator SAS Graphics Accelerator
ID ockmipfaiiahknplinepcaogdillgoko
官方網址 https://chromewebstore.google.com/detail/sas-graphics-accelerator/ockmipfaiiahknplinepcaogdillgoko
簡介 Enables users with visual impairments or blindness to create, explore, and share data visualizations.
檔案大小 38.92 MB
安裝次數 2,226
目前版本 5.6.11.13014
更新時間 2023-05-14
上架時間 2020-06-23
評分 4.50/5 共 2 次評分
開發者 sas-chrome-admins
電子郵箱 [email protected]
付費類型 free
擴展官網 http://support.sas.com/software/products/graphics-accelerator/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SAS Graphics Accelerator",
    "default_locale": "en",
    "description": "Enables users with visual impairments or blindness to create, explore, and share data visualizations.",
    "version": "5.6.11.13014",
    "minimum_chrome_version": "88",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "icon_32.png",
        "default_title": "SAS Graphics Accelerator",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "file:\/\/\/*",
                ""
            ],
            "all_frames": true,
            "match_about_blank": true,
            "js": [
                "content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*\/maps\/d\/edit?*",
                "https:\/\/*\/maps\/d\/viewer?*",
                "https:\/\/*\/maps\/d\/u\/*\/edit?*",
                "https:\/\/*\/maps\/d\/u\/*\/viewer?*"
            ],
            "all_frames": true,
            "js": [
                "content_google_mymaps.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; img-src 'self' data:; object-src 'none';frame-ancestors 'none'; style-src 'self' 'unsafe-inline'"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "icons": {
        "32": "icon_32.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "unlimitedStorage",
        "downloads",
        "webNavigation"
    ],
    "short_name": "Accelerator",
    "web_accessible_resources": [
        {
            "resources": [
                "earcon-alert.mp3",
                "invisible-beacon.png",
                "validateIFrame.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}