Bookmarker

Bookmarker is a simple Chrome extension to search bookmarks.

Qu'est-ce que Bookmarker ?

Bookmarker est une extension Chrome développée par Mehdi Sadeghi, et sa fonction principale est "Bookmarker is a simple Chrome extension to search bookmarks.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Bookmarker

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

                        The omnibox is limited to only six search results, including the web and bookmarts. However, there is no way to explicitly search bookmarks. Bookmarker solves this problem. Type "bb" in the omnibox and start searching!                    

Informations de Base sur l'Extension

Nom Bookmarker Bookmarker
ID dogmmdcflcflabibfbecmfgaaobifimo
URL Officiel https://chromewebstore.google.com/detail/bookmarker/dogmmdcflcflabibfbecmfgaaobifimo
Description Bookmarker is a simple Chrome extension to search bookmarks.
Taille du Fichier 39.36 KB
Nombre d'Installations 15
Version Actuelle 0.4
Dernière Mise à Jour 2017-04-08
Date de Publication 2017-04-08
Évaluation 4.00/5 Total 1 Évaluations
Développeur Mehdi Sadeghi
Type de Paiement free
Site Web de l'Extension https://github.com/mehdisadeghi/bookmarker
URL de la Page d'Aide https://github.com/mehdisadeghi/bookmarker/issues
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bookmarker",
    "version": "0.4",
    "manifest_version": 2,
    "description": "Bookmarker is a simple Chrome extension to search bookmarks.",
    "omnibox": {
        "keyword": "bb"
    },
    "permissions": [
        "bookmarks"
    ],
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    }
}