Bookmark Access Bar

Bookmark Access Bar

Qu'est-ce que Bookmark Access Bar ?

Bookmark Access Bar est une extension Chrome développée par Md. Mamunur Rashid, et sa fonction principale est "Bookmark Access Bar".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Bookmark Access Bar

Téléchargez les fichiers d'extension Bookmark Access Bar 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

                        Get a toggle-able sidebar with all your favorite bookmarks at the edge of your browser window.

This extensions allows you to access your favorite bookmarks by clicking on the floating menu button.

You will also get all of your bookmarks in new tab.  You can add, edit, delete your bookmarks from edit mode.

You will also get some of our products update at the bottom of the page. (e.g. Smart Shopping List App)

If you found a bug, have ideas for features or improvements, please let me know by sending mail to the address [email protected].                    

Informations de Base sur l'Extension

Nom Bookmark Access Bar Bookmark Access Bar
ID dckeohnohhdjjnellboiakekicnmchcc
URL Officiel https://chromewebstore.google.com/detail/bookmark-access-bar/dckeohnohhdjjnellboiakekicnmchcc
Description Bookmark Access Bar
Taille du Fichier 249 KB
Nombre d'Installations 37
Version Actuelle 1.0.2
Dernière Mise à Jour 2021-05-26
Date de Publication 2021-05-25
Évaluation 5.00/5 Total 3 Évaluations
Développeur Md. Mamunur Rashid
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "manifest_version": 2,
    "name": "Bookmark Access Bar",
    "version": "1.0.2",
    "version_name": "1.0.2",
    "description": "Bookmark Access Bar",
    "homepage_url": "http:\/\/myweblists.com\/extension",
    "icons": {
        "128": "img\/icon\/icon_128x128.png",
        "256": "img\/icon\/icon_256x256.png",
        "48": "img\/icon\/icon_48x48.png"
    },
    "minimum_chrome_version": "76",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "permissions": [
        "storage",
        "bookmarks",
        "chrome:\/\/favicon\/",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon\/icon_48x48.png",
        "default_popup": "popup.html",
        "default_title": "My Weblists"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "web_accessible_resources": [
        "css\/content.css",
        "img\/new-tab.png"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'"
}