View source code of online HTML, CSS & JavaScript files

คืออะไร?

เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nire0510 และคุณลักษณะหลักของมันคือ "View source code of online HTML, CSS & JavaScript files"

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

screenshot
screenshot
screenshot

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

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

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

                        View source code of online HTML, CSS & JavaScript files.
The extension automatically downloads the source locally and opens the file in a rich code editor with syntax highlighting support, text search, code collapse and more.
If input is in the following format: protocol://domain/file_path:row:column it will automatically set the cursor in that position, a productivity booster when it comes to debugging.                    

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

ชื่อ <view-source>
ID dmfgkkcgfcaciolbfagclhaainpigkmd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/%3Cview-source%3E/dmfgkkcgfcaciolbfagclhaainpigkmd
คำอธิบาย View source code of online HTML, CSS & JavaScript files
ขนาดไฟล์ 60.13 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2017-06-27
วันที่เผยแพร่ 2017-06-27
คะแนน 3.33/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา nire0510
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "",
    "version": "1.1.0",
    "description": "View source code of online HTML, CSS & JavaScript files",
    "icons": {
        "128": "assets\/icons\/icon-128.png"
    },
    "permissions": [
        "*:\/\/*\/*",
        "notifications"
    ],
    "browser_action": {
        "default_icon": {
            "16": "assets\/icons\/icon-16.png",
            "24": "assets\/icons\/icon-24.png",
            "32": "assets\/icons\/icon-32.png"
        },
        "default_title": "",
        "default_popup": "app\/popup\/index.html"
    },
    "options_ui": {
        "chrome_style": true,
        "page": "app\/options\/index.html"
    },
    "background": {
        "scripts": [
            "app\/scripts\/event.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/code.jquery.com\/ https:\/\/cdnjs.cloudflare.com\/; object-src 'self'"
}