diff --git a/README.md b/README.md new file mode 100644 index 0000000..65d7656 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# ![SimpleShare](https://raw.githubusercontent.com/Devenet/SimpleShare/master/images/icon-19.png) Simple Share + +Chrome extension to Simple Share your current tab by email, to your social networks or your Shaarli! + +> Add a “Simple Share” button to share your current tab to your social networks (Facebook, Twitter), to a friend by email or to your Shaarli. +You can customize the extension to enable only services you want :) + +> Use the Omnibox for directly share the page with the keyword “share”. + +*** + +Your help is welcome to translate the extension in other languages :) \ No newline at end of file diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 4b6e874..b809551 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -1,6 +1,6 @@ { "extension_description": { - "message": "Simple share the URL of your current tab by email, to social networks or to your Shaarli!", + "message": "Simple share your current tab by email, to your social networks or your Shaarli!", "description": "Extension description." }, "browser_action_title": { @@ -30,6 +30,9 @@ "share_unknow_command": { "message": "Unknow command!" }, + "share_services_disabled": { + "message": "No services activated :(" + }, "settings_name": { "message": "Options", diff --git a/_locales/fr/messages.json b/_locales/fr/messages.json index 94b5bb3..c8b7740 100644 --- a/_locales/fr/messages.json +++ b/_locales/fr/messages.json @@ -1,6 +1,6 @@ { "extension_description": { - "message": "Partager simplement l’URL de votre page actuelle par email, sur vos réseaux sociaux ou sur votre Shaarli !", + "message": "Partager simplement votre onglet courant par email, sur vos réseaux sociaux ou sur votre Shaarli !", "description": "Extension description" }, "browser_action_title": { @@ -16,6 +16,9 @@ "share_unknow_command": { "message": "Commande inconnue !" }, + "share_services_disabled": { + "message": "Aucun service activé :(" + }, "settings_services": { "message": "Services" diff --git a/manifest.json b/manifest.json index d7dd443..d8a74d8 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,7 @@ "name": "Simple Share", "short_name": "Share", - "version": "0.0.4", + "version": "1.0.0", "icons": { "16": "images/icon-16.png", @@ -29,7 +29,7 @@ }, "author": "Nicolas Devenet", - "homepage_url": "http://simpleshare.chrome.devenet.info", + "homepage_url": "https://github.com/Devenet/SimpleShare", "options_page": "options.html", "omnibox": { "keyword" : "share" }, diff --git a/options.html b/options.html index 0f26593..a7b3012 100644 --- a/options.html +++ b/options.html @@ -63,6 +63,14 @@
+ +This extension was made with ♥ by Nicolas Devenet. Enjoy :)
+
Feel free to improve it on Github.