diff --git a/README.md b/README.md index 3953e0e..4c84c15 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -# poptab +# PopTab + A chrome extension which pops tabs into popups -To install poptab: --Download all the files into a directory called `poptab`. --Open Settings | Extensions in Chrome --Drag the folder into your chrome window. +Just click the button to pop your tab into a popup -Quick and dirty, but works. Click the `HELLO` button to pop a tab into a new popup. Sorry, there's no way to bring it back. +[Blog post](https://keithirwin.us/blog/2016/04/poptab) +[Github](https://github.com/keith24/poptab/) +[Chrome Web Store]() (to install) diff --git a/manifest.json b/manifest.json index 202f707..5e27a10 100644 --- a/manifest.json +++ b/manifest.json @@ -14,7 +14,7 @@ }, "icons": { "24": "tab.24.png", - "246": "tab.png" + "128": "tab.128.png" }, "permissions": ["activeTab","tabs"] } diff --git a/tab.128.png b/tab.128.png new file mode 100644 index 0000000..6546916 Binary files /dev/null and b/tab.128.png differ