Skip to content

Commit

Permalink
extension is now published on the Chrome Web Store
Browse files Browse the repository at this point in the history
  • Loading branch information
tekool committed Nov 4, 2013
1 parent 7d388b9 commit 190f884
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 32 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/.idea
twean.pem
twean.ico
twean.png
chrome.zip
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
twean
Twean
=====

Clean your Twitter timeline by removing auto-expanded inline images from it.

Installation
----

1. Download the extension from https://github.com/tekool/twean/raw/master/twean.crx.
1. Chrome will warn you that you cannot install it directly from Github, this is normal.
1. Open Chrome > settings > extensions (or type chrome://extensions/ in the address bar).
1. Drag and drop the downloaded extension file into the extensions panel.
Go to the Chrome Webstore and install the extension https://chrome.google.com/webstore/detail/twean/mgdbopghpkjmgnhjfdnfeihnjgndjnbp.

License
----
* The extension itself is under MIT.
* Icon is purchased from user https://www.iconfinder.com/sensibleworld and under https://www.iconfinder.com/licenses/basic.
* Extension icon is purchased from https://www.iconfinder.com/sensibleworld/.
5 changes: 3 additions & 2 deletions chrome/manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"manifest_version": 2,
"name": "Twean",
"short_name": "Twean",
"version": "1.0.0",
"description": "Clean your Twitter timeline by removing inline images.",
"description": "Remove auto-expanded images from your Twitter timeline.",
"author":"Tekool - Frédéric Saunier",
"homepage_url" :"https://github.com/tekool/twean",

Expand All @@ -17,6 +18,6 @@
"browser_action":
{
"default_title": "Twean",
"default_icon": "twean.ico"
"default_icon": "twean.png"
}
}
16 changes: 0 additions & 16 deletions twean/manifest.json

This file was deleted.

7 changes: 0 additions & 7 deletions twean/page.js

This file was deleted.

Binary file removed twean/twean.png
Binary file not shown.

0 comments on commit 190f884

Please sign in to comment.