Bookmark Keyword

Open bookmarks based on the keyword, which is defined as part of the bookmark title. e.g. [g] Google Search

Qu'est-ce que Bookmark Keyword ?

Bookmark Keyword est une extension Chrome développée par Alex Nazimok, et sa fonction principale est "Open bookmarks based on the keyword, which is defined as part of the bookmark title. e.g. [g] Google Search".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Bookmark Keyword

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

                        Bookmark Keyword is powerful extension that helps to navigate the web using bookmarks even easier. Bookmark any page, add keyword to the title and you are ready to jump the the page with just couple of keystrokes

You can execute keyword commands by putting them on the end of the keyword or on the end of the url, if selected from the suggestions list. Followin commands are currently supported:
   :t - open in the new tab
   :p - pin tab
   :w - open in the new window
   :i - incognito mode

For example: Assuming we have bookmark defined as '[fb] Facebook' to open the bookmark in the new window, you would type the following command in the omnibar "kw{tab}fb:w"
The commands could be combined. For example to open the bookmark in the new incognito window you would type: 'kw{tab}fb:wi'.                    

Informations de Base sur l'Extension

Nom Bookmark Keyword Bookmark Keyword
ID jgmmhndnlacimnjmgplphnokhnlbhnmd
URL Officiel https://chromewebstore.google.com/detail/bookmark-keyword/jgmmhndnlacimnjmgplphnokhnlbhnmd
Description Open bookmarks based on the keyword, which is defined as part of the bookmark title. e.g. [g] Google Search
Taille du Fichier 48.93 KB
Nombre d'Installations 347
Version Actuelle 1.7
Dernière Mise à Jour 2013-09-25
Date de Publication 2013-09-25
Évaluation 4.00/5 Total 23 Évaluations
Développeur Alex Nazimok
Type de Paiement free
Site Web de l'Extension https://github.com/anazimok/bookmark_keyword
URL de la Page d'Aide https://github.com/anazimok/bookmark_keyword/issues
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js",
            "storage.js"
        ],
        "persistent": false
    },
    "manifest_version": 2,
    "description": "Open bookmarks based on the keyword, which is defined as part of the bookmark title. e.g. [g] Google Search",
    "name": "Bookmark Keyword",
    "options_page": "options.html",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "omnibox": {
        "keyword": "kw"
    },
    "permissions": [
        "bookmarks",
        "tabs"
    ],
    "version": "1.7"
}