LinkStash Bookmark Manager
Effectively manage all your bookmarks with ease.
What is LinkStash Bookmark Manager?
LinkStash Bookmark Manager is a Chrome extension developed by https://www.xrayz.co.uk, and its main feature is "Effectively manage all your bookmarks with ease.".
Extension Screenshots
Download LinkStash Bookmark Manager Extension CRX File
Download LinkStash Bookmark Manager 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
IMPORTANT: FOR MICROSOFT WINDOWS ONLY. IMPORTANT: DOESN'T work with Android, Chrome OS, Mac, Linux. IMPORTANT: REQUIRES LinkStash to be installed from http://www.xrayz.co.uk/linkstash The extension enables the use of LinkStash with Chrome and requires LinkStash to be installed. LinkStash is a bookmark manager for Windows. Bookmark webpages and documents. Check for dead links and duplicate URLs. Generate complex passwords. Manage and store passwords, tags, comments, ratings and more. Encrypt bookmarks for privacy and security. Search and organize all your bookmarks. Take your bookmarks with you on a portable flash drive.
Extension Basic Information
Name | LinkStash Bookmark Manager |
ID | hhneaipkmnkoklgnkmiidfijfflbobhb |
Official URL | https://chromewebstore.google.com/detail/linkstash-bookmark-manage/hhneaipkmnkoklgnkmiidfijfflbobhb |
Description | Effectively manage all your bookmarks with ease. |
File Size | 12.41 KB |
Installation Count | 1,003 |
Current Version | 1.0 |
Last Updated | 2019-02-28 |
Publish Date | 2019-02-28 |
Rating | 2.52/5 Total 23 Ratings |
Developer | https://www.xrayz.co.uk |
Payment Type | free |
Extension Website | http://www.xrayz.co.uk/linkstash |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LinkStash Bookmark Manager", "description": "Effectively manage all your bookmarks with ease.", "version": "1.0", "manifest_version": 2, "permissions": [ "nativeMessaging", "tabs" ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": { "19": "images\/icon19.png" }, "default_popup": "main.html" } } |