My Bookmarks Alpha

Manage your bookmarks with a simple and clean layout

Qu'est-ce que My Bookmarks Alpha ?

My Bookmarks Alpha est une extension Chrome développée par Hackety Apps, et sa fonction principale est "Manage your bookmarks with a simple and clean layout".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension My Bookmarks Alpha

Téléchargez les fichiers d'extension My Bookmarks Alpha au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom My Bookmarks Alpha My Bookmarks Alpha
ID ikdimglfjnihmbkaghnpcedcjddghcal
URL Officiel https://chromewebstore.google.com/detail/my-bookmarks-alpha/ikdimglfjnihmbkaghnpcedcjddghcal
Description Manage your bookmarks with a simple and clean layout
Taille du Fichier 92.83 KB
Nombre d'Installations 74
Version Actuelle 0.1.0
Dernière Mise à Jour 2019-02-28
Date de Publication 2019-02-28
Évaluation 3.25/5 Total 4 Évaluations
Développeur Hackety Apps
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/*"
    ]
}