Link Saver
Save and manage links
What is Link Saver?
Link Saver is a Chrome extension developed by louis.lim.ying.wei, and its main feature is "Save and manage links".
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
Simple app which saves links by opening on the context menu (right-clicking on links) and clicking on the extension option. This app stores all links which is visible in the extension popup, and you can export them into a file. Once done with the links, you have an option to delete all saved links.
Extension Basic Information
Name | |
ID | oidgppajkkafcmihodcoajbjfkjbkeon |
Official URL | https://chrome.google.com/webstore/detail/link-saver/oidgppajkkafcmihodcoajbjfkjbkeon |
Description | Save and manage links |
File Size | 209 KB |
Installation Count | 49 |
Current Version | 1.1 |
Last Updated | 2019-02-23 |
Publish Date | 2019-02-23 |
Rating | 5.00/5 Total 1 Ratings |
Developer | louis.lim.ying.wei |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Link Saver", "version": "1.1", "description": "Save and manage links", "manifest_version": 2, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "permissions": [ "storage", "contextMenus", "downloads" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/link-saver-16.png", "32": "images\/link-saver-32.png", "48": "images\/link-saver-48.png", "128": "images\/link-saver-128.png" } }, "icons": { "16": "images\/link-saver-16.png", "32": "images\/link-saver-32.png", "48": "images\/link-saver-48.png", "128": "images\/link-saver-128.png" } } |