Link Saver
‘Link Saver’ is an extension that is a quick and easily accessible way to save all your links in a friendly format.
What is Link Saver?
Link Saver is a Chrome extension developed by Micheal Yandam, and its main feature is "‘Link Saver’ is an extension that is a quick and easily accessible way to save all your links in a friendly format.".
Extension Screenshots
Download Link Saver Extension CRX File
Download Link Saver extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
‘Link Saver’ is an extension that is primarily developed for anyone who tends to have cluttered tabs but wants a cleaner way to organize the content they know is important. Acting similar to a bookmarks bar, it is helpful for the links you need to save shorter term, i.e. a research paper or when you are comparing any purchase through different sources. The uses are truly endless. You can search through the links you have saved, are able to see the total number of any links on a given page and quickly find email information or social media links. This allows for quick access to contact information without having to spend the time searching for it. ‘Link Saver’ will sort your links by social media, news, or commerce to keep your tabs organized. Try it out, and you will quickly begin to see how ‘Link Saver’ can save you time, energy and keep you organized! HOW TO USE: Easily save links by right clicking on a link found on the webpage OR by clicking the extension and clicking "Save Current Tab"
Extension Basic Information
Name | Link Saver |
ID | lhlomndaijcefbhdohcdmnobkliikklh |
Official URL | https://chromewebstore.google.com/detail/link-saver/lhlomndaijcefbhdohcdmnobkliikklh |
Description | ‘Link Saver’ is an extension that is a quick and easily accessible way to save all your links in a friendly format. |
File Size | 72.89 KB |
Installation Count | 1,148 |
Current Version | 1.0.5 |
Last Updated | 2020-05-31 |
Publish Date | 2020-05-31 |
Rating | 4.70/5 Total 10 Ratings |
Developer | Micheal Yandam |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Link Saver", "version": "1.0.5", "description": "\u2018Link Saver\u2019 is an extension that is a quick and easily accessible way to save all your links in a friendly format.", "browser_action": { "default_popup": "recentlinks.html" }, "permissions": [ "storage", "contextMenus", "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png" }, "options_page": "alllinks.html", "manifest_version": 2 } |