Pluralsight

Quickly find the content you need from Pluralsight’s Skills, all within your web browser.

什么是Pluralsight?

Pluralsight是由Pluralsight开发的Chrome扩展程序,该扩展的主要功能是“Quickly find the content you need from Pluralsight’s Skills, all within your web browser.”。

扩展截图

screenshot
screenshot

下载Pluralsight扩展crx文件

下载Pluralsight扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Pluralsight’s Google Chrome extension allows you to quickly find the content you need from Pluralsight’s Skills, all within your web browser.

With our extension, you can use Pluralsight’s search from within Google Chrome to get immediate access to content covering the most relevant and in-demand technologies, including cloud, mobile, security, IT, and data. You’ll get search results from our content library, including video courses, video course clips, paths, interactive courses, projects, and guides.

Our extension also surfaces direct links to Pluralsight content search from relevant sites like Google and StackOverflow search results.                    

扩展基本信息

名称 Pluralsight Pluralsight
ID ciiahnddlacbfcmcchnhfnoklmacglfh
官方URL https://chrome.google.com/webstore/detail/pluralsight/ciiahnddlacbfcmcchnhfnoklmacglfh
简介 Quickly find the content you need from Pluralsight’s Skills, all within your web browser.
文件大小 54.37 KB
安装次数 14,136
当前版本 1.8
更新时间 2020-08-05
上架时间 2020-05-01
评分 5.00/5 共1次评分
开发者 Pluralsight
电子邮箱 [email protected]
付费类型 free
扩展官网 https://pluralsight.com
帮助页面URL https://help.pluralsight.com/help
隐私政策页面URL https://www.pluralsight.com/privacy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pluralsight",
    "description": "Quickly find the content you need from Pluralsight\u2019s Skills, all within your web browser.",
    "version": "1.8",
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.pluralsight.com\/*",
                "https:\/\/pluralsight.com\/*",
                "https:\/\/www.pluralsight.com\/*",
                "*:\/\/www.google.com\/*",
                "*:\/\/google.com\/*",
                "*:\/\/stackoverflow.com\/questions\/*",
                "https:\/\/dev-portal.pluralsight.com\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "js\/vendor.js",
            "js\/background.js"
        ]
    },
    "permissions": [
        "storage",
        "contextMenus"
    ]
}