From 4daa3d5d81e1b48920df15aaaf96da12fef635a2 Mon Sep 17 00:00:00 2001
From: Nicolas
Date: Fri, 9 Sep 2016 01:13:40 +0200
Subject: [PATCH] v1.0.0
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
• change font to systems default font
• add warning when no services activated
• add credits in Options page
• improve extension description
• add other omnibox command keywords
---
README.md | 12 ++++++++++++
_locales/en/messages.json | 5 ++++-
_locales/fr/messages.json | 5 ++++-
manifest.json | 4 ++--
options.html | 8 ++++++++
scripts/bg.js | 27 +++++++++++++--------------
scripts/share.js | 21 +++++++++++++++++++--
share.html | 2 ++
styles/global.css | 6 +++++-
styles/options.css | 6 ++++++
10 files changed, 75 insertions(+), 21 deletions(-)
create mode 100644 README.md
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 @@
+
+
+
Credits
+
This extension was made with ♥ by Nicolas Devenet. Enjoy :)
+
Feel free to improve it on Github.
+
+
+