Code References

Quickly find functions, elements, tags and methods of programming languages.

What is Code References?

Code References is a Chrome extension developed by Sep Dev, and its main feature is "Quickly find functions, elements, tags and methods of programming languages.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Code References Extension CRX File

Download Code References 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 find functions, elements, tags and methods of various programming languages in your browser.
Now supported:
HTML Reference;
CSS Reference;
JavaScript Reference;
Python Reference;
JQuery Reference;
Java Reference;
C++ Reference;
Angular JS Reference;
PHP Reference;
XML Reference;

Want more data added? Send the developer a message!                    

Extension Basic Information

Name Code References Code References
ID ghmkcmlnabaafkgdfolkmfjoflalelfd
Official URL https://chrome.google.com/webstore/detail/code-references/ghmkcmlnabaafkgdfolkmfjoflalelfd
Description Quickly find functions, elements, tags and methods of programming languages.
File Size 1.98 MB
Installation Count 867
Current Version 1.0.1
Last Updated 2017-03-24
Publish Date 2017-03-24
Rating 4.00/5 Total 4 Ratings
Developer Sep Dev
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Code References",
    "description": "Quickly find functions, elements, tags and methods of programming languages.",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": "assets\/icon_16.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "assets\/icon_16.png",
        "128": "assets\/icon_128.png"
    },
    "permissions": [
        "activeTab"
    ]
}