Author Topic: 90 Google Chrome Tricks You Might Not Know  (Read 140 times)

Online javajolt

  • Administrator
  • Hero Member
  • *****
  • Posts: 35126
  • Gender: Male
  • I Do Windows
    • windows10newsinfo.com
90 Google Chrome Tricks You Might Not Know
« on: March 26, 2021, 05:00:06 PM »
Here are 90 awesome features or google chrome tricks which will amaze you knowing that Google Chrome is what all about.

The first 10 of them can be found HERE. Read and know the first 10 tricks.

The next 20 of them can be found HERE. Read and know the next 20 tricks.

The next 30 of them can be found HERE. Read and know the next 30 tricks.


The chromium browser is simply awesome if you know how to use it and how to make the most out of it. So go ahead and apply these you will be amazed to know about these features:

  1. Use it as a calculator for basic calculation. Try typing 4*10 now!

  2. Open chrome://plugins to manage Chrome plugins. Note: These are not extensions. You
      will see the inbuilt PDF viewer, Native client and Flash etc. here.
 
  3. Open chrome://flags to explore experimental features. These are the features that
      Google is getting ready for future versions of Chrome. To test these out, you can click
      Enable next to the experiment and restart Chrome.

  4. Right click within the omnibox and select Edit Search Engines to change your default
      search engine or add a custom search engine.

  5. chrome://restart gives you an easy way to restart Chrome

  6. chrome://bookmarks opens bookmarks manager.

  7. Type in about:crash or about:kill to know how a crashed page looks like!

  8. chrome://settings opens up settings

  9. Open chrome://sync-internals/ view information related to Chromesync.

10. chrome://chrome-urls/ lists all available chrome:// URLs , explore it!

11. Drag Files to Attach and Upload (works on Gmail, Picasa, Facebook and Dropbox etc)
 
12. Drag Downloaded Files to Desktop – Drag files from the downloads bar (the one that
      come up on the bottom of Chrome while you download a file and after downloading) to
      desktop or any other folder you want to move it to.

13. Drag Text To Omnibox To Search (Try this now! select some text on this page, and drag
      it to the omnibox, to open Google search on the current tab.

14. Drag Text To Tab Bar To Search In New Tab: Drag it to the omnibar, that is the area
      above the addressbar next to the mew tab button, to open search in a new tab.

15. Drag Links To omnibox to open them in the current tab.

16. Drag Links to Tab Bar To Open In New Tab

17. Drag and drop files from your computer to Chrome addressbar to open with Chrome.
      This works with PDF files, images and html files.

18. Drag Links to Bookmarks Bar to Add Them To Bookmark

19. Drag a thumbnail from the Most Visited section of the new tab page to Apps section to
      create a new app for it. (They are redesigning the new tab page, so we might see this
      changing soon)

20. Hold Ctrl and click tabs to select multiple tabs and drag them away to make a new
      window with all selected tabs.

21. To search scripts, stylesheets and snippets by filename you can use: * Ctrl + O
      (Windows) * Cmd + O (Mac OSX)

22. To perform a text search within the current file you can use: * Ctrl + F (Windows) *
      Cmd + F (Mac OSX)

23. To do a text search across all files you can use: * Ctrl + Shift + F (Windows) * Cmd +
      Opt + F (Max OSX)

24. If you need to dig down deeper, it’s possible to filter for or navigate to a particular
      JavaScript function/method or CSS rule when viewing a file using: * Ctrl + Shift + O
      (Windows) * Cmd + Shift + O (Mac OSX)

25. The tools also support going to a specific line-number within the Sources editor. To
      launch the line number dialog when viewing a file you can use: * Ctrl + L (Windows) *
      CMD + L (Mac OSX)

26. On the Dev Console (Ctrl + Shift + J) try pasting the following code.
      console.log(‘%cWoohoo!’, ‘font-size: 300%’). You can do  do some cool stuff with %c.
      Play with more text and css etc!

27. Hold Shift while you refresh, for more refresh options.

28. On the Javascript console, click the { } icon to view minified javacript with better
      formatting (unminify)

29. You can do an audit of the code to see things like unused CSS rules. From the developer
      tools panel, open the Audits tab. Make sure that Audit Present State is selected, and hit
      Run

30. $0 to inspect selected element in console

source
« Last Edit: March 26, 2021, 05:01:08 PM by javajolt »