Chrome ASCII message fix

This commit is contained in:
Kevin Röbert 2019-04-10 18:20:43 +02:00
parent e87aa9d027
commit 4fc4018859
4 changed files with 4 additions and 4 deletions

View File

@ -248,7 +248,7 @@
"message": "Eine Spende (Schenkung) für den ClearURLs Urheber.",
"description": ""
},
"clipboard.copy-link": {
"clipboard_copy-link": {
"message": "Link-Adresse kopieren",
"description": ""
}

View File

@ -248,7 +248,7 @@
"message": "A donation for the ClearURLs creator.",
"description": ""
},
"clipboard.copy-link": {
"clipboard_copy-link": {
"message": "Copy Link Location",
"description": ""
}

View File

@ -23,7 +23,7 @@
browser.contextMenus.create({
id: "copy-link-to-clipboard",
title: translate("clipboard.copy-link"),
title: translate("clipboard_copy-link"),
contexts: ["link"],
icons: {
"16": "img/clearurls_16x16.png",

View File

@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "ClearURLs",
"version": "1.5.5",
"version": "1.5.6",
"author": "Kevin R.",
"description": "Remove tracking elements form URLs.",
"homepage_url": "https://gitlab.com/KevinRoebert/ClearUrls",