Online Bookmark Incremental Search

This extension is a incremental search UI for online bookmarks(Google Bookmarks, Pinboard, etc.), You can find bookmarks quickly.

ما هو Online Bookmark Incremental Search؟

Online Bookmark Incremental Search هو إضافة Chrome تم تطويرها بواسطة https://www.enjoyxstudy.com، والميزة الرئيسية لها هي "This extension is a incremental search UI for online bookmarks(Google Bookmarks, Pinboard, etc.), You can find bookmarks quickly.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Online Bookmark Incremental Search

قم بتنزيل ملفات الامتداد Online Bookmark Incremental Search بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This extension is a incremental search UI for online bookmarks(Google Bookmarks, Pinboard, etc.), You can find bookmarks quickly.

* Perform an incremental search from title, notes, tags, and list the matched bookmarks.
* You can search by entering multiple keywords. The supported operators are AND("keyword-a keyword-b"), OR("keyword-a|keyword-b"), NOT("!keyword").
* Highlight the part that matched the keyword.
* Using keyboard shortcuts, You can find bookmarks very quickly.
* Because the bookmark list is saved locally, you can start searching immediately.

Supported services:
* Google Bookmarks
* Pinboard
* Hatena Bookmark                    

معلومات أساسية عن التمديد

الاسم Online Bookmark Incremental Search Online Bookmark Incremental Search
ID lpaleambpedcnbeaolhoandbffjgidao
عنوان URL الرسمي https://chromewebstore.google.com/detail/online-bookmark-increment/lpaleambpedcnbeaolhoandbffjgidao
الوصف This extension is a incremental search UI for online bookmarks(Google Bookmarks, Pinboard, etc.), You can find bookmarks quickly.
حجم الملف 230 KB
عدد التثبيتات 246
النسخة الحالية 2.0.4
آخر تحديث 2024-01-30
تاريخ النشر 2018-01-28
تقييم 4.43/5 مجموع تقييمات 21
المطور https://www.enjoyxstudy.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/onozaty/browser-online-bookmark-incsearch
عنوان صفحة المساعدة https://github.com/onozaty/browser-online-bookmark-incsearch
اللغات المدعومة en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "manifest_version": 2,
    "version": "2.0.4",
    "author": "onozaty",
    "description": "__MSG_extensionDescription__",
    "icons": {
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon128.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "https:\/\/api.pinboard.in\/*",
        "https:\/\/www.google.com\/bookmarks\/*",
        "https:\/\/b.hatena.ne.jp\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+O"
            }
        }
    },
    "default_locale": "en"
}