Bookmark Desktop

Create your bookmark desktop!

Bookmark Desktop क्या है?

Bookmark Desktop Serdar Kuzucu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create your bookmark desktop!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Bookmark Desktop एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}