diff --git a/LICENSE b/LICENSE index 54c3708..4d9577f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright 2023 igorlogius +Copyright 2021 igorlogius Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/about.html b/about.html deleted file mode 100644 index 8fefb97..0000000 --- a/about.html +++ /dev/null @@ -1,23 +0,0 @@ -Copy tabs as hyperlinks or as plaintext URLs, the similar to MS Edge, but even -better since this addons supports copying mutliple tabs at the same time. - -Short Demo Video: - -https://github.com/igorlogius/copy-tabs/assets/67047467/0984d886-49b5-4220-9a83-0c2119260096 - -Enable plaintext fallback -This feature is behind the dom.events.asyncClipboard.clipboardItem preference -(needs to be set to true). To change preferences in Firefox, visit about:config. -ref. -https://developer.mozilla.org/en-US/docs/Web/API/Clipboard/write#browser_compatibility -- You might need to disable and reenable the addon for this setting to take -effect. - -Features: - diff --git a/manifest.json b/manifest.json index ac21e6e..d59012c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "author": "igorlogius", "default_locale": "en", - "homepage_url": "https://github.com/igorlogius/copy-tabs", + "homepage_url": "https://github.com/igorlogius", "background": { "scripts": ["background.js"] }, @@ -49,5 +49,5 @@ "description": "__MSG_addonDesc__", "permissions": ["clipboardWrite", "storage", "menus", "tabs"], "optional_permissions": ["notifications"], - "version": "1.15.42" + "version": "1.15.43" }