DevDocs
Quickly find DevDocs without wasting a tab
What is DevDocs?
DevDocs is a Chrome extension developed by MightySCollins, and its main feature is "Quickly find DevDocs without wasting a tab".
Extension Screenshots
Download DevDocs Extension CRX File
Download DevDocs extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension allows you to quickly open a tab and get straight into DevDocs.io even without an internet connection. It removes the need for a pinned tab and allows easy access to a great developer resource.
Extension Basic Information
Name | DevDocs |
ID | kfollpcdnbaimpmjhkoghaegiendpidj |
Official URL | https://chromewebstore.google.com/detail/devdocs/kfollpcdnbaimpmjhkoghaegiendpidj |
Description | Quickly find DevDocs without wasting a tab |
File Size | 25.52 KB |
Installation Count | 2,645 |
Current Version | 0.0.3 |
Last Updated | 2016-01-13 |
Publish Date | 2016-01-13 |
Rating | 4.64/5 Total 14 Ratings |
Developer | MightySCollins |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DevDocs", "short_name": "DevDocs", "author": "Sam Collins", "description": "Quickly find DevDocs without wasting a tab", "version": "0.0.3", "manifest_version": 2, "offline_enabled": true, "browser_action": { "default_icon": "icon32.png", "default_title": "DevDocs" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "icon16.png", "32": "icon32.png", "128": "icon128.png" } } |