Android Source Raw

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

Android Source Rawとは何ですか?

Android Source Rawはryanjharterによって開発されたChromeの拡張機能で、その主な機能は「Adds raw option for Google's android.googlesource.com code view」です。

拡張機能のスクリーンショット

screenshot
screenshot

Android Source Raw拡張機能のCRXファイルをダウンロード

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"
            ]
        }
    ]
}