Chrome plug in mining
Publish: 2021-05-14 21:48:05
1. There are no coins
2. It is recommended to install 360 security guard and its browser, with mining protection
3. In fact, there are various categories of chrome plug-ins. In each category, there are very useful plug-ins, shopping plug-ins, development group plug-ins and so on. It depends on what you use it for. If you use it normally, it is recommended that you go to the chrome plug-in website to check the recommendation of excellent chrome plug-ins http://www.cnplugins.com/zhuanti/
4.
What are you doing chrome://extensions Interface, find the plug-in you want to debug
open the developer mode in the upper right corner, and then click the new view to see a new developer tool (chrome devtools)
for details, you can refer to the official document of chrome: debugging extension
5. Open the extender page
open the extender in the "more tools" item in the chrome menu. Of course, you can also open the settings item and then open the extender page. We can see that there is a "package extension" option<
find the extension directory
the extensions installed by chrome are actually saved on the local disk. The default storage directory of chrome extensions in win7 system is: C: & # 92; Users\ Administrator\ AppData\ Local\ Google\ Chrome\ User
Data\ Default\ Extensions
(where administrator is the current system user and mine is administrator). After finding the directory, you can see that there are many n-letter file names in the directory<
view the ID of the extensions that need to be packaged
in the extensions page of chrome, you can see the ID (all unique) and version of each installed extension. Version is necessary. For example, the version of this extension is 3.1.4
find the folder corresponding to the extension program
after knowing the ID and version number, go to the extensions directory to find the folder corresponding to the ID
after opening the folder, find the corresponding version number. You can also look at the files in the folder
package extension
1. Open the "package extension" button in the extension page
2. Select the root directory of the extension to package
the root directory of the extension is the folder named version number under the extension ID directory in the extensions directory of chrome. For example, the ID is 3.1.4_ 0
3. Generate packaged CRX file
select the directory, and finally click "package extension program". After packing, you will be prompted the location of the packed file, which is actually in the folder named ID
to install an extender
to install an extender, drag the. CRX file directly to the extender page of chrome
if you want to add, click Add.
open the extender in the "more tools" item in the chrome menu. Of course, you can also open the settings item and then open the extender page. We can see that there is a "package extension" option<
find the extension directory
the extensions installed by chrome are actually saved on the local disk. The default storage directory of chrome extensions in win7 system is: C: & # 92; Users\ Administrator\ AppData\ Local\ Google\ Chrome\ User
Data\ Default\ Extensions
(where administrator is the current system user and mine is administrator). After finding the directory, you can see that there are many n-letter file names in the directory<
view the ID of the extensions that need to be packaged
in the extensions page of chrome, you can see the ID (all unique) and version of each installed extension. Version is necessary. For example, the version of this extension is 3.1.4
find the folder corresponding to the extension program
after knowing the ID and version number, go to the extensions directory to find the folder corresponding to the ID
after opening the folder, find the corresponding version number. You can also look at the files in the folder
package extension
1. Open the "package extension" button in the extension page
2. Select the root directory of the extension to package
the root directory of the extension is the folder named version number under the extension ID directory in the extensions directory of chrome. For example, the ID is 3.1.4_ 0
3. Generate packaged CRX file
select the directory, and finally click "package extension program". After packing, you will be prompted the location of the packed file, which is actually in the folder named ID
to install an extender
to install an extender, drag the. CRX file directly to the extender page of chrome
if you want to add, click Add.
6.
Use developer mode:
-
on the Chrome extension management page, check developer mode
-
and then browse the third-party extension folder (not packaged), or drag the third-party extension installation package CRX format to install
-
to install the plug-in as a developer mole, you can install it successfully
7. " Extension & quot; And & quot; Plug in;, In fact, they are all a form of software components. Chrome just gives two types of components their proper names, one is & quot; Extension & quot;, The other is & quot; Plug in & quot
extension refers to a component that extends browser functions by calling the chrome API provided by chrome. It works at the browser level and is developed in HTML + JavaScript language [*]. For example, the famous Adblock plus
plug (plug -
in) refers to a component that extends kernel functions by calling WebKit kernel npapi
and works at the kernel level. Theoretically, it can be developed in any language that generates local binary programs, such as C / C + +, Delphi, etc. For example, flash
player plug-in belongs to this type. The & lt; object> Or & lt; embed>
the part of label declaration depends on the plug-in to render
as for the question of which function has more functions, we can't compare them. We have different emphases. If you want to realize a function of automatically counting the websites you visited and their respective time, you need to use extension technology; If you want to implement a function that allows your browser to render AutoCAD files, you need to use plug-in technology
note:
* Chrome extension itself also supports plug-in mole, which can be developed with C / C + + and other languages. For example, the screenshot extension of Web QQ uses this function
in addition, the most intuitive one can be seen from the management of chrome:
plug in management page: chrome://plugins/
expand management page: chrome://extensions/
extension refers to a component that extends browser functions by calling the chrome API provided by chrome. It works at the browser level and is developed in HTML + JavaScript language [*]. For example, the famous Adblock plus
plug (plug -
in) refers to a component that extends kernel functions by calling WebKit kernel npapi
and works at the kernel level. Theoretically, it can be developed in any language that generates local binary programs, such as C / C + +, Delphi, etc. For example, flash
player plug-in belongs to this type. The & lt; object> Or & lt; embed>
the part of label declaration depends on the plug-in to render
as for the question of which function has more functions, we can't compare them. We have different emphases. If you want to realize a function of automatically counting the websites you visited and their respective time, you need to use extension technology; If you want to implement a function that allows your browser to render AutoCAD files, you need to use plug-in technology
note:
* Chrome extension itself also supports plug-in mole, which can be developed with C / C + + and other languages. For example, the screenshot extension of Web QQ uses this function
in addition, the most intuitive one can be seen from the management of chrome:
plug in management page: chrome://plugins/
expand management page: chrome://extensions/
8. Chrome browser is a multi process browser. Many plug-ins have their own processes. Moreover, Chrome browser also provides users with a "task manager" tool, through which you can see which plug-ins or extensions take up memory, CPU, network and other resources
1. How to open the task manager tool
select tools - & gt; Task manager "or use the shortcut key" Shift + ESC "(under win8)
2. View the resources occupied by the plug-in, and then "enable" or "disable" it through the "extender" to clean up the plug-ins that occupy more resources
3. If you don't want to use any plug-ins, you can use the "safe mode" of Chrome browser
to open "safe mode": right click the chrome icon on the taskbar and select properties. Add – no extensions after the target, and then click OK. Then close all chrome browsers and use this icon shortcut to open them
to turn off "safe mode": just remove the "– no extensions" parameter and re open chrome.
1. How to open the task manager tool
select tools - & gt; Task manager "or use the shortcut key" Shift + ESC "(under win8)
2. View the resources occupied by the plug-in, and then "enable" or "disable" it through the "extender" to clean up the plug-ins that occupy more resources
3. If you don't want to use any plug-ins, you can use the "safe mode" of Chrome browser
to open "safe mode": right click the chrome icon on the taskbar and select properties. Add – no extensions after the target, and then click OK. Then close all chrome browsers and use this icon shortcut to open them
to turn off "safe mode": just remove the "– no extensions" parameter and re open chrome.
Hot content