Open bookmark folder
To use, type 'ob' plus a folder name into the Omnibox.
ما هو Open bookmark folder؟
Open bookmark folder هو إضافة Chrome تم تطويرها بواسطة Jan Schulz، والميزة الرئيسية لها هي "To use, type 'ob' plus a folder name into the Omnibox.".
تحميل ملف CRX للإضافة Open bookmark folder
قم بتنزيل ملفات الامتداد Open bookmark folder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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). معلومات أساسية عن التمديد
| الاسم | |
| ID | clapomiagkdmpgjclehajclninkdnihd |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/open-bookmark-folder/clapomiagkdmpgjclehajclninkdnihd |
| الوصف | To use, type 'ob' plus a folder name into the Omnibox. |
| حجم الملف | 22.91 KB |
| عدد التثبيتات | 236 |
| النسخة الحالية | 0.9 |
| آخر تحديث | 2014-08-28 |
| تاريخ النشر | 2014-08-28 |
| تقييم | 4.20/5 مجموع تقييمات 5 |
| المطور | Jan Schulz |
| نوع الدفع | free |
| موقع الإضافة | https://github.com/JanSchulz/openbookmarks-chrome |
| عنوان صفحة المساعدة | https://github.com/JanSchulz/openbookmarks-chrome |
| اللغات المدعومة | 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
} | |