Save as Shortcut Chrome Extension

Save as Shortcut chrome extension

Save as Shortcut for Chrome Download

Save as Shortcut chrome extension is Offers the ability to save tab(s) and bookmarks as Internet shortcut files..

Offers the ability to save tab(s) and bookmarks as Internet shortcut files..
PLEASE NOTE: If you're experiencing a problem, please DO NOT SUBMIT A REVIEW. Email me for a fast reply or submit a support ticket for a slow reply.

-Description-

Personally, I've always used internet shortcut files for a variety of reasons. For example:

1. To passively share links to content via shared folders.

2. To supersede the temporary use of pinned tabs and bookmarks.

3. As portable links.

4. To accompany resources (installers with links to the websites, projects with links to assets, etc).

However, I always found them so awkward to create, hence me creating this extension.

-FAQ-

Q: Why does this extension say that it reads my browsing history?

A: I don't know. It does not. To see the real permissions, check file "%localAppData%\Google\Chrome\User Data\Default\Extensions\flehofiklehmnnolpjcamplcnmhgcbkk\<version>_0\manifest.json" → section / key "permissions".

Q: Are you aware of X issue?

A: As of 2022/01/22, I'm not aware of any issues.

Q: Can this extension be updated to do X?

A: I'm open to ideas so feel free to contact me.

Q: Can I test upcoming features and fixes?

A: Yes, there is a beta version available here: https://chrome.google.com/webstore/detail/save-as-shortcut-beta/kmemfmaclfmhaddkneldhbcmlpoanbmg

Q: Does this extension have any tracking or collect any personal information?

A: Nope. Simple as that. In fact, third parties regularly offer to pay me relatively large sums of money per month to inject their code into my app and I have always refused because I hate it when other developers do that so I don't want to be that person.

Q: Can I donate?

A: Sure. ? https://paypal.me/mythofechelon

-version history-

• 4.65.1944, 2021/07/20 (published to beta first):

- Implemented trimming of file names larger than 225 characters (windows ntfs maximum of 255 minus spacing for prefixes of 30), as these were breaking extraction of zip files.

• 4.64.1939, 2021/06/11:

- Implemented workaround for google chrome version ~91.0.4472.77 bug / error "Unchecked runtime.lastError: Tabs cannot be queried right now (user may be dragging a tab)." Refer to https://stackoverflow.com/questions/67806779/im-getting-an-error-tabs-cannot-be-edited-right-now-user-may-be-dragging-a-ta

• 4.64.1936, 2021/05/15:

- Fixed bug where context menu wouldn't be removed. This was due to an old localstorage variable name being referenced in a catchall if statement and, therefore, always being null and matching.

• 4.64, 2021/03/27 to 2021/03/28 (published to beta first):

- changed option "Diagnostic log and console" from opening background page to including guidance on how to open the background page, as it was opening a secondary one that didn't include the logging data.

- Added copying to clipboard when selecting file name variables.

- added help tooltips to the more obscure file name variables.

- improved diagnostic logging details (greater detail, greater readability, consolidated background.js logging to also use function, removed 'background_Log("")' and added newline characters to actual logging line, fixed logging of tab info objects).

- improved performance by removing calls to background_processData_Generate_Name_Shortcut() from background_Tabs_Single_setDetails_* and adding them to the end of each original function.

- Changed option "preserve order in bookmarks archive" to default to enabled.

- changed handling of unnamed bookmarks, appending host in parenthesis to give some indication.

- Added handling of 0 tabs (happens when DevTools window is focused).

- Updated description to include saving of bookmarks as a feature.

- Converted the URL and archive name pattern fields from <input> to <textarea> too and set maximum heights on both.

- Added calculation of bookmarks variable size to selectively display banner warning about ETA.

• 4.63, 2021/03/24 (published to beta first):

- disabled diagnostic logging by default and added option to enable it.

• 4.62, 2021/03/22 to 2021/03/24 (not published):

- fully modularised background functions so modes are no longer required.

- Added option to save all favourites / bookmarks as an archive.

- Increased width of popup from 350px to 400px to accommodate width of new buttons.

- Disabled preservation of tab order in archives by default.

• 3.61.1708, 2021/03/20:

- modified file "popup.html" marking macOS / .WEBLOC option as not recommended.

• 3.61.1707, 2021/03/13 (not published):

- Modified file "popup.html" removing reference to removed file "info.css" to resolve console error "Failed to load resource: net::ERR_FILE_NOT_FOUND".

• 3.61.1706, 2020/10/28 (published to beta first):

- Modified replacing of invalid characters so that quotation marks are replaced with properly opened and closed unicode versions.

• 3.60, 2020/10/10:

- Fixed initialization of option "remove prefixed or suffixed site name".

- Modified option "work around windows' restricted characters" changing from recommended and enabled by default to disabled by default as it's personal preference and still experimental.

- Modified option "remove notification indicators" fixing the code to initialize as enabled by default to match the UI.

- Modified option "file name mode" so that it's automatically set to "Custom" if the user previously set a filename suffix.

• 3.59.1694, 2020/10/03 (published to beta only):

- Bolded tooltips that are both default and recommended to make them stand out more.

- fixed unequal width of name and url fields.

• 3.59.*, 2020/10/02 (published to beta only):

- Prevented newlines from being entered into the name textarea via enter / Return.

- modified options section "file name pattern variables" making it hidden by default with the option to show and hide it (not saved / remembered).

- Modified option "Work around Windows' restricted characters" so that it applied to macOS and linux shortcut types too and updated tooltip to state this.

- Added option to trigger button "Save All" via Enter / Return when it's focused on.

- Refactored code for minor efficiency / de-duplication improvements.

- Modified option "File name mode" adding missing "Default" tooltip.

• 3.58.*, 2020/09/30 (published to beta only):

- changed save field "Name" from a text input to an auto-sized textarea so that the entire content can be seen.

- Fixed bug that would cause %host% and %URI% to be all the same and wrong for each shortcut in an archive.

- Modified option "remove site name" (1) adding support for delimiter "–" (U+2013 en dash) used on sites like dropbox, (2) adding tooltip explaining when it's particularly useful, and (3) renaming to "Remove prefixed or suffixed site name" as it doesn't do so when the title is only the site name.

- extended outline colouring to save buttons (<a> elements).

• 3.57.*, 2020/09/29 (published to beta only):

- Modified option "remove suffixed site name" removing recommendation as it's down to personal preference.

- Added option "Remove notification indicators" which is recommended and enabled by default.

- Fixed bug that would cause changing the option "Remove suffixed site name" and "Remove notification indicators" from Enabled to Disabled to have no effect on the current page.

- Modified option "Remove suffixed site name" renaming to "Remove site name" and re-designing the code to dynamically detect and remove the site name wherever it appears in the title.

- Modified options where the first step is clicking on a link prefixing "In the new tab, " to step two.

• 3.56.*, 2020/09/28 (published to beta only):

- Added migration of old append string / filename suffix value.

- added variable %tabs% (total number) for archive file names.

- added automatic selecting of entire variable when it's clicked on.

- Added option "Remove suffixed site name".

• 3.55.*, 2020/09/24 to 2020/09/26 (published to beta only):

- fundamentally rewrote code to fully support customisable names for both the individual shortcut and archive files, including variables in any position.

- Removed option "single file name suffix" as it's now redundant.

- added variables %title%, %host%, %URL%, and %URI%.

- Modified option "Shortcut type" renaming to "Shortcut file type".

- Fixed bug where only one quotation mark would be replaced.

- split options into top group of file-related and bottom group of extension-related.

- refactored elements ids, variable names, and function names so that they're more consistent to avoid confusion.

- modified options adding tick / checkmark tooltips for recommended / default settings.

- Renamed and migrated localstorage names so that they're up to date with the options and less confusing.

- added promo tiles.

- removed unnecessary icon files from package.

• 2.54.*, 2020/09/23 (published to beta only):

- Modified option "Filename suffix" renaming to "Single file name suffix" and adding support for date and time variables.

• 2.53.*, 2020/09/23 (not published):

- Added banners for app installation and updates.

- added console logging of app installation, app updates, and chrome updates.

• 2.52.*, 2020/09/23 (not published):

- Added <code> elements and styling to make direct extracts stand out better.

- Modified option "Download prompting" renaming to "Download folder".

- Modified options ".ownload folder" and "Keyboard shortcuts" splitting onto separate lines like the others and with instructions.

- Tweaked some styling.

- Modified option "preserve tab order by numbering files in ZIP file" renaming to "Preserve tab order in ZIP file" and adding a tooltip explaining how. This makes the UI a bit neater.

- Modified option "Windows" → tooltip to bold red as a warning.

- Modified option "Cross-platform" replacing " ← Recommended" with a tooltip as it's been set by default for a while and hopefully the red question mark next to the option "Windows" will warn people off from it.

- Modified styling of tooltips adding padding to tooltip so that they're easier to trigger and setting to colour to the same as links so users are more likely to know that they're interactive.

- modified tab opening changing active mode from true to false so that users can continue reading the instructions before choosing to close the extension popup.

- Modified option "Download folder" adding explanation for why things currently work the way that they do.

• 2.51.*, 2020/09/22:

- adjusted options section for diagnostic log and console to account for the fact that Opera and Edge (Chromium) don't display links to the background page.

- Re-ordered function background_Save_Generate() so that the filename suffix also has its invalid characters processed.

• 2.50.*, 2020/09/21 (published to beta only)

- Added tooltip to windows shortcut type to advise of problems.

- Renamed options and context menus to "Save Current" and "Save All" for UI consistency.

- Added CSS to prevent <sup> elements from affecting line height, thereby making line spacing inconsistent.

- Added console logging for addition of chrome event listeners.

- Added section at the bottom of the options on how to access the diagnostic log.

- Increased height of spacer elements by 2px as options were starting to look a bit crowded.

- Added tabbing to the button "Save All".

• 2.49.*, 2020/09/19 (published to beta only)

- Fixed a bug where unicode spaces and forward slashes were still set for the zip file name even when the option "Work around Windows' character restrictions" was disabled.

- Refactored code so that:

+ It is more intuitive which will make future changes easier and less error-prone.

+ Options' localstorage values are initialised and centrally.

+ All console logging is done on the background page and is easier to read.

• 2.48.*, 2020/09/17 (published to beta only)

- aligned radio buttons to labels.

- changed zip file name from "google chrome tabs - <date and time>.zip" to "Chrome tabs (<date and time>).zip" as this extension can be used in other, non-google chromium browsers such as Microsoft Edge.

- changed zip file name generation to take the option "Work around Windows' restricted characters" into account.

- Removed long-commented-out section "Info".

- made margins around main sections and labels more space-efficient, especially when collapsed.

- Added option to specify string to be appended to every non-ZIP file name.

- Replaced the hyphen to the left of "Recommended" with a unicode left arrow.

- Replaced "Context menu" with "Context (right-click) menu".

- Replaced "Current + All" with "Current & All".

- Removed the wrapping of backslashes in unicode thin spaces (U+2009) as it looked abnormal, for example in windows paths. This also happened to fix a bug where if the first character was a backslash then an underscore would be prefixed to the filename for some reason.

- Made the options section scrollable to keep the popup inside the maximum 600px height.

- changed context menu entry names from "Save as shortcut -" to "Save as Shortcut:"

- Changed extension hovertext ("browser_action" → "default_title") from "save tabs as Internet shortcut files." to "Save as Shortcut".

- Added handling for undefined tabs which started occurring since adding "chrome.windows.onFocusChanged" for some reason.

- added logging of activeInfo and changeInfo to the console for tab and window change events.

• 2.47.*, 2020/09/17

- Replaced usage of "replaceAll" with "replace" and a global regex to preserve the replacing of all instances but restore functionality in Google Chrome on macOS and Opera.

• 2.46.*, 2020/09/13 (published to beta first)

- Added handling of switching to the active tab of a different window.

• 2.45.*, 2020/09/12 (published to beta only)

- made option to work around Windows' restricted characters enabled by default.

- Changed the replacing of normal slashes so that the Unicode slash is wrapped in Unicode thin spaces (U+2009) to make it look more normal.

- Changed the character replacement functions to do so for all instances, not just the first.

- Changed the text input elements' cursor types from pointer to text which is standard.

- added tooltip link to the right of "Work around Windows' restricted characters" so that users can find out about how it works.

- split css class "subSection" into "subSection" and "subSection_Indented" as it doesn't look right for "Save" but does for "Options".

- Increased the width of divider lines from 80 % to 90 %.

- moved save buttons onto one line for a more compact, tidier look.

- fixed missing colour fade to "Save" section when collapsed.

- Altered the collapsing function so that only one section can be open at a time.

- added 2px border radius to buttons to match input text fields.

• 2.44.*, 2020/09/06 (published to beta only)

- Added option to work around Windows' restricted characters (disabled by default).

• 2.43.*, 2019/10/30

- Updated the cross-platform (.HTML) option to include a clickable link in case javascript scripting is disabled on the system

• 2.42.*, 2019/09/28

- Renamed option from "number files in ZIP file" to "Preserve tab order by numbering files in ZIP file" to make it clearer what it's for

- Added conversion of old context menu preference to fix incorrect preference displaying

• 2.41.*, 2019/09/22

- split context menu option from disabled and enabled to disabled, save current, and save current + save all

For older version history, see file "%localAppData%\Google\Chrome\User Data\Default\Extensions\flehofiklehmnnolpjcamplcnmhgcbkk\<version>_0\notes\Versions.txt"

How to install Save as Shortcut chrome extension in chrome Browser

You can Follow the below Step By Step procedure to install the Save as Shortcut Chrome Extension to your Chrome Web browser.

  • Step 1: Go to the Chrome webstore https://chrome.google.com/webstore or download the extension Save as Shortcut Chrome Extension Download from https://pluginsaddonsextensions.com
  • Step 2: Now search for the Save as Shortcut in Chrome Webstore Search and click on the search button.
  • Step 3: click on the Save as Shortcut Chrome Extension Link
  • Step 4: in the next page click on the Add to Chrome button to Download and Install the Save as Shortcut extension for your Chrome Web browser .

Save as Shortcut Chrome extension Download

Looking for a method to Save as Shortcut Download for Chrome then this download link is for you.

It is the Save as Shortcut Chrome extension download link you can download and install Chrome Browser.

Download Save as Shortcut chrome extension (CRX)

Tags: Option File , Chrome Tabs , Save Section , Adding Chrome , Added Option , Old Append String Filename , Zip File , Tick Checkmark Tooltips , Added Logging , Save Tab , Option Windows Tooltip , Save Tabs , Archive Name Pattern Fields , Every Nonzip File Name , File Name Pattern Variables , Added Code , Background Save , Added Section , Options Section File , Options Adding , Adding Tooltip , Background Tabs , Options Section , Characters Windows , Shortcut File , Option Shortcut , Minor Efficiency Deduplication Improvements , Option Windows , Windows Shortcut , Default Tooltip , Obscure File Name Variables , Added Tooltip , Single File Name Suffix ,

Save as Shortcut Related Chrome Extensions