Skip to content

Commit

Permalink
#153 - Updating Sharing services
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulKinlan committed Feb 1, 2012
1 parent 36e6185 commit e2033bf
Show file tree
Hide file tree
Showing 34 changed files with 18 additions and 12 deletions.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tools/chrome/extensions/assets/share.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tools/chrome/extensions/assets/share.pxm
Binary file not shown.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file modified tools/chrome/extensions/share-services/blogger.crx
Binary file not shown.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions tools/chrome/extensions/share-services/blogger/manifest.json
@@ -1,8 +1,9 @@
{ {
"name": "Share to Blogger™", "name": "Share to Blogger™",
"version": "0.0.0.2", "version": "0.0.0.3",
"icons" : { "icons" : {
"16" : "favicon.ico" "16" : "favicon.ico",
"128" : "128.png"
}, },
"intents" : { "intents" : {
"http://webintents.org/share" : { "http://webintents.org/share" : {
Expand Down
Binary file not shown.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@@ -1,8 +1,9 @@
{ {
"name": "Share to Delicious™", "name": "Share to Delicious™",
"version": "0.0.0.1", "version": "0.0.0.2",
"icons" : { "icons" : {
"16" : "favicon.ico" "16" : "favicon.ico",
"128" : "128.png"
}, },
"intents" : { "intents" : {
"http://webintents.org/share" : { "http://webintents.org/share" : {
Expand Down
Binary file modified tools/chrome/extensions/share-services/digg.crx
Binary file not shown.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions tools/chrome/extensions/share-services/digg/manifest.json
@@ -1,8 +1,9 @@
{ {
"name": "Share to Digg™", "name": "Share to Digg™",
"version": "0.0.0.1", "version": "0.0.0.2",
"icons" : { "icons" : {
"16" : "favicon.ico" "16" : "favicon.ico",
"128" : "128.png"
}, },
"intents" : { "intents" : {
"http://webintents.org/share" : { "http://webintents.org/share" : {
Expand Down
Binary file modified tools/chrome/extensions/share-services/gmail.crx
Binary file not shown.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions tools/chrome/extensions/share-services/gmail/manifest.json
@@ -1,8 +1,9 @@
{ {
"name": "Share to Gmail™", "name": "Share to Gmail™",
"version": "0.0.0.1", "version": "0.0.0.2",
"icons" : { "icons" : {
"16" : "favicon.ico" "16" : "favicon.ico",
"128" : "128.png"
}, },
"intents" : { "intents" : {
"http://webintents.org/share" : { "http://webintents.org/share" : {
Expand Down
Binary file modified tools/chrome/extensions/share-services/linkedin.crx
Binary file not shown.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions tools/chrome/extensions/share-services/linkedin/manifest.json
@@ -1,8 +1,9 @@
{ {
"name": "Share to LinkedIn™", "name": "Share to LinkedIn™",
"version": "0.0.0.1", "version": "0.0.0.2",
"icons" : { "icons" : {
"16" : "favicon.ico" "16" : "favicon.ico",
"128" : "128.png"
}, },
"intents" : { "intents" : {
"http://webintents.org/share" : { "http://webintents.org/share" : {
Expand Down
Binary file modified tools/chrome/extensions/share-services/twitter.crx
Binary file not shown.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions tools/chrome/extensions/share-services/twitter/manifest.json
@@ -1,8 +1,9 @@
{ {
"name": "Share Link to Twitter™", "name": "Share Link to Twitter™",
"version": "1.0.0.0", "version": "1.0.0.1",
"icons" : { "icons" : {
"16": "favicon.ico" "16": "favicon.ico",
"128" : "128.png"
}, },
"intents": { "intents": {
"http://webintents.org/share" : { "http://webintents.org/share" : {
Expand Down
Binary file modified tools/chrome/extensions/share.crx
Binary file not shown.

0 comments on commit e2033bf

Please sign in to comment.