Перейти до основного вмісту

Публікації

Показано дописи з міткою "offline"

Встановлення Chrome extension оффлайн

Іноді потрібно встановити розширення Chrome на пристроях де немає можливості завантажити розширення, наприклад тому що обмежені завантаження з сайту Chrome. Here's what I did to get the CRX file. Note: You will need the Chrome Extensions's ID for this. I am referring it to as  $ID$ . You can get the  $ID$  from the URL of the Chrome Extension page. Go to Chrome's Extensions page (chrome://extensions/) Enable the developer mode (check the developer mode box) Click on the "Pack extension" button. Give the "Extension root directory" as  ~/.config/google-chrome/Default/Extensions/$ID$  for ubuntu,  C:\Users\<Your_User_Name>\AppData\Local\Google\Chrome\User Data\Default\$ID$  for windows,  ~/Library/Application Support/Google/Chrome/Default\$ID$  for OS X. Leave the "Private Key" field blank" and click "Pack extension". You will find the  .CRX  file in the same directory as  ~/.config/google-chrome/Default/Ex