preface

For those of us engaged in the IT industry, we use Chrome almost all the time, because IT brings great convenience to our work and life. Today I’m going to share with you 11 awesome Chrome add-ons I’ve used. You might want to like the first three of them.

1. Google Translate

Many friends, English is not good, including myself, English just passed cet-4. It is sometimes difficult to engage in software-related work, because many excellent technical websites, books or articles are written by foreigners. If we give up reading because we cannot understand it, we will lose a lot of opportunities to learn and make progress.

The first thing I shared today is Google Translate.

Before didn’t use Google translation, access docs.mongodb.com/drivers/jav…

Using the Google Translate plugin (which is now a built-in tool for Chrome) :

When I see the page, it becomes completely consistent:

All of a sudden the content of the page became Chinese. Happiness comes so suddenly, hahaha.

2. Github Accelerator

Github, which claims to be the number one gay dating site in the world, is a programmer’s paradise with all sorts of fun open source projects. Many programming enthusiasts, adhering to the spirit of Share, like to submit their excellent code to Github, which can be seen by more people and help more people.

However, accessing Github in China is very slow, which is a major headache for many programmers.

You can useMaking the acceleratorPlug-in:After enabling the plug-in function, visit this page again:

After 2 seconds, you’ll be happy to visit Github.

3. Octotree

The default project presentation page on Github is not very user friendly. If you want to find a file, you have to click one layer at a time to find the file. By default, the content is displayed in a tile, not in a tree structure.

The default page looks like this:

If you have Octotree installed:

After that, a tree directory was added:

It is very convenient to find a file.

4. Infinity

I don’t know if you’ve ever thought:

  1. Feel that their browser home page is too low, want to change the background, do not know how to change.

  2. Want to bookmark their own sites, in a visible place, so that they are easy to access.

  3. Want to put the search engine on the home page can see all at once.

Congratulations, these needs chrome artifact: Infinity can help you achieve.

The Infinity plugin needs to be installed:

When you open your browser, the following page will pop up:

You can customize any website you like:

In addition, the home page of the lower right corner of the small windmill, click can automatically switch a beautiful background picture. It is said that a little windmill every day, every day will have a good mood.

Recently, I accidentally got a copy of the notes written by a big boss of BAT factory. All of a sudden, I got through to both my supervisor and my supervisor. I felt that the algorithm was not as difficult as I imagined. BAT boss wrote the brush notes, let me get the offer soft

5. vue.js devtools


React and Vue rule, if you’ve been around the front end. As a back-end developer myself, I use VUE more, which works with Element UI to greatly improve the efficiency of page development.

What if something goes wrong with your code while it’s running and you want to debug it? Using traditional debugger mode is not a no-no, but I recommend a better debugging method.

The vue.js devTools plugin needs to be installed:

After that, when you visit the page, you can debug:

Most of what you want to see is here. Isn’t that amazing?

6. ImageAssistant

In our daily work or life, we often need to upload and download pictures. If we like some pictures when browsing the web, we need to manually download them one by one, which is very inconvenient.

Sometimes it is necessary to edit the uploaded picture, adjust the text size and style, add some watermarking effect and so on. We generally need to use professional picture tools first, edit the picture, and then re-upload, very troublesome.

Is there a piece of software that can help us solve these problems?

The answer is yes, using Google’s ImageAssistant plugin:

After that, choose to extract the picture of this page when visiting the page:

The following page will appear:

This page shows all the pictures in the previous page, including the size and other information, can be downloaded in batches.

In addition, you can edit uploaded images:

See here, do you love it? I can’t put it down.

7. LastPass

With the booming development of the Internet, there are more and more websites, most of which require users to register and log in themselves in order to keep users’ stickiness. For security, the password must contain digits, letters, special characters, and case sensitive characters. The password must be 8 to 10 characters long.

For convenience, you can set all your passwords to the same, but the risk is too high that if you give them away, all your information will be exposed on every website. So let’s make it different so we can sleep better.

That’s fine if you’ve only signed up for one or two websites, but if you’ve signed up for dozens or even hundreds of websites, how many passwords can you remember?

The answer is no, and there is an urgent need for a secure password management tool.

Here comes another Chrome gem :LastPass.

It requires registration, which is easy to do. Then add the address, user name and password of the website you want to visit. If you want to visit the website in the future, you can click it directly. You do not need to re-enter the user name and password, which is convenient for quick access and automatic login.

LastPass is very powerful, and there are other plug-ins like it: 1Password, Bitwarden, and more.

8. adblock

When we are browsing the web, we often find that advertising is as ubiquitous as dog skin plaster. Some pages and even advertisements take up half of the screen, and we have to sort out the real valuable information with our naked eyes every time, which is quite maddening and greatly increases the search time. This is also the main reason why many people prefer to search information by Google rather than baidu.

Is there a way to block out some of the redundant ads so that we can see the purified page content?

The answer is yes, with AdBlock, currently the number one free AD blocker in the world.

The AdBlock plugin needs to be installed:

After that, you can use AdBlock to block ads. One way is to customize the interception rules, but this is a bit more complicated and needs to be studied carefully. There is another manual method, which is relatively simple: right-click on the AD you want to block and select the option in AdBlock from the popover tools window.

Well, the world is at peace.

9. markdown nice

For some of the friends who write the public number, the time spent on the article typesetting may be more than the time to write an article. In order to solve the typesetting problem of writing articles, some powerful typesetting tools, such as MD2all and Markdown Nice, have been created to free up their hands and allow them to spend more time on content.

The Markdown Nice plugin needs to be installed:

After that, when writing articles in the public account background, you just focus on writing articles about Markdown syntax, then choose a theme and code theme, and hand the rest over to the plugin.

The final text will automatically generate the left half of the style, isn’t that nice?

10. The nuggets

In China, programmers usually like to visit technical websites, such as CSDN, Blog Park, Open Source China, Sifu, 51CTO, Nuggets, etc. Especially in recent years, nuggets has become more and more popular among programmers. It is a website that helps programmers grow.

In order to access technical articles, you need to visit juejin.

If you have installed the nuggets plug-in:

Then, when you open Chrome, the default home page is gold, saving us a lot of time.

It contains two big chunks: nuggets and Github.

Nuggets can be filtered by type, such as: back end, front end, IOS, AI, etc., as well as popular and latest filtered articles.

Github can query the top open source projects by popular and new, as well as by time: today, this week, this month.

Isn’t that what we’ve always wanted? It’s fantastic.

11. JSONView

JSON data format is simple, structured, and hierarchical. It is the most commonly used data format by developers. Currently, it is the first value returned by most interfaces.

Sometimes when accessing get request data in a browser, the interface returns so many values that it is impossible to see the hierarchy and structure of the data at a glance. In this case, many people might think that copying the data to some online Json tool or using Postman to send requests would be a pleasant way to browse the formatted data.

It’s not impossible. What I’m trying to say is, there’s an easier way to do it. You can easily access and browse formatted data in your browser by installing a Chrome plugin. The name of this plug-in is JSONView.

Later, when you access the interface, you can see more user-friendly data:

Forget it. This is what I want.

Recently, I accidentally got a copy of the notes written by a big boss of BAT factory. All of a sudden, I got through to both my supervisor and my supervisor. I felt that the algorithm was not as difficult as I imagined. BAT boss wrote the brush notes, let me get the offer soft

In fact, in my actual work and life, I have used far more than these 11 plug-ins. Due to well-known reasons, many good plug-ins are not easy to share, if you are interested in friends, you can pay attention to my public number, find my private chat, absolutely worthwhile trip.

One last word (attention, don’t fuck me for nothing)

If this article is of any help or inspiration to you, please scan the QR code and pay attention to it. Your support is the biggest motivation for me to keep writing.

Ask for a key three even: like, forward, look.

Pay attention to the public account: [Su SAN said technology], in the public account reply: interview, code artifact, development manual, time management have excellent fan welfare, in addition reply: add group, can communicate with a lot of BAT big factory seniors and learn.