Dev Links
All links a developer would need.
What is Dev Links?
Dev Links is a Chrome extension developed by R0land013, and its main feature is "All links a developer would need.".
Extension Screenshots
Download Dev Links Extension CRX File
Download Dev Links 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
Browse useful links for developers and designers, improve your productivity and stay focused.
Extension Basic Information
Name | Dev Links |
ID | eogoekcejgaaaodjgbhnlpmccdmboapb |
Official URL | https://chromewebstore.google.com/detail/dev-links/eogoekcejgaaaodjgbhnlpmccdmboapb |
Description | All links a developer would need. |
File Size | 373 KB |
Installation Count | 825 |
Current Version | 0.2.1 |
Last Updated | 2023-08-30 |
Publish Date | 2023-08-10 |
Rating | 3.00/5 Total 4 Ratings |
Developer | R0land013 |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/R0land013/dev-links |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "icon16.plasmo.6c567d50.png", "32": "icon32.plasmo.76b92899.png", "48": "icon48.plasmo.aced7582.png", "64": "icon64.plasmo.8bb5e6e0.png", "128": "icon128.plasmo.3c1ed2d2.png" }, "manifest_version": 3, "action": { "default_icon": { "16": "icon16.plasmo.6c567d50.png", "32": "icon32.plasmo.76b92899.png", "48": "icon48.plasmo.aced7582.png", "64": "icon64.plasmo.8bb5e6e0.png", "128": "icon128.plasmo.3c1ed2d2.png" }, "default_popup": "popup.html" }, "version": "0.2.1", "author": "https:\/\/github.com\/R0land013", "name": "Dev Links", "description": "All links a developer would need.", "options_ui": { "page": "options.html", "open_in_tab": true }, "permissions": [ "storage" ] } |