Open bookmark folder
To use, type 'ob' plus a folder name into the Omnibox.
Wat is Open bookmark folder?
Open bookmark folder is een Chrome-extensie ontwikkeld door Jan Schulz, en de belangrijkste functie is "To use, type 'ob' plus a folder name into the Omnibox.".
Download het CRX-bestand van de extensie Open bookmark folder
Download Open bookmark folder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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). Basisinformatie over de Extensie
| Naam | |
| ID | clapomiagkdmpgjclehajclninkdnihd |
| Officiële URL | https://chromewebstore.google.com/detail/open-bookmark-folder/clapomiagkdmpgjclehajclninkdnihd |
| Beschrijving | To use, type 'ob' plus a folder name into the Omnibox. |
| Bestandsgrootte | 22.91 KB |
| Aantal Installaties | 236 |
| Huidige Versie | 0.9 |
| Laatst Bijgewerkt | 2014-08-28 |
| Publicatiedatum | 2014-08-28 |
| Beoordeling | 4.20/5 Totaal 5 Beoordelingen |
| Ontwikkelaar | Jan Schulz |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/JanSchulz/openbookmarks-chrome |
| Help Pagina-URL | https://github.com/JanSchulz/openbookmarks-chrome |
| Ondersteunde Talen | 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
} | |