Developer Notes

See and post notes on developer documentation.

Developer Notes क्या है?

Developer Notes Developer Notes द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "See and post notes on developer documentation."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Developer Notes एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Developer Notes Developer Notes
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"
}