Faster Bookmark - Add Bookmark faster
Easily add bookmarks to any folder. Includes spotlight-like search with mouse/keyboard support. Default key: cmd+b (win:ctrl+b)
ما هو Faster Bookmark - Add Bookmark faster؟
Faster Bookmark - Add Bookmark faster هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Easily add bookmarks to any folder. Includes spotlight-like search with mouse/keyboard support. Default key: cmd+b (win:ctrl+b)".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Faster Bookmark - Add Bookmark faster
قم بتنزيل ملفات الامتداد Faster Bookmark - Add Bookmark faster بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Easy way to add bookmarks to any folder.
Includes spotlight-like search with mouse/keyboard integration.
Default shortcut: cmd+b (win:ctrl+b)
-----
Author: minhanhhere
Origin: https://github.com/ardcore/chrome-better-bookmark
Source code: https://github.com/minhanhhere/chrome-faster-bookmark معلومات أساسية عن التمديد
| الاسم | |
| ID | fibadljlplamppipiebabkdehecpabce |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/faster-bookmark-add-bookm/fibadljlplamppipiebabkdehecpabce |
| الوصف | Easily add bookmarks to any folder. Includes spotlight-like search with mouse/keyboard support. Default key: cmd+b (win:ctrl+b) |
| حجم الملف | 32.27 KB |
| عدد التثبيتات | 902 |
| النسخة الحالية | 1.3.1 |
| آخر تحديث | 2015-12-24 |
| تاريخ النشر | 2015-12-24 |
| تقييم | 4.46/5 مجموع تقييمات 28 |
| المطور | Unknown |
| نوع الدفع | free |
| اللغات المدعومة | en-US |
| manifest.json | |
{
"author": "Minh Anh",
"background": {
"page": "init.html"
},
"browser_action": {
"default_icon": {
"19": "action.png",
"38": "action.png"
},
"default_popup": "background.html",
"default_title": "Faster Bookmark Button"
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"chromeos": "Ctrl+B",
"default": "Ctrl+B",
"linux": "Ctrl+B",
"mac": "Command+B",
"windows": "Ctrl+B"
}
}
},
"description": "Easily add bookmarks to any folder. Includes spotlight-like search with mouse\/keyboard support. Default key: cmd+b (win:ctrl+b)",
"homepage_url": "https:\/\/github.com\/minhanhhere\/chrome-faster-bookmark",
"icons": {
"128": "bookmark.png",
"16": "bookmark.png",
"48": "bookmark.png"
},
"manifest_version": 2,
"name": "Faster Bookmark - Add Bookmark faster",
"shortname": "Faster Bookmark",
"permissions": [
"bookmarks",
"tabs"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.3.1"
} | |