Android Source Raw

Adds raw option for Google's android.googlesource.com code view

Android Source Rawคืออะไร?

Android Source Raw เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ryanjharter และคุณลักษณะหลักของมันคือ "Adds raw option for Google's android.googlesource.com code view"

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

screenshot
screenshot

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

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

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

                        The Android Source Raw extension allows you to view unformatted source code files at android.googlesource.com to make copying and pasting fun and easy.                    

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

ชื่อ Android Source Raw Android Source Raw
ID bilfmlekfijdkhjelnajfiganbicgkgo
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/android-source-raw/bilfmlekfijdkhjelnajfiganbicgkgo
คำอธิบาย Adds raw option for Google's android.googlesource.com code view
ขนาดไฟล์ 26.78 KB
จำนวนการติดตั้ง 248
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2014-12-18
วันที่เผยแพร่ 2014-12-18
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา ryanjharter
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Android Source Raw",
    "description": "Adds raw option for Google's android.googlesource.com code view",
    "version": "1.0",
    "content_security_policy": "script-src 'self' https:\/\/android.googlesource.com; object-src 'self'",
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "permissions": [
        "tabs",
        "*:\/\/android.googlesource.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/android.googlesource.com\/*"
            ],
            "js": [
                "ref-inject-gitiles-raw.js"
            ]
        }
    ]
}