My Bookmarks Alpha

Manage your bookmarks with a simple and clean layout

Co to jest My Bookmarks Alpha?

My Bookmarks Alpha to rozszerzenie Chrome opracowane przez Hackety Apps, a jego główną funkcją jest „Manage your bookmarks with a simple and clean layout”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia My Bookmarks Alpha

Pobierz pliki rozszerzeń My Bookmarks Alpha 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

                        My Bookmarks lets you manage your existing bookmarks in chrome with a simple and clean layout. This extension will override the default chrome bookmarks manager.

Please note that this extension is still in Alpha version which may still contain bugs. We're releasing this in Alpha because we would love to have some feedback on what we can improve and make it work perfectly.

My Bookmarks currently doesn't support drag and drop properly but we are currently working on it. Then our app should be ready for Beta testing.                    

Podstawowe informacje o rozszerzeniu

Nazwa My Bookmarks Alpha My Bookmarks Alpha
ID ikdimglfjnihmbkaghnpcedcjddghcal
Oficjalny URL https://chromewebstore.google.com/detail/my-bookmarks-alpha/ikdimglfjnihmbkaghnpcedcjddghcal
Opis Manage your bookmarks with a simple and clean layout
Rozmiar pliku 92.83 KB
Liczba instalacji 74
Aktualna Wersja 0.1.0
Ostatnia Aktualizacja 2019-02-28
Data Publikacji 2019-02-28
Ocena 3.25/5 Łącznie 4 Oceny
Deweloper Hackety Apps
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "My Bookmarks Alpha",
    "version": "0.1.0",
    "manifest_version": 2,
    "description": "Manage your bookmarks with a simple and clean layout",
    "permissions": [
        "bookmarks"
    ],
    "chrome_url_overrides": {
        "bookmarks": "popup.html"
    },
    "icons": {
        "16": "icon_016.png",
        "48": "icon_048.png",
        "128": "icon_128.png"
    },
    "web_accessible_resources": [
        "img\/*"
    ]
}