Create your own Chrome Extension
How to test your extension during development
1. Navigate to chrome://extensions
2. Click on "Load unpacked extension..."
Troubleshooting
Problem
There were warnings when trying to install this extension: Permission '://.google.com' is unknown or URL pattern is malformed.
http://stackoverflow.com/questions/17406941/webrequest-permission-malformed
How to view the source code of a Chrome Extension
http://www.howtogeek.com/198964/how-to-view-the-source-code-of-a-chrome-extension/
Sample Cookie Chrome Extension by Google
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/examples/api/cookies/
Chrome Extensions Examples by Google
https://developer.chrome.com/extensions/samples
http://stackoverflow.com/questions/11545743/chrome-extension-insert-content-script-on-browser-action
http://stackoverflow.com/questions/9498685/resize-popup-html-in-chrome-extension
http://stackoverflow.com/questions/19288202/inject-javascript-in-an-iframe-using-chrome-extension

Recent Comments