Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Google Dev Tools 簡介
Search
Lindsay Hsieh
August 12, 2013
Technology
0
59
Google Dev Tools 簡介
Lindsay Hsieh
August 12, 2013
Tweet
Share
More Decks by Lindsay Hsieh
See All by Lindsay Hsieh
前端攻城獅?一堂適合小獅子的入門分享 / 謝小雨
lindsayrain
1
380
APP研究會小聚 - 學習類型
lindsayrain
1
150
Introducing the Pecha Kucha
lindsayrain
1
93
Other Decks in Technology
See All in Technology
Snowflake Intelligenceにはこうやって立ち向かう!クラシルが考えるAI Readyなデータ基盤と活用のためのDataOps
gappy50
0
270
Generative AI Japan 第一回生成AI実践研究会「AI駆動開発の現在地──ブレイクスルーの鍵を握るのはデータ領域」
shisyu_gaku
0
300
Terraformで構築する セルフサービス型データプラットフォーム / terraform-self-service-data-platform
pei0804
1
190
現場で効くClaude Code ─ 最新動向と企業導入
takaakikakei
1
250
slog.Handlerのよくある実装ミス
sakiengineer
4
310
TS-S205_昨年対比2倍以上の機能追加を実現するデータ基盤プロジェクトでのAI活用について
kaz3284
1
190
大「個人開発サービス」時代に僕たちはどう生きるか
sotarok
20
10k
バイブスに「型」を!Kent Beckに学ぶ、AI時代のテスト駆動開発
amixedcolor
2
570
RSCの時代にReactとフレームワークの境界を探る
uhyo
10
3.5k
スマートファクトリーの第一歩 〜AWSマネージドサービスで 実現する予知保全と生成AI活用まで
ganota
2
260
はじめてのOSS開発からみえたGo言語の強み
shibukazu
1
760
複数サービスを支えるマルチテナント型Batch MLプラットフォーム
lycorptech_jp
PRO
1
770
Featured
See All Featured
GitHub's CSS Performance
jonrohan
1032
460k
Mobile First: as difficult as doing things right
swwweet
224
9.9k
Building Better People: How to give real-time feedback that sticks.
wjessup
368
19k
Embracing the Ebb and Flow
colly
87
4.8k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
27k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
920
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
12
1.1k
Designing for humans not robots
tammielis
253
25k
Visualization
eitanlees
148
16k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
46
7.6k
Transcript
Google Dev Tools 簡介 edited by lindsay.hsieh 20121126
Setting
None
示範 style範例 pause範例
Console 檢視整個網頁的文字部份 document.body.innerText 複製語法 copy() copy( document.body.innerText ) 清除 clear();
Console 你最近選取的element上 $0; $1; $2; 檢查元素指定 id 的物件 inspect( wrapper
);
Console 檢查元素指定 id 的物件,列出 JavaScript 物件 屬性 dir ( wrapper
); 檢查元素指定 id 的物件,使用 html 樹狀結構呈 現 dirxml( wrapper );
None
示範 範例
None
HAR reader http://ericduran.github. com/chromeHAR/
source video http://www.youtube.com/watch?v=BaneWEqNcpE http://www.youtube.com/watch?v=yO-TfKT2O_4 slides http://www.igvita.com/slides/2012/devtools-tips-and-tricks/