Open bookmark folder

To use, type 'ob' plus a folder name into the Omnibox.

Qu'est-ce que Open bookmark folder ?

Open bookmark folder est une extension Chrome développée par Jan Schulz, et sa fonction principale est "To use, type 'ob' plus a folder name into the Omnibox.".

Télécharger le fichier CRX de l'extension Open bookmark folder

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

                        This extension lets you open all links in a bookmark folder by typing "ob " into the address bar (Chromes "omnibox"). 

It is a replacement for Operas folder nicknames.

To change the identifier ("ob" per default), go to the option page and follow the instructions (or see this stackoverflow question: http://stackoverflow.com/a/18219395/1380673).                    

Informations de Base sur l'Extension

Nom Open bookmark folder Open bookmark folder
ID clapomiagkdmpgjclehajclninkdnihd
URL Officiel https://chromewebstore.google.com/detail/open-bookmark-folder/clapomiagkdmpgjclehajclninkdnihd
Description To use, type 'ob' plus a folder name into the Omnibox.
Taille du Fichier 22.91 KB
Nombre d'Installations 236
Version Actuelle 0.9
Dernière Mise à Jour 2014-08-28
Date de Publication 2014-08-28
Évaluation 4.20/5 Total 5 Évaluations
Développeur Jan Schulz
Type de Paiement free
Site Web de l'Extension https://github.com/JanSchulz/openbookmarks-chrome
URL de la Page d'Aide https://github.com/JanSchulz/openbookmarks-chrome
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open bookmark folder",
    "description": "To use, type 'ob' plus a folder name into the Omnibox. ",
    "version": "0.9",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "bookmarks"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "omnibox": {
        "keyword": "ob"
    },
    "manifest_version": 2
}