Developer Notes
See and post notes on developer documentation.
什么是Developer Notes?
Developer Notes是由Developer Notes开发的Chrome扩展程序,该扩展的主要功能是“See and post notes on developer documentation.”。
扩展截图
下载Developer Notes扩展crx文件
下载Developer Notes扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Shared user-contributed notes, curated for accuracy and relevance, with hundreds of notes added by dozens of contributors, covering usage, relevant examples, references, and gotchas.
This extension supports:
• Unity Manual and Scripting Reference
• Unity Documentation
• Unity Package Documentation
• Unity Multiplayer Documentation
• Unreal Engine Documentation
• Unreal Python API Documentation
• Wwise Documentation
This extension uses Giscus (https://github.com/giscus/giscus) to link comments to GitHub discussions.
Disclaimer: This is an unofficial extension and isn't affiliated with or endorsed by Unity Technologies, Epic Games, or Audiokinetic. 扩展基本信息
| 名称 | |
| ID | fchdfdnnpkphopmdaochdfnmcahndmnb |
| 官方URL | https://chromewebstore.google.com/detail/developer-notes/fchdfdnnpkphopmdaochdfnmcahndmnb |
| 简介 | See and post notes on developer documentation. |
| 文件大小 | 31.03 KB |
| 安装次数 | 1,412 |
| 当前版本 | 1.0.4 |
| 更新时间 | 2023-03-09 |
| 上架时间 | 2020-04-05 |
| 评分 | 4.75/5 共16次评分 |
| 开发者 | Developer Notes |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/Developer-Notes-Extension |
| 帮助页面URL | https://github.com/orgs/Developer-Notes-Extension/discussions |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Developer Notes",
"version": "1.0.4",
"description": "See and post notes on developer documentation.",
"short_name": "Dev Notes",
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"96": "icons\/icon96.png",
"64": "icons\/icon64.png",
"128": "icons\/icon128.png"
},
"action": {
"default_popup": "content\/html\/upgrade_popup.html"
},
"permissions": [],
"host_permissions": [],
"background": {
"service_worker": "content\/js\/worker.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/docs.unity3d.com\/*",
"https:\/\/docs.unity.com\/*",
"https:\/\/docs-multiplayer.unity3d.com\/*",
"https:\/\/docs.unrealengine.com\/*",
"https:\/\/www.audiokinetic.com\/*"
],
"js": [
"content\/js\/content.js"
],
"run_at": "document_idle"
}
],
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAm0W2b1J6g2lMYyt0otuy+7mFsyhNG795S8cs1L50W9bEPLRw6vEqYeCpc4\/bvo\/xccI9RzGbWy4UY820dinlQekwfH1woYOdBHmErBn5NYNsgCxTeY7ncLQRzn9LcMYW06qurRiKFZvgx6mLvvDPloC\/KTIxwJvgHPF477iheju80znvNmOt5wGatq\/ZB2TdeZcOALYLnwlsmsaxZVxxfnRmy0cbLHsgOruVeKU2YHcU74IECIk7DXdy4MGnoPDwSLAjDomh3j2AjSpGHmaSBVyrfK2R\/L\/rEC0v\/8h3vAahuzIYgwHYOqU+tfQ5bD6tJ4CZE5Dff+o5mMs1VvI5dQIDAQAB"
} | |