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.」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" ] } |