URL Saver
Conveniently saves any links you may want to use later
What is URL Saver?
URL Saver is a Chrome extension developed by Hendry Ratnam, and its main feature is "Conveniently saves any links you may want to use later".
Extension Screenshots
Download URL Saver Extension CRX File
Download URL 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
Simply right click and save links to view later.
Extension Basic Information
Name | URL Saver |
ID | ckjapaekdeccjiiaijkaedmbgegnjleo |
Official URL | https://chromewebstore.google.com/detail/url-saver/ckjapaekdeccjiiaijkaedmbgegnjleo |
Description | Conveniently saves any links you may want to use later |
File Size | 10.03 KB |
Installation Count | 22 |
Current Version | 0.0.9 |
Last Updated | 2019-07-07 |
Publish Date | 2019-07-07 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Hendry Ratnam |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "URL Saver", "version": "0.0.9", "description": "Conveniently saves any links you may want to use later", "browser_action": { "default_popup": "popup.html" }, "permissions": [ "storage", "contextMenus" ], "icons": { "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "options_page": "options.html", "manifest_version": 2 } |