- Created by nire0510
- 🗓 Last Updated: 20/02/21 00:32:01
- 🌟 Stars on GitHub: 11
- Please consider supporting the creator by Starring or Sponsoring them on GitHub!
- Get Source Code
From their README
D2 - Developer Documentation
Quick access to popular libraries, frameworks & tools online developer documentation.
With all these great frameworks & libraries out there, it's hard to master each one of them. D2 (Developer Documentation) provides links to online documentation of the most popular frameworks, libraries and other development tools, so you’ll able to get some answers quickly.
D2 is available both as Chrome extension and Alfred Workflow.
Alfred Workflow
D2 workflow for Alfred can be downloaded from Packal.
Chrome Extension
Installation
- Open D2 page on Chrome Web Store
- Click on the blue "Add to Chrome" button
- Confirm installation by clicking on the "Add extension" button
How To Use
- Click on the extension's logo to open the links list.
Alternatively, you can set a keyboard shortcut on Chrome Extensions page (chrome://extensions/ >> Keyboard shortcuts) - Open a link:
- Type a tool's name and press enter, or:
- Click on the search icon, type a tool's name and click on its link, or:
- Scroll down with your mouse and click on any link
Submit a New Link
- Open D2 repository on Github
- Make sure the link is not already in the file
- Edit
data.json
file - Add your link object to the bottom of the array:
{ "name": "Tool's name as appear on its website", "description": "Tool's description as appear on its website, up to 100 characters", "tags": ["lowered", "case", "tags"], "link": "direct link to documentation / api page, e.g. https://emberjs.com/api/", "timestamp": "current date as YYYY-MM-DD, e.g. 2017-01-01", "credit": "your_username@some_website, e.g. nire0510@github" }
- Submit your PR