Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f13b13f

Browse files
fix(ui): update context menu text to match new default behavior
Changed context menu from 'Save as Markdown' to 'Extract Content' to accurately reflect that the extension now copies to clipboard by default (downloadMarkdown: false). The new text is neutral and works for both clipboard and file download modes. Co-authored-by: Samarth Gupta <[email protected]>
1 parent 4494b68 commit f13b13f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

background.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const IMAGES_SUBFOLDER = 'images';
1414
chrome.runtime.onInstalled.addListener(() => {
1515
chrome.contextMenus.create({
1616
id: "ezycopy-save-content",
17-
title: "EzyCopy - Save as Markdown",
17+
title: "EzyCopy - Extract Content",
1818
contexts: ["page", "selection"],
1919
});
2020
});

0 commit comments

Comments
 (0)