Bokemarks.com

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

Bokemarks.com क्या है?

Bokemarks.com 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 फ़ाइल डाउनलोड करें

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