My Bookmarks Alpha

Manage your bookmarks with a simple and clean layout

Was ist My Bookmarks Alpha?

My Bookmarks Alpha ist eine Chrome-Erweiterung, die von Hackety Apps entwickelt wurde, und ihr Hauptmerkmal ist "Manage your bookmarks with a simple and clean layout".

Erweiterungsscreenshots

screenshot
screenshot

My Bookmarks Alpha-Erweiterungs-CRX-Datei herunterladen

Laden Sie My Bookmarks Alpha-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name My Bookmarks Alpha My Bookmarks Alpha
ID ikdimglfjnihmbkaghnpcedcjddghcal
Offizielle URL https://chromewebstore.google.com/detail/my-bookmarks-alpha/ikdimglfjnihmbkaghnpcedcjddghcal
Beschreibung Manage your bookmarks with a simple and clean layout
Dateigröße 92.83 KB
Installationsanzahl 74
Aktuelle Version 0.1.0
Letztes Update 2019-02-28
Veröffentlichungsdatum 2019-02-28
Bewertung 3.25/5 Insgesamt 4 Bewertungen
Entwickler Hackety Apps
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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\/*"
    ]
}