Skip to content

Commit b8501f7

Browse files
committed
Removed french translation, Updated manifest
1 parent fcf00ac commit b8501f7

File tree

6 files changed

+6
-31
lines changed

6 files changed

+6
-31
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This plugin allows you to save to [**Snippetify**](https://snippetify.com) any s
88

99
## How to use it
1010

11-
To use this plugin you can download it from [Chrome Web Store](https://chrome.google.com/webstore/category/extensions) or you can clone it and use it.
11+
To use this plugin you can download it from [Chrome Web Store](https://chrome.google.com/webstore/detail/snippetify/lpmkkgnllkffcmmhidnahpnhjcbhepdk) or you can clone it and use it.
1212

1313
For the second option follow these steps.
1414

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "snippetify-chrome-extension",
3-
"version": "1.0.0",
4-
"description": "Grab snippets from any pages and save them to snippetify",
3+
"version": "1.0.1",
4+
"description": "Save code snippet from anywhere on the web",
55
"scripts": {
66
"build": "gulp",
77
"watch": "gulp watch",

src/_locales/en/messages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": ""
55
},
66
"appDescription": {
7-
"message": "Snippetify",
7+
"message": "Save code snippet from anywhere on the web",
88
"description": ""
99
},
1010
"tooltip": {

src/_locales/fr/messages.json

Lines changed: 0 additions & 22 deletions
This file was deleted.

src/js/contentscripts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ class ContentScripts {
9090
name: chrome.runtime.getManifest().name,
9191
version: chrome.runtime.getManifest().version
9292
},
93-
webiste: {
93+
website: {
9494
url: window.location.href,
9595
name: window.location.hostname,
9696
brand: $('[property="og:image"]').attr('content')

src/manifest.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "__MSG_appName__",
33
"description": "__MSG_appDescription__",
4-
"version": "1.0",
4+
"version": "1.0.2",
55
"author": "Evens Pierre",
66
"manifest_version": 2,
77
"default_locale": "en",
@@ -52,10 +52,7 @@
5252
"cookies",
5353
"activeTab",
5454
"background",
55-
"http://*/*",
56-
"https://*/*",
5755
"contextMenus",
58-
"webNavigation",
5956
"*://*.google.com/",
6057
"*://snippetify.com/",
6158
"*://api.snippetify.com/"

0 commit comments

Comments
 (0)