Shoji Bookmark Lite - rebookmark

Simple, fast and working bookmark search

ما هو Shoji Bookmark Lite - rebookmark؟

Shoji Bookmark Lite - rebookmark هو إضافة Chrome تم تطويرها بواسطة Noxasch، والميزة الرئيسية لها هي "Simple, fast and working bookmark search".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Shoji Bookmark Lite - rebookmark

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

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

                        Focus on what you looking for,
Not the whole bookmarks.

Bookmark is for a lifetime

Folder tree are great. It's great to feel organized. Well for, people that have time. But i'm not one of them. I have about 50 folder and 6,549 bookmarks. My bookmark is kept for all my life.

I just want to quickly get to my bookmark

Most of bookmark extension are created for the organized people. But honestly, I just want something that can quickly get what i was looking for. I know, i have to clean up those one fine day. But today, i just want to get my work done.

That is all this extension is all about. 

Add to Chrome and access to all this feature.

Feature:
+ access bookmark from the icon
+ show all your recent bookmark
+ no folder tree
+ search result are ordered by date
+ search by website (eg: "github.com my repo")
+ modern native looks
+ search with typo


========================================================

If chrome does not update your chrome automatically somehow, just go to the extension tab and click update.

Permission Required:
- Read and change your bookmarks: To read, delete, and search bookmark
- Read your browsing history: Check current tab url, if newtab it will open in current tab, unless you explicitly right click and open in new tab
- access to chrome://favicon/*: To show site favicon next to the bookmark

Privacy:
I don't put any tracking or analytics so please contact me on twitter (@noxasch) if you have any problem or mail me your inquiries.

Contact:
You can reach me on twitter @noxasch or email me your inquiries at support[at]noxasch.tech.

My Other Extension:
Shoji Tab lite - Navigate and search tabs from anywhere 

https://chrome.google.com/webstore/detail/shoji-tab-lite-tab-assist/lekndijcmlpmociflkfhcgbjegcbndgc


====================== changelogs =======================
update v0.11.3
- quickfix and improvement for delete function

update v0.11.1
- delete bookmark function
- performance improvement

update v0.9.0
- add support for light theme
- support search with typo

update v0.8.0
- redesign to look native
- performance improvement

update v0.7.8
- minor bug fixes

update v0.7.7
- performance improvement
- load more item but faster than before

update v0.7.6
- search result are return from most recent bookmark

update v0.7.5:
- fix MacOS scroll issue
- handle bookmark without name

update v0.7.3:
- fix remember selected theme

update v0.7.2:
- dark theme support
- performance update
- file size reduced

update v0.6.10:
- remember search input
- bug fix: exclude folder from search result                    

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

الاسم Shoji Bookmark Lite - rebookmark Shoji Bookmark Lite - rebookmark
ID joffpgeladignadppokcgghabgaoldlp
عنوان URL الرسمي https://chromewebstore.google.com/detail/shoji-bookmark-lite-reboo/joffpgeladignadppokcgghabgaoldlp
الوصف Simple, fast and working bookmark search
حجم الملف 30.88 KB
عدد التثبيتات 31
النسخة الحالية 0.11.3
آخر تحديث 2020-10-30
تاريخ النشر 2020-03-02
تقييم 4.67/5 مجموع تقييمات 3
المطور Noxasch
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Shoji Bookmark Lite - rebookmark",
    "version": "0.11.3",
    "author": "Alexander Dischberg",
    "description": "Simple, fast and working bookmark search",
    "browser_action": {
        "default_title": "Shoji Bookmark ",
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "bookmarks",
        "tabs",
        "chrome:\/\/favicon\/",
        "storage"
    ],
    "offline_enabled": true,
    "icons": {
        "16": "img\/icon_16.png",
        "32": "img\/icon_32.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    }
}