Android Source Raw
Adds raw option for Google's android.googlesource.com code view
Android Source Raw là gì?
Android Source Raw là một tiện ích mở rộng Chrome được phát triển bởi ryanjharter, và tính năng chính của nó là "Adds raw option for Google's android.googlesource.com code view".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Android Source Raw
Tải xuống các tệp mở rộng Android Source Raw dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bilfmlekfijdkhjelnajfiganbicgkgo |
URL Chính Thức | https://chrome.google.com/webstore/detail/android-source-raw/bilfmlekfijdkhjelnajfiganbicgkgo |
Mô tả | Adds raw option for Google's android.googlesource.com code view |
Kích Thước Tệp | 26.78 KB |
Số Lần Cài Đặt | 248 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2014-12-18 |
Ngày Phát Hành | 2014-12-18 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | ryanjharter |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |