LinkStash Bookmark Manager

Effectively manage all your bookmarks with ease.

Co to jest LinkStash Bookmark Manager?

LinkStash Bookmark Manager to rozszerzenie Chrome opracowane przez https://www.xrayz.co.uk, a jego główną funkcją jest „Effectively manage all your bookmarks with ease.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia LinkStash Bookmark Manager

Pobierz pliki rozszerzeń LinkStash Bookmark Manager w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa LinkStash Bookmark Manager LinkStash Bookmark Manager
ID hhneaipkmnkoklgnkmiidfijfflbobhb
Oficjalny URL https://chromewebstore.google.com/detail/linkstash-bookmark-manage/hhneaipkmnkoklgnkmiidfijfflbobhb
Opis Effectively manage all your bookmarks with ease.
Rozmiar pliku 12.41 KB
Liczba instalacji 1,003
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2019-02-28
Data Publikacji 2019-02-28
Ocena 2.52/5 Łącznie 23 Oceny
Deweloper https://www.xrayz.co.uk
Typ Płatności free
Strona Rozszerzenia http://www.xrayz.co.uk/linkstash
Obsługiwane Języki 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"
    }
}