Bring me back Android Samples
This extensions handles links from the developer console to one of the samples.
Bring me back Android Samplesとは何ですか?
Bring me back Android SamplesはUnknownによって開発されたChromeの拡張機能で、その主な機能は「This extensions handles links from the developer console to one of the samples.」です。
拡張機能のスクリーンショット
Bring me back Android Samples拡張機能のCRXファイルをダウンロード
Bring me back Android Samples拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension looks up links on the Android Developer Reference website, and tries to match links to Android Samples. Instead of showing that f*** empty page from the doc, it just damn shows the sample instead!! That way you can always browse the source quickly from your browser instead of having to browse your hard drive and look up the sample code. And, you don't have to download the Android SDK! Just this tiny extension.
拡張機能の基本情報
名前 | Bring me back Android Samples |
ID | hahldanggafjgdnjpokhcigcjpflgpkm |
公式URL | https://chromewebstore.google.com/detail/bring-me-back-android-sam/hahldanggafjgdnjpokhcigcjpflgpkm |
説明 | This extensions handles links from the developer console to one of the samples. |
ファイルサイズ | 7.38 KB |
インストール数 | 95 |
現在のバージョン | 0.1.0 |
最終更新日 | 2013-02-20 |
公開日 | 2013-02-20 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Unknown |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bring me back Android Samples", "description": "This extensions handles links from the developer console to one of the samples.", "version": "0.1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "*:\/\/developer.android.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/developer.android.com\/*" ], "js": [ "BMBAS.js" ], "all_frames": true } ] } |