Bookmark Desktop

Create your bookmark desktop!

ما هو Bookmark Desktop؟

Bookmark Desktop هو إضافة Chrome تم تطويرها بواسطة Serdar Kuzucu، والميزة الرئيسية لها هي "Create your bookmark desktop!".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Bookmark Desktop

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

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

                        Add your favorite web pages and bookmarks to your Bookmark Desktop, which is like your Windows' desktop.

New things in v1.0 are:
- Options page is created.
- Changing background image/color of the desktop is added.
- Changing icons' text color is added.
- 'Recently Closed Tabs' and 'Most Viewed Pages' menu is added.
- Now you can decide opening in new tab or in current tab from options page.
- You can change the number of 'most viewed pages' and the number of 'recently closed tabs' shown in the menus.
- You can add some url's to the 'ignore list' not to see them in most viewed pages menu.
- Synchronization between tabs is added. Now when you do something(add, remove, move, rename) in a Bookmark Desktop tab, it's done automatically in other Bookmark Desktop tabs.                    

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

الاسم Bookmark Desktop Bookmark Desktop
ID icjefgkakambanhdkeocfkgnmegbmcpg
عنوان URL الرسمي https://chrome.google.com/webstore/detail/bookmark-desktop/icjefgkakambanhdkeocfkgnmegbmcpg
الوصف Create your bookmark desktop!
حجم الملف 440 KB
عدد التثبيتات 552
النسخة الحالية 1.0
آخر تحديث 2012-10-22
تاريخ النشر 2012-10-22
تقييم 4.23/5 مجموع تقييمات 22
المطور Serdar Kuzucu
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bookmark Desktop",
    "version": "1.0",
    "description": "Create your bookmark desktop!",
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "chrome:\/\/favicon\/",
        "history"
    ],
    "icons": {
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "browser_action": {
        "default_title": "Add to Bookmark Desktop",
        "default_icon": "logo19.png"
    },
    "chrome_url_overrides": {
        "newtab": "blank.html"
    },
    "manifest_version": 2
}