Open bookmark folder
To use, type 'ob' plus a folder name into the Omnibox.
Hvad er Open bookmark folder?
Open bookmark folder er en Chrome-udvidelse udviklet af Jan Schulz, og dens hovedfunktion er "To use, type 'ob' plus a folder name into the Omnibox.".
Download Open bookmark folder-udvidelses-CRX-fil
Download Open bookmark folder-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
| Navn | |
| ID | clapomiagkdmpgjclehajclninkdnihd |
| Officiel URL | https://chromewebstore.google.com/detail/open-bookmark-folder/clapomiagkdmpgjclehajclninkdnihd |
| Beskrivelse | To use, type 'ob' plus a folder name into the Omnibox. |
| Filstørrelse | 22.91 KB |
| Antal Installationer | 236 |
| Nuværende Version | 0.9 |
| Senest Opdateret | 2014-08-28 |
| Udgivelsesdato | 2014-08-28 |
| Bedømmelse | 4.20/5 Samlet 5 Bedømmelser |
| Udvikler | Jan Schulz |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/JanSchulz/openbookmarks-chrome |
| Hjælpeside-URL | https://github.com/JanSchulz/openbookmarks-chrome |
| Understøttede Sprog | 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
} | |