Open bookmark folder
To use, type 'ob' plus a folder name into the Omnibox.
Vad är Open bookmark folder?
Open bookmark folder är en Chrome-tillägg utvecklad av Jan Schulz, och dess huvudfunktion är "To use, type 'ob' plus a folder name into the Omnibox.".
Ladda ner Open bookmark folder-förlängningens CRX-fil
Ladda ner Open bookmark folder-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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). Grundläggande Information om Tillägg
| Namn | |
| ID | clapomiagkdmpgjclehajclninkdnihd |
| Officiell webbadress | https://chromewebstore.google.com/detail/open-bookmark-folder/clapomiagkdmpgjclehajclninkdnihd |
| Beskrivning | To use, type 'ob' plus a folder name into the Omnibox. |
| Filstorlek | 22.91 KB |
| Antal Installationer | 236 |
| Aktuell Version | 0.9 |
| Senast Uppdaterad | 2014-08-28 |
| Publiceringsdatum | 2014-08-28 |
| Betyg | 4.20/5 Totalt 5 Betyg |
| Utvecklare | Jan Schulz |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/JanSchulz/openbookmarks-chrome |
| Hjälpsida URL | https://github.com/JanSchulz/openbookmarks-chrome |
| Stödda Språk | 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
} | |