블로그 이미지
Every unexpected event is a path to learning for you.

카테고리

분류 전체보기 (2731)
Unity3D (814)
Programming (474)
Server (33)
Unreal (4)
Gamebryo (56)
Tip & Tech (228)
협업 (57)
3DS Max (3)
Game (12)
Utility (136)
Etc (96)
Link (32)
Portfolio (19)
Subject (90)
iOS,OSX (51)
Android (14)
Linux (5)
잉여 프로젝트 (2)
게임이야기 (3)
Memories (20)
Interest (38)
Thinking (38)
한글 (30)
PaperCraft (5)
Animation (408)
Wallpaper (2)
재테크 (18)
Exercise (3)
나만의 맛집 (3)
냥이 (10)
육아 (16)
Total
Today
Yesterday
03-29 07:22

'막힌 확장앱'에 해당되는 글 1건

  1. 2019.05.23 [펌] 구글 크롬의 막힌 확장앱을 사용하는 팁

사용하던 확장 프로그램이 막혀서 사용 불가가 된 경우에 사용해 볼 수 있는 간단한 팁입니다.

예를 들어서 youtube center라는 확장앱이 현재 막혀 있는 데요. 

https://bitbucket.org/YePpHa/youtube-center/downloads 에서 youtubecenter.crx 파일을 다운 받습니다.

다운받은 crx파일을 zip으로 확장자를 바꾸고 압축을 풉니다.

구글 크롬에서 설정의 확장프로그램을 연 후에 맨 위 우측의 개발자 모드를 선택하면

압축해제된 확장프로그램 로드를 선택할 수 있게 됩니다. 

압축해제된 확장프로그램 로드로 좀전에 풀어놓은 youtubecenter폴더를 선택하면 youtubecenter확장앱을 사용할 수 있는 상태가 됩니다.

제가 사용하던 몇가지 크롬앱들은 이 방법으로 가능했는데 모두 가능한지는 모르겠습니다.

^^

<주의점>

1. 로드한 폴더를 지우면 크롬에서도 지워지므로 반드시 지우지 않을 곳에 풀어 놓습니다.

2. 크롬 실행 시 개발자모드 확장 프로그램 사용중지 란 팜업이 뜨는 데 이 것이 싫다면 크롬 설정의 고급설정표시의 "chrome 종료 후에도 백그라운드 앱을 계속 실행"을 확성화(체크) 합니다.

3. 설치가 되지 않는 경우는 대부분 manifest_version 문제입니다. (아래글 참조)

 

몇가지 구글 검색 중 알게 된 항목이 있어서 추가합니다.

http://superuser.com/questions/767286/re-enable-extensions-not-coming-from-chrome-web-store-on-chrome-v35-with-enhan

- Developer mode route

1. Download the crx file and unpack the extension using your favorite decompresser. Take note of the directory where you placed it.

2. Open the extension page, activate "Developer Mode"

3. Click "Load unpacked extension..."

4. Search trough your directory tree for the directory where you unpacked your extension and click OK. If your extension is called "my extension" then select "my extension" directory.

Advantages: You don't have to install anything else. Disadvantages: Chrome nags you to disable the extension each start up.

- from release channel

Install the Dev or Canary version of Chrome. Just go to the corresponding link and install the browser. Note that the Canary version will install a parallel version of Chrome which will be independent.

Advantage: No nagging, you get the most newest features earlier. Disadvantages: You also get all the bugs earlier. Installing Canary effectively uses the double disk space than a single installation of Chrome and also you have to migrate all your extensions over

- 테스트 동영상을 추가합니다.

 

- youtube center 정식버전에서 fullscreen player에 문제가 있어서 개발자 버전링크를 합니다.
https://github.com/YePpHa/YouTubeCenter/wiki/Developer-Version

- 크롬 확장앱 crx를 풀어서 로드시에 설치가 안 되는 경우는 대부분 crx 파일을 만들 때 manifest file format을 지키지 않아서 생기는 문제입니다. "manifest_version": 2 은 반드시 정의 하도록 하고 있습니다.  이경우에는 manifest.json에 추가 하면 됩니다.
https://developer.chrome.com/extensions/manifest

 

 

[출처] https://www.clien.net/service/board/park/6081229

 

구글 크롬의 막힌 확장앱을 사용하는 팁입니다. : 클리앙

사용하던 확장 프로그램이 막혀서 사용 불가가 된 경우에 사용해 볼 수 있는 간단한 팁입니다. 예를 들어서 youtube center라는 확장앱이 현재 막혀 있는 데요. https://bitbucket.org/YePpHa/youtube-center/downloads 에서 youtubecenter.crx 파일을 다운 받습니다. 다운받은 crx파일을 zip으로 확장자를 바꾸고 압축을 풉니다. 구글 크롬에서 설정의 확장프로그램을 연 후에 맨 위 우측의 개발자 모

www.clien.net

 

반응형
Posted by blueasa
, |