Bokemarks.com

Online bookmark manager which saves more than just the icon and title. View your bookmarks on any device.

ما هو Bokemarks.com؟

Bokemarks.com هو إضافة Chrome تم تطويرها بواسطة http://www.bokemarks.com، والميزة الرئيسية لها هي "Online bookmark manager which saves more than just the icon and title. View your bookmarks on any device.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Bokemarks.com

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

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

                        Bokemarks is a bookmark manager which saves more than just the icon and title of the webpage. With Bokemarks, you can bookmark the video, the song, the article, the map (and more) depending on which webpage you are bookmarking. You can view your Bokemarks from any device and also add tags and notes to organize your Bokemarks.

How to use it:
Click to Save Bokemark (or Ctrl+S)
Double-Click to view your Bokemarks (or Ctrl+O)                    

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

الاسم Bokemarks.com Bokemarks.com
ID edamijjeljkjcinelnicokboenomckhd
عنوان URL الرسمي https://chrome.google.com/webstore/detail/bokemarkscom/edamijjeljkjcinelnicokboenomckhd
الوصف Online bookmark manager which saves more than just the icon and title. View your bookmarks on any device.
حجم الملف 23.84 KB
عدد التثبيتات 56
النسخة الحالية 0.92
آخر تحديث 2013-11-18
تاريخ النشر 2013-11-18
تقييم 5.00/5 مجموع تقييمات 5
المطور http://www.bokemarks.com
نوع الدفع free
موقع الإضافة http://www.bokemarks.com
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bokemarks.com",
    "version": "0.92",
    "description": "Online bookmark manager which saves more than just the icon and title. View your bookmarks on any device.",
    "icons": {
        "128": "icon_128.png",
        "256": "icon_256.png"
    },
    "permissions": [
        "tabs",
        "webRequest",
        ""
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "keyPress.js"
            ]
        }
    ]
}