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
- 크롬 확장앱 crx를 풀어서 로드시에 설치가 안 되는 경우는 대부분 crx 파일을 만들 때 manifest file format을 지키지 않아서 생기는 문제입니다. "manifest_version": 2 은 반드시 정의 하도록 하고 있습니다. 이경우에는 manifest.json에 추가 하면 됩니다. https://developer.chrome.com/extensions/manifest
구글의 브라우저 크롬에서는 구글 계정으로 로그인하여 사용자 설정을 각각 유지하면서 사용할 수 있도록 하는 기능이 있다. 처음에 사용자를 추가할 때에 바탕화면에 바로가기를 추가할 수 있으나 그렇게 하지 않은 경우에 나중에 추가하려고 할 때의 방법은 다음과 같다. 바탕화면에 만들어진 바로가기의 속성을 보면 다음과 같다.
이 directory의 상위 directory를 확인해 보면 Profile 2, 3 등 다른 사용자의 directory도 보인다. 그들 중 내가 원하는 사용자의 directory를 찾아서 기존에 만들어진 바로가기를 복사한 후에 속성을 바꾸어 만들어 줄 수 있을 것이다. 이후 아이콘도 변경해 주면 된다.