Code References

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

Code Referencesคืออะไร?

Code References เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sep Dev และคุณลักษณะหลักของมันคือ "Quickly find functions, elements, tags and methods of programming languages."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Code References

ดาวน์โหลดไฟล์ส่วนขยาย Code References ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Code References Code References
ID ghmkcmlnabaafkgdfolkmfjoflalelfd
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/code-references/ghmkcmlnabaafkgdfolkmfjoflalelfd
คำอธิบาย Quickly find functions, elements, tags and methods of programming languages.
ขนาดไฟล์ 1.98 MB
จำนวนการติดตั้ง 867
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2017-03-24
วันที่เผยแพร่ 2017-03-24
คะแนน 4.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Sep Dev
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    ]
}