Friday, September 14, 2018

Chrome Tips



How to remove http:// adding in addressbar of google-chrome/firefox?
https://superuser.com/questions/503436/how-to-remove-http-adding-in-addressbar-of-google-chrome-firefox
So basically, just add a space to the start. Most commands don't even care if you keep the space in the parameters.
You can create a bookmark int the Bookmarks Bar, name it "GetHostname" and paste the following javascript code into the "URL" part of the bookmark:
javascript:(function(){
    function executeCopy(text) {
        var input = document.createElement('textarea');
        document.body.appendChild(input);
        input.value = text;
        input.focus();
        input.select();
        document.execCommand('Copy');
        input.remove();
    }
    executeCopy(window.location.hostname);
})();

https://www.dailydot.com/debug/best-hidden-features-google-chrome/

With the Screencastify extension, you can record all the screen activity—including audio—that occurs inside a tab

Several free photo-editing sites have released high-quality Chrome extensions, including FotorPixlr, and BeFunky.  

https://www.lifehack.org/articles/technology/20-killer-google-chrome-tips-and-tricks-you-cant-miss-for-sure.html
1. Open Multiple Pages on Start up
2.  Pin Tab
3. Display Home Button
4. Create desktop shortcuts of your favorite websites

In Chrome, you can turn the site into a desktop app to quickly access your favorite website. To make a shortcut, navigate to your favorite website, click the wrench icon select “Tools” and then click on “Create application shortcuts.”
5. Utilizing Omnibox

In Chrome, the URL address bar is also called as Omnibox, which can be used for simple mathematical queries. Just type the calculations or conversions directly in the Omnibox and press enter to see the results yourself.
7. Secret Mode
8. Task Manager
9. Change search engine in the omnibar

10. Change link or tab location
If you want to change the tab location or want to open a link at a specific tab location, you can hold the link or the tab, drag the link or the tab to a specific tab location. A small arrow will appear while dragging and dropping the link.

12. Drag and drop downloaded file
One of the coolest Chrome tips; drag and drop your downloaded file from your chrome browser. You need to drag the file from the Chrome download window and drop it to your any other file browser.


Press Ctrl-H, or go to Customize -> History, to open the history tab.

14. Resize Text Area
Google Chrome also allows you to resize the text area on any website. You’ll see two slanted lines at the bottom right corner of the “text area” drag it by using your mouse to resize the text area on the screen.

15. Use auto-fill

We always feel irritated typing our address again and again, but you might love Chrome’s AutoFill options that can recollect the information and save you from the repeat effort.

Go to settings -> Options -> Personal Stuff then choose “AutoFill options.” By selecting “Add address,” you can enter your details.

Use Ctrl+Tab to navigate Tabs one by one, Press Ctrl-1 to go to 1st Tab, Press Ctrl-2 to go to 2nd Tab, and so on. You can also switch to the last Tab by pressing Ctrl-9.

Go to Settings and look for Under the Hood Options then click on sign into “Google Cloud Print”. By doing so, you will be able to setup your printer account to use Google cloud print. You can print your document from wherever you are and you can even print to it from your mobile phone, PC at home or work, or any system that is connected to the internet.



What is Adblock Warning Removal List And How To Add It In Your Browser
https://www.itechtics.com/adblock-warning-removal-list/

https://wiki.millersville.edu/display/instructdocs/Print+from+a+Selection+-+Mac+OSX+-+Chrome+and+Firefox
Print from a Selection

http://interactivelogic.net/wp/2017/05/google-chrome-pro-tip-how-to-merge-multiple-tabs-from-two-google-chrome-windows-2/
How to Merge Multiple Tabs from Two Google Chrome Windows
Left-click the first tab in the window you want to merge. While holding the shift key, left-click the right most tab. All of tabs for the current window are now selected, so you can drag and drop them as as group on the other window.



  • Install Tab Scissors from the Chrome Web Store.
  • A scissor icon will be added to the right of the URL address bar.
  • Select the left most tab that you want to split off into another browser window. The tabs on the right will split off to a new window on the same side.

Labels

Review (572) System Design (334) System Design - Review (198) Java (189) Coding (75) Interview-System Design (65) Interview (63) Book Notes (59) Coding - Review (59) to-do (45) Linux (43) Knowledge (39) Interview-Java (35) Knowledge - Review (32) Database (31) Design Patterns (31) Big Data (29) Product Architecture (28) MultiThread (27) Soft Skills (27) Concurrency (26) Cracking Code Interview (26) Miscs (25) Distributed (24) OOD Design (24) Google (23) Career (22) Interview - Review (21) Java - Code (21) Operating System (21) Interview Q&A (20) System Design - Practice (20) Tips (19) Algorithm (17) Company - Facebook (17) Security (17) How to Ace Interview (16) Brain Teaser (14) Linux - Shell (14) Redis (14) Testing (14) Tools (14) Code Quality (13) Search (13) Spark (13) Spring (13) Company - LinkedIn (12) How to (12) Interview-Database (12) Interview-Operating System (12) Solr (12) Architecture Principles (11) Resource (10) Amazon (9) Cache (9) Git (9) Interview - MultiThread (9) Scalability (9) Trouble Shooting (9) Web Dev (9) Architecture Model (8) Better Programmer (8) Cassandra (8) Company - Uber (8) Java67 (8) Math (8) OO Design principles (8) SOLID (8) Design (7) Interview Corner (7) JVM (7) Java Basics (7) Kafka (7) Mac (7) Machine Learning (7) NoSQL (7) C++ (6) Chrome (6) File System (6) Highscalability (6) How to Better (6) Network (6) Restful (6) CareerCup (5) Code Review (5) Hash (5) How to Interview (5) JDK Source Code (5) JavaScript (5) Leetcode (5) Must Known (5) Python (5)

Popular Posts