==========debugging on Android phone
open developer tools console in Chrome on Android phonechrome extensions
panda mercury reader full page screen capture auto text expander grammarlyGmail Notifications On A Desktop
Show Gmail Notifications On A Desktop
Disable the Google Chrome Software Reporter Tool using file permissions
%localappdata%\ = C:\Users\User\AppData\Local\ Go to %localappdata%\google\chrome\User Data\SwReporter\39.195.200.3\ Right-click software_reporter_tool.exe and select Properties select Deny in the permissions list for all users. This will make sure the tool is not allowed to run automatically.Chrome Keyboard Shortcuts
Goal | Shortcut |
Open a new tab | Ctrl + T |
Close the current tab | Ctrl + W |
Reopen last tab closed | Ctrl + Shift + T |
View next tab | Ctrl + Alt + the right arrow key |
View previous tab | Ctrl + Alt + the left arrow key |
Jump to a specific tab | Ctrl and select the appropriate number |
Open a hyperlink in a new tab | Ctrl and click the link When the user presses CTRL, the page will be loaded in a new tab |
Open a link in a new window | Hold Shift and click the link When the user presses SHIFT, the page will be loaded in a new window. |
Put a cursor in the search bar | Ctrl + L |
Erase the current search | Ctrl + delete |
Highlight the next word in search | Shift + Alt + the right arrow key |
Highlight the last word in a search | Shift + Alt + the left arrow key |
Go back to the previous page | Press delete |
Go forward to the next page | Hold Shift + delete |
Reload the current page | Ctrl + R |
Open the find bar | Ctrl + F |
Scroll to the next keywords in find bar | Press Enter |
Scroll to previous keywords in the find bar | Hold Shift + Enter |
Save the current page as a bookmark | Ctrl + D |
Open the settings page | Ctrl + the Comma key |
Open the downloads page | Ctrl + Shift + J |
Open a new window | Ctrl + N |
Drag a tab out of your window | Click the tab and drag it downwards |
Close the current window | Ctrl + Shift + W |
Minimize the current window | Ctrl + M |
Maximize the current window | Hold Control and Command + F |
Scroll down the web page | Tap the Space Bar |
Quit Google Chrome | Ctrl + Q |
Jump to the last tab | Ctrl + the number nine |
Hide Google Chrome | Ctrl + H |
Log in as a different user | Ctrl + Shift and N |
Clear browsing data | Ctrl + Shift and Delete |
Search for selected text | Ctrl + E |
Action | Windows / Linux |
---|---|
Open whatever panel you used last | F12 or Control+Shift+I |
Open the Console panel | Control+Shift+J |
Open the Elements panel | Control+Shift+C |
Action | Mac | Windows / Linux |
---|---|---|
Show Settings | ? or Function+F1 | ? or F1 |
Focus the next panel | Control+] | |
Focus the previous panel | Control+[ | |
Switch back to whatever docking position you last used. If DevTools has been in its default position for the entire session, then this shortcut undocks DevTools into a separate window | Control+Shift+D | |
Toggle Device Mode | Control+Shift+M | |
Toggle Inspect Element Mode | Control+Shift+C | |
Open the Command Menu | Control+Shift+P | |
Toggle the Drawer | Escape | Escape |
Normal reload | F5 or Control+R | |
Hard reload | Control+F5 or Control+Shift+R | |
Search for text within the current panel. Not supported in the Audits, Application, and Security panels | Control+F | |
Opens the Search tab in the Drawer, which lets you search for text across all loaded resources | Control+Shift+F | |
Open a file in the Sources panel | Control+O or Control+P | |
Zoom in | Control+Shift++ | |
Zoom out | Control+- | |
Restore default zoom level | Control+0 | |
Run snippet | Press Control+O to open the Command Menu, type ! followed by the name of the script, then press Enter |
Action | Mac | Windows / Linux |
---|---|---|
Undo change | Control+Z | |
Redo change | Control+Y | |
Select the element above / below the currently-selected element | Up Arrow / Down Arrow | Up Arrow / Down Arrow |
Expand the currently-selected node. If the node is already expanded, this shortcut selects the element below it | Right Arrow | Right Arrow |
Collapse the currently-selected node. If the node is already collapsed, this shortcut selects the element above it | Left Arrow | Left Arrow |
Expand or collapse the currently-selected node and all of its children | Hold Option then click the arrow icon next to the element's name | Hold Control+Alt then click the arrow icon next to the element's name |
Toggle Edit Attributes mode on the currently-selected element | Enter | Enter |
Select the next / previous attribute after entering Edit Attributes mode | Tab / Shift+Tab | Tab / Shift+Tab |
Hide the currently-selected element | H | H |
Toggle Edit as HTML mode on the currently-selected element | Function+F2 | F2 |
Action | Mac | Windows / Linux |
---|---|---|
Go to the line where a property value is declared | Hold Control then click the property value | |
Cycle through the RBGA, HSLA, and Hex representations of a color value | Hold Shift then click the Color Preview box next to the value | Hold Shift then click the Color Preview box next to the value |
Select the next / previous property or value | Click a property name or value then press Tab / Shift+Tab | Click a property name or value then press Tab / Shift+Tab |
Increment / decrement a property value by 0.1 | Click a value then press Option+Up Arrow / Option+Down Arrow | Click a value then press Alt+Up Arrow / Alt+Down Arrow |
Increment / decrement a property value by 1 | Click a value then press Up Arrow / Down Arrow | Click a value then press Up Arrow / Down Arrow |
Increment / decrement a property value by 10 | Click a value then press Shift+Up Arrow / Shift+Down Arrow | Click a value then press Shift+Up Arrow / Shift+Down Arrow |
Increment / decrement a property value by 100 | Click a value then press Control+Up Arrow / Control+Down Arrow |
Action | Mac | Windows / Linux |
---|---|---|
Pause script execution (if currently running) or resume (if currently paused) | F8 or Control+\ | |
Step over next function call | F10 or Control+' | |
Step into next function call | F11 or Control+; | |
Step out of current function | Shift+F11 or Control+Shift+; | |
Continue to a certain line of code while paused | Hold Control and then click the line of code | |
Select the call frame below / above the currently-selected frame | Control+. / Control+, | Control+. / Control+, |
Save changes to local modifications | Control+S | |
Save all changes | Control+Alt+S | |
Go to line | Control+G | Control+G |
Jump to a line number of the currently-open file | Press Control+O to open the Command Menu, type : followed the line number, then press Enter | |
Jump to a column of the currently-open file (for example line 5, column 9) | Press Control+O to open the Command Menu, type :, then the line number, then another :, then the column number, then press Enter | |
Go to a function declaration (if currently-open file is HTML or a script), or a rule set (if currently-open file is a stylesheet) | Press Control+Shift+O, then type in the name of the declaration / rule set, or select it from the list of options | |
Close the active tab | Option+W | Alt+W |
Action | Mac | Windows / Linux |
---|---|---|
Delete all characters in the last word, up to the cursor | Option+Delete | Control+Delete |
Add or remove a line-of-code breakpoint | Focus your cursor on the line and then press Control+B | |
Go to matching bracket | Control+M | Control+M |
Toggle single-line comment. If multiple lines are selected, DevTools adds a comment to the start of each line | Control+/ | |
Select / de-select the next occurrence of whatever word the cursor is on. Each occurrence is highlighted simultaneously | Control+D / Control+U |
Action | Mac | Windows / Linux |
---|---|
Start / stop recording | Control+E |
Save recording | Control+S |
Load recording | Control+O |
Action | Mac | Windows / Linux |
---|---|
Start / stop recording | Control+E |
Action | Mac | Windows / Linux |
---|---|---|
Accept autocomplete suggestion | Right Arrow or Tab | Right Arrow or Tab |
Reject autocomplete suggestion | Escape | Escape |
Get previous statement | Up Arrow | Up Arrow |
Get next statement | Down Arrow | Down Arrow |
Focus the Console | Control+` | Control+` |
Clear the Console | Control+L | |
Force a multi-line entry. Note that DevTools should detect multi-line scenarios by default, so this shortcut is now usually unnecessary | Shift+Enter | |
Execute | Return | Enter |
Expand all sub-properties of an object that's been logged to the Console |
Hold Alt then click Expand
![]() |
Hold Alt then click Expand
![]() |
https://airhorner.com/manifest.json
in the screenshot above).https://events.google.com/io2016/
.Go offline
option in the Command Menu.#1
in the screenshot above) indicates how many times the service worker has been updated.
If you enable the update on reload checkbox you'll notice that the number increments on every page load.
Next to the status you'll see a start button (if the service worker is stopped) or a stop button (if the service worker is running).
Service workers are designed to be stopped and started by the browser at any time.
Explicitly stopping your service worker using the stop button can simulate that.
Stopping your service worker is a great way to test how your code behaves when the service worker starts back up again.
It frequently reveals bugs due to faulty assumptions about persistent global state.QuotaExceeded
exception is thrown) and reported by the navigator.storage
API.
The details of this padding vary from browser to browser, but for Google Chrome, this means that the minimum size that any single cached opaque response contributes to the overall storage usage is approximately 7 megabytes.
You should keep this in mind when determining how many opaque responses you want to cache, since you could easily exceeded storage quota limitations much sooner than you'd otherwise expect based on the actual size of the opaque resources.
Related Guides:
https://airhorner.com/scripts/comlink.global.js
.<iframe>
element embedded in the main document HTML.全局快捷键 | window | Mac |
---|---|---|
打开 开发者工具 | F12、Ctrl+Shift+I | Cmd+Opt+I |
打开 开发者工具 并聚焦到控制台 | Ctrl+Shift+J | Cmd+Shift+C |
刷新页面 | F5、Ctrl+R | Cmd+R |
刷新忽略缓存内容的页面 | Ctrl+F5、Ctrl+Shift+R | Cmd+Shift+R |
Elements 面板 | window | Mac |
---|---|---|
编辑属性 | Enter、双击属性 | Enter、双击属性 |
隐藏元素 | H | H |
切换为以HTML形式编辑 | F2 |
Styles 边栏 | window | Mac |
---|---|---|
转到源中属性值声明行 | Ctrl+点击属性值 | CMd+点击属性值 |
在颜色定义值之间循环 | Shift+点击颜色选取器框 | Shift+点击颜色选取器框 |
编辑下一个/上一个属性 | Tab、Tab+Shift | Tab、Tab+Shift |
控制台 | window | Mac |
---|---|---|
聚焦到控制台 | Ctrl+
| Ctrl+ |
清除控制台 | Ctrl+L | Cmd+K、Opt+L |
多行输入 | Shift+Enter | Ctrl+Return |
changes
, select diff
output that highlights the following:
diff
output automatically, so you don't have to scroll horizontally to see the changes in a single line.