BookmarkBy

An elegant bookmark manager which lets you manage your bookmarks efficiently & see analytics

ما هو BookmarkBy؟

BookmarkBy هو إضافة Chrome تم تطويرها بواسطة bookmarkby، والميزة الرئيسية لها هي "An elegant bookmark manager which lets you manage your bookmarks efficiently & see analytics".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة BookmarkBy

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

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

                        You will be amazed to see what you can do with your bookmarks!

===Features===
Search your bookmarks from any tabs with just one click.
See your Most bookmarked sites and Most clicked Bookmarks in Full view.
Search your bookmarks with ease. Search all or within a folder, sort them to find what matters.
Share your bookmarks on social media with one click.
Filter your bookmarks by folder, Edit or Delete them based on your need.

===V 1.0.2 update===
Bugfix for longer URLs in'Most Bookmarked sites' card                    

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

الاسم BookmarkBy BookmarkBy
ID ondbeojkdmaaafddmfdlpgcdfkldemio
عنوان URL الرسمي https://chromewebstore.google.com/detail/bookmarkby/ondbeojkdmaaafddmfdlpgcdfkldemio
الوصف An elegant bookmark manager which lets you manage your bookmarks efficiently & see analytics
حجم الملف 1.35 MB
عدد التثبيتات 104
النسخة الحالية 1.0.2
آخر تحديث 2020-02-09
تاريخ النشر 2020-02-09
تقييم 4.62/5 مجموع تقييمات 21
المطور bookmarkby
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BookmarkBy",
    "author": "Anirban, Animesh, Ayan, Soham",
    "version": "1.0.2",
    "description": "An elegant bookmark manager which lets you manage your bookmarks efficiently & see analytics",
    "icons": {
        "16": "bookmarkby_icon16.png",
        "48": "bookmarkby_icon48.png",
        "128": "bookmarkby_icon128.png"
    },
    "permissions": [
        "bookmarks",
        "chrome:\/\/favicon\/",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "BookmarkBy",
        "default_popup": "index.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}