extension ExtPose

Save as Shortcut

CRX id

flehofiklehmnnolpjcamplcnmhgcbkk-

Description from extension meta

Offers the ability to save tab(s) and bookmarks as Internet shortcut files.

Image from store Save as Shortcut
Description from store 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 "Download 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"

Latest reviews

  • (2023-06-17) Prashant: Amazing!
  • (2023-01-29) Matthew: Used to work good. Now when I save Chrome Web Pages to a folder, I'll go back in and click on the shortcut only to open on just the regular google homepage. Not the website. Oh well, anything good doesn't last forever.
  • (2023-01-27) yotta117: Does whait it says, I would love it if it allowed me to select which ones
  • (2022-09-28) Laurent Hivon: Je ne peux plus m'en passer. En deux clics, crée un hyperlien stocké comme un fichier. Grand merci.
  • (2022-08-31) Артем Бородин: Не работает сохранение всех закладок в браузере Vivaldi, начиная со 102 движка, все остальное работает нормально.
  • (2022-02-20) masvil: This is a great way to locally save links on Windows 11, which doesn't support drag and drop from the address bar anymore. Great job, dev!
  • (2022-01-05) 윤천: Good to use! Very Nice!
  • (2022-01-05) gbzorro: An outstanding app. I never want to use my Chromebook without it.
  • (2021-06-11) Saman Asiaban: nice
  • (2021-03-31) mrs h Hotspur: I've used this extension for quite a while, first with Chrome and now with Edge, and I've never had any problems with it. I'm so glad Save as Shortcut is available and still updated for those of us who prefer desktop shortcuts!
  • (2021-03-14) sd di: very good ,but has access to history.
  • (2020-12-26) michael schumacher: Thanks for this extension, works great! Not sure if it's technically possible but since you said "Q: Can this extension be updated to do X? A: I'm open to ideas so feel free to contact me." I'll give it a try :) Would be great if you could add an option "Save as shortcut" to the context menu when you right-click on the tab. I'd personally prefer this rather than having an extra icon on the extension bar.
  • (2020-12-01) Padmasambhava sambhava: Just a wonderful extension. I use it several times a day and I never tire of it. And what a good idea to have added the forbidden characters ("* /: <>? \ |) as Unicode characters. Finally, link names like "Batman v Superman: Dawn of Justice" are possible. Thank you very much and continue your excellent work.
  • (2020-10-16) CatAntiCast: Good!!
  • (2020-09-19) Arjun Raj: WOW... saving urls as files in file system in better than any kind of bookmarking or web clipping that all these evernote and onenote fans all rave about... i just wish i had thought about this years ago and i probably didn't think about because html files saved in chrome using the save as menu only saves it as html files that are offline copies of the webpage; but this extension creates html files that load the online webpage. This is exactly what i wanted. Thank you so much sir/ma'am.
  • (2020-09-18) Cutíe Crúz: ⌘U That is the shortcut that I have mapped to this indispensable and ingenious extension. Lived just two days without Save as Shortcut and felt the pain of not having this useful tool. Just tested the shortcut this morning and it works again! Thank you for giving the world such an essential tool for Google Chrome users, and thank you for your consiencience and diligent efforts to want to do good by your users. Ben FTW!!
  • (2020-08-18) audiobws: I love this extension and have been using it on my Mac for years. I use preview (Quicklook) all the time for quick lookups. However, about 10% of the time the webloc file won't preview and wants to open in Safari instead of Chrome. Repeated attempts at creating a webloc usually does't help, but sometimes I can come back another day and successfully save it as a Chrome webloc (if I haven't already broken down and simply dragged the URL to create a shortcut). I switched to .html for a while, but soon realized I couldn't preview them. Is there anything that can be done about these occasional Safari weblocs?
  • (2020-08-06) Boris Baran: This extension is insanely useful, especially under Linux!
  • (2020-03-28) Carlton Doorman: Hi, Just excellent Extension. I use it each day and many time. I don't know if I can do that but sorry If I can't. https://addons.mozilla.org/en-US/firefox/addon/savescreenshot/?src=recommended This extension is like your but, I really don't understand how he does that, it's not even necessary to see the scrolling window but his apps copy all (scrolling windows too) Don't know if you can modify your extension to do that. Sorry I have no money to give at this moment. Thanks for your great Extension !!!
  • (2020-02-13) Tim Curtin: Absolutely essential. My bookmarks are an absolute mess. I've been using this app to create a kind of dashboard folder on my desktop to sites I go to every day. Great app, hugely helpful
  • (2020-01-02) Mike Sparos: Great !!!!!!!. Thanksssssss
  • (2019-08-26) Rombout Versluijs: Super sweet! But what happened to shortcut? i could use cmd shift s to quick save using this extension. Somehow stopped last week :(
  • (2019-05-13) Khue Dinh: The extension is very good.
  • (2019-03-23) Luther G Tate: March 23, 2019 This is the extension I use most often, several times a day, and therefore the best. I like having a copy of the links I visit every day and I visit a lot. If one had to choose one and only one extension it would be this one. Thanks to the programmer of this wonderful extension!
  • (2019-02-20) Ray Foss: No cross platform option, seriously. Look at what the WebCuts extension does, it creates an HTML meta redirect file which works everywhere. https://superuser.com/questions/538089/how-to-create-cross-platform-internet-shortcut-files
  • (2018-12-30) registrierungs genervter: Great thing. You get all five if you anyhow manage to make the save-as-dialog remember the last save location.
  • (2018-12-30) Charles Lee: How can I use it in "bilibili.com" ? It failed.
  • (2018-12-14) Антон Шаповалов: Не работает на Yandex browser mobile. А на компьютере можно и без расширения обойтись. Создать ярлык url легко - просто перетяните мышкой адрес сайта из адресной строки в проводник windows.
  • (2018-06-19) Uncle Abner: If you enable 'Ask where to save each file before downloading' in Chrome settings, you can choose where to save the shortcut. This also eliminates the harmful file warning.
  • (2018-03-20) Thanasak: ใช้งานได้สะดวกดี thanks!
  • (2018-03-14) Charles W: Was working great but now it has stopped working.
  • (2018-02-13) azog azog: Great and amazing extension ! thank you
  • (2017-11-26) Alexander Hjalmarsson: Almost perfect. Would love some customisation like having the default file name being the title of the page minus the actual URL. Also maybe just directly saving without the dialog box. Thanks anyays!
  • (2017-05-05) DaveM: good, works, simple
  • (2017-03-14) Warmuser: Works perfectly but will be much better if become integrated on the address bar. I hope. Update - The extension does not work on Vivaldi Browser!
  • (2017-02-08) Александр Мальков: This extension really helped me out! Very convenient to use. Thanks to the developer! Linux 3.16.0-4-amd64 (Debian 8.7 Jessie, Mate 1.8.1), Chromium v.56
  • (2016-12-12) metal502: Must have when your browser doesn't support this natively.
  • (2016-11-01) Michael: I desperately want an extension to save a shortcut to a web page- this was a disappointment! 3 clicks on the extension and a click on 'this file may harm your computer'... I HATE THIS BABYSITTER POLICY CRAP! LET ME TURN IT OFF!
  • (2016-07-16) vasili111: Does what it have to do.
  • (2016-04-05) hisham majeed: I would love if it stores the page as a bookmark to , makes it easily searchable in chrome Also can you please add a keyboard shortcut option
  • (2016-03-26) Charlie Randall: This App saved me from going to another search engine and I really like Chrome. Chrome, please make this a part of the browser and save future users the misery I went through. If IE can get this right why can't you. Although it does take me two clicks, I love this app and I think it is the best I have tried.
  • (2016-03-12) I use an Ubuntu based os. This app does a fine job of saving the .desktop file. Chrome however does a bad job of opening the .desktop file. Chrome and Chromium, from my experience always re-downloads the shortcut, instead of opening the webpage. If this issue were solved I'd rate 5 stars. I realize that this is a greater Chrome based browser issue, and not that of this application.
  • (2016-03-06) Diego Marzorati: Excellent. Missing the option to choose where to save the shortcut only for that 4 stars.
  • (2016-02-22) Larry Goltry: I use this Invaluable extension umpteen times a day. As a Computer Tech I'm always adding to my collection of tools. So, I create a folder for a program. In the folder I keep the portable or setup executable. A PDF and a Text file that tells me everything about the program. And finally, i like to have a stand alone bookmark to find my way easily back to the program's webpage without having to search for it in my bazillion bookmarks in chrome.
  • (2015-12-26) Michael Chen: Good to use!
  • (2015-12-10) Sam Lorenz: Awesome!! I hated how I can't just save a page as a .url on Chrome but then I found this. Thank you guys.

Latest issues

  • (2023-09-02, v:4.65.1945) gbzorro: Today, my assigned hotkeys for activating the extension -- Shft-Ctrl-V -- stopped working.
    Any suggestions? Thank you.
  • (2023-08-26, v:4.65.1945) Geoff Buchus: Save as Shortcut
    Great Extension but is missing the "Web Document Tab", as this is where the shortcut Icon can be changed - any chance it could be added ???
  • (2023-03-21, v:4.65.1945) Boris Baran: An option to change the file name of the shortcut generated
    It'd be nice, if the user could chose the filename of the shortcut file the extension generates (that'd be especially useful when making shortcuts to, say, YouTube Shorts videos, where the videos often have the same titles, but e.g. the date is different).
  • (2023-03-04, v:4.65.1945) Carlton Doorman: This wonderful extension for Edge and Firefox
    March 2023, Hope to see a soon day this incredible extension for Microsoft Edge and Mozilla Firefox. Thanks a lot and have a nice day!
  • (2022-07-13, v:4.65.1945) Himes: Option to open new window when opening file
    I tend to use multiple Chrome windows for diffrent uses. I find it really annoying that there is no option to open the tabs in a new Chrome window because I would like to open the files and it all going to a new window instead of it adding to an existing Chrome window. If this is already a thing its not clear where it is or what it is called... Thanks!
  • (2022-06-14, v:4.65.1945) MurderChickenXL: Can no longer export to a text file?
    Just last week I was able to export all open tabs to a text file and all I had to do was copy each one and paste them into my browser, but now the only option available is to save all the tab urls as a zip file. What happened? You extension was a life-saver but now I can't figure out a practical way to use it.
  • (2022-06-09, v:4.65.1945) בטיפול ישראל: %tabs% not working
    %tabs% not working
  • (2022-04-08, v:4.65.1945) Darrell Harris: Bookmarks Archive Usage
    Great Coding! I am assuming the reason for archiving all bookmarks is to be able to restore or import them later, am I right? I ask because I would love to somehow export (archive) bookmarks to windows some how, sort or delete or edit then save them back into chrome. Am I dreaming?
  • (2021-06-10, v:4.64.1936) Olivier Israel: Last link in memory
    Hi, First thanks a lot for this wonderful extension. I use it everyday and 20 times or more. The present bug exist in the past and you corrected it. Not it come back. When we save one link, the next link we save is not what we want but the last one. Sorry to not give you money and I find pity we live in "money world". My thanks are not a simple thanks because I really like what you do. Thanks for all that.
  • (2021-05-13, v:4.64.1933) Metal Quintessence: Disable the Context Menu not working
    The option to disable the Context Menu entry isn't working properly, it allows to switch between the two Enabled options, but when you select the Disable option, the Context Menu entry doesn't disappears unless you disable the extension all together. I'm on Opera Version:76.0.4017.123 and a fresh Windows 7 Ultimate x64 OS install.
  • (2021-03-16, v:3.61.1706) Cutíe Crúz: Save as Shortcut [Keep or Discard]
    Hi Ben! When I save a page URL, the following dialog comes up. “This type of file can harm your computer. Do you want to keep Save as Short….webloc anyway? Then have to choose "Keep" to download the URL. Used to just download without any interecation.
  • (2021-03-02, v:3.61.1706) Anthony Veale: Segfault since browser update
    Since updating Vivaldi (3.6.2165.40 based on chromium 88.0.4324.186) selecting "Save as shortcut" from the context menu on any page crashes the browser with the following messages: [32376:32376:0301/181033.639531:ERROR:CONSOLE(0)] "Unchecked runtime.lastError: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/browser.html (0) [32376:32376:0301/181033.639588:ERROR:CONSOLE(0)] "Unchecked runtime.lastError: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/browser.html (0) [32376:32376:0301/181033.639724:ERROR:CONSOLE(0)] "Unchecked runtime.lastError: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/browser.html (0) [32376:32376:0301/181033.639784:ERROR:CONSOLE(0)] "Unchecked runtime.lastError: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/browser.html (0) Segmentation fault
  • (2021-02-15, v:3.61.1706) Andrew Mayer: Bookmarks to File subdirectory structure?
    Would it be straightforward to adapt this extension to perform the same basic "save as" function, but starting at any any chosen folder in one's bookmarks (or all), recurse over that subdirectory structure and replicate the equivalent subdirectory structure of folders and individual .html files in the filesystem? Alternately, some script that would process an exported bookmarks.html file offline and do this? This is something I would use a lot...as it would leverage all the tools available in the filesystem for the purpose of organizing bookmarks, deleting duplicates, regexp searching, adjusting dates, etc. Then perhaps the inverse function of taking a subdirectory structure of folders and links and producing a bookmarks.html.file to import into browsers? Thanks in advance!
  • (2021-02-14, v:3.61.1706) Nick Weber: Erasing tags when saved
    Love this app, just started having an issue. I save to various folders and add tags so I can find them again easily. Tags used to work just fine, but now I've noticed, though I add them, somehow they are removed in the saving process and I have to go into Finder and retag them. Is this a setting that's changed or a bug you're aware of? Thanks for any help!
  • (2021-01-12, v:3.61.1706) Pierre Trudel: Option greyed out and only save as HTML. URL not available
    On Window 10, Chrome 87.0.4280.141 Inspect, Console give one error message : Failed to load resource: net::ERR_FILE_NOT_FOUND
  • (2020-09-18, v:2.47.1108) Cutíe Crúz: ⌘U
    That is the shortcut that I have mapped to this indispensable and ingenious extension. Lived just two days without Save as Shortcut and felt the pain of not having this useful tool. Just tested the shortcut this morning and it works again! Thank you for giving the world an essential tool for Google Chrome users, and thank you for your consiencience and diligent efforts to want to do good by your users. Ben FTW!!
  • (2020-09-18, v:2.46.1104) Cutíe Crúz: I've been Saved by Shortcut!
    Thank you for the speedy response Ben! Looking forward to being up and running with such a great extension!
  • (2020-09-17, v:2.46.1104) Cutíe Crúz: Save as Shortcut no longer saves urls
    On macOS Mojave running Chrome Version 84.0.4147.89. As of yesterday, Save as Shortcut no longer works. Does not save Urls. Not sure if it's due to any changes to Google's preference changes on their end.
  • (2020-09-17, v:2.46.1104) Richard Lamm: No longer works in Opera Browser...It does work in Chrome
    no longer saves a shortcut and Options is grayed out in Opera Browser Version:70.0.3728.178
  • (2020-08-18, v:2.43.1068) William Pierson: No 'Options' In Win 7
    Hey Ben. Thanks for this extension. On both the 32 and 64 bit, most up to date versions of Chrome, the 'Options' button is grayed out. Without Options, I can't take it from HTML to URLs.
  • (2020-04-22, v:2.43.1068) Gary Elley: Crashes File Explorer
    Hi Ben. Still love this extension and would still pay for it if necessary, but must report apparent issue this week after updating to Chrome 81.0.4044.122. Normal use now crashes Win 10 Home File Explorer during Save As operation.
  • (2019-12-26, v:2.43.1068) Jim Komasinski: Saved Shortcut Format
    I have "Save as Shortcut" on an XP, and now a Win 10 machine. When it creates a sc on the XP machine, the file produced is a shortcut file. When it creates a sc on the Win 10 machine, it produces Chrome HTLM Document files... Is something wrong, or is there an option I need to change, etc. Thanks for your work... a great tool. If you have time, and consider it worthwhile, please advise, thanks. Jim Komasinski [email protected]
  • (2019-08-24, v:2.39.1043) Matt King: Can't save without mouse
    Love this extension; use it many times a day. But, With the latest update, it became hard to use. I am blind, use a screen reader, and rely on keyboard interaction. I have a keyboard shortcut for saving the current page, I used to be able to press enter from the file name edit box and it would activate save. As of the 8/22 update, this does not happen. I have to use screen reader mouse emulation to find the save button and click it. Can you make the save current the default action activated with enter? Could you put the save buttons in the tab order inside the dialog? Right now tabbing just goes between the file name and url edit fields. Many thanks for this extension!!
  • (2019-07-21, v:2.36.962) D B: save link url as shorcut
    As for deskcut in old firefox, you could add the option to save a link on a page as a shortcut as well from the context menu. The strenght of your extension is that it allows for not having to move around the windows to uncover a bit of bare desktop space (as chrome would have you do it).
  • (2019-07-06, v:2.36.962) Cuetipper: shortcut promts
    everytime I open a shortcut created by this it prompts me if i want to open this file. how do i stop that?
  • (2019-04-25, v:2.36.962) Andrew Mayer: 1 suggestion and 1 problem
    suggestion: it would be nice to have this script be able to loop thru all open tabs so we can "save every open tab to an individual shortcut" if thats possible, maybe a way to recursively export a bookmarks folder or entirety of ones bookmarks to a windows subdirectory structure? Problem: i cant figure out how to stop chrome from explicitly asking me for permission for every single shortcut. im sure its some setting but perhaps you know which one? its not the multiple automatic downloads setting your extension explicitly points to. thanks. very useful
  • (2019-03-28, v:2.36.962) Gary Elley: Thank you!
    Thanks for adding persistent last folder memory in version 2.32 (2019/03/24). Been hanging out for that!
  • (2019-03-25, v:2.30.848) Roxanne Lucchesi: Save As Shortcut Not Working :(
    Hi. #1. I LOVE THIS EXTENSION! #2. It has stopped working. I removed it, then added the (updated) extension. It still is not working. It looks like this: Version 2.30.848; Size < 1 MB; ID flehofiklehmnnolpjcamplcnmhgcbkk; Inspect views background page. Don't know if this information helps. I hope Save As Shortcut gets well (very) soon. Don't know how I will live without it.
  • (2019-03-23, v:2.30.840) Jon McGuire: Undefined.undefined problem is back
    Sadly, Chrome updated itself again (on Win10 73.0.3683.86 right now) and broke the extension. I'm prompted with a save-as dialog with undefined.undefined as the filename. I'll go nuts without this extension, I use it about five times a day. Kills me that I'm blocked from installing it at the office.
  • (2019-03-16, v:1.26.705) Kyle Lacey: No name note
    Upon saving URL I get a text document called e654b06f-2b6e-4f33-9f5d-b50848b0356a, is this supposed to be the name I chose? Google drive gLinks doesn't open this by default
  • (2019-02-20, v:1.26.705) Save As not working; Version 1.26.705
    Just loaded today Save As not available. Options grayed out, but not sure if you have any
  • (2019-02-04, v:1.26.705) Gary Elley: Chrome 72 breaks extension
    Hi, Love this extension . . . one of my top 2 most used. So I'm bummed that it's apparently broken after updated Chrome to version 72.0.3626.81 on Win 10 Home. The file is no longer downloaded with an extension (it's just a number string) and the Chrome error message is "Failed - Network Error". Tried rebooting PC, then reinstalling the extension. No good. Note: I would pay for this extension if necessary.

Statistics

Installs
13,402 history
Category
Rating
4.5192 (104 votes)
Last update / version
2022-01-24 / 4.65.1945
Listing languages
en

Links