Cherry Bookmarks

Organize your bookmarks with categories and tags

ما هو Cherry Bookmarks؟

Cherry Bookmarks هو إضافة Chrome تم تطويرها بواسطة David Reeß، والميزة الرئيسية لها هي "Organize your bookmarks with categories and tags".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Cherry Bookmarks

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

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

                        ✔ Order your bookmarks in categories for better visibility (for example, add a category for all links you still want to read!)

✔ Add custom colored tags to your bookmarks for better organization and searchability

✔ Search your bookmarks with a powerful real-time search

--

Cherry Icon by Artbees (http://artbees.deviantart.com/)                    

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

الاسم Cherry Bookmarks Cherry Bookmarks
ID onmnaegclpkfdmikoclheajeonnlmoin
عنوان URL الرسمي https://chromewebstore.google.com/detail/cherry-bookmarks/onmnaegclpkfdmikoclheajeonnlmoin
الوصف Organize your bookmarks with categories and tags
حجم الملف 351 KB
عدد التثبيتات 115
النسخة الحالية 1.0
آخر تحديث 2013-10-13
تاريخ النشر 2013-10-13
تقييم 5.00/5 مجموع تقييمات 3
المطور David Reeß
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cherry Bookmarks",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Organize your bookmarks with categories and tags",
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png"
    },
    "author": "David Ree\u00df",
    "browser_action": {
        "default_icon": {
            "19": "assets\/icon19.png"
        },
        "default_title": "Cherry Bookmarks"
    },
    "content_scripts": [],
    "background": {
        "scripts": [
            "scripts\/background\/browser_action.js",
            "scripts\/background\/install_notice.js"
        ]
    },
    "permissions": [
        "storage",
        "bookmarks",
        "chrome:\/\/favicon\/",
        "tabs"
    ],
    "web_accessible_resources": []
}