My Cloud Bookmarks

Search your bookmarks while searching for information in search engines. Save bookmarks with details for future reference

My Cloud Bookmarks क्या है?

My Cloud Bookmarks http://www.prophecy.co.in द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search your bookmarks while searching for information in search engines. Save bookmarks with details for future reference"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में My Cloud Bookmarks एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Automatically Search your own bookmarks too, while searching for information in Google, Bing, Yahoo search engines. 

Save your own bookmarks, with proper categorization, short notes and star rating for your future reference at Prophecy stores for free. 

These bookmarks also made available over cloud for your editing. 

Use Alt+B (Alternate Bookmark) anytime to bookmark a page.                    

एक्सटेंशन की मूल जानकारी

नाम My Cloud Bookmarks My Cloud Bookmarks
ID lccennflakcnjjgfobablnapdcmjeoin
आधिकारिक URL https://chrome.google.com/webstore/detail/lccennflakcnjjgfobablnapdcmjeoin
विवरण Search your bookmarks while searching for information in search engines. Save bookmarks with details for future reference
फ़ाइल का आकार 115 KB
स्थापना संख्या 43
वर्तमान संस्करण 1.0.1.4
अंतिम अपडेट 2016-09-29
प्रकाशन तिथि 2016-09-29
डेवलपर http://www.prophecy.co.in
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.prophecy.co.in
सहायता पृष्ठ URL http://www.prophecy.co.in/services/mycloudbookmarks/help/help.html
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "My Cloud Bookmarks",
    "short_name": "My Cloud Bookmarks",
    "description": "Search your bookmarks while searching for information in search engines. \n\nSave bookmarks with details for future reference",
    "version": "1.0.1.4",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "images\/ppred.png",
        "default_popup": "bookmarks.html",
        "default_title": "Want to bookmark this page?"
    },
    "icons": {
        "10": "images\/ppgreen.png",
        "16": "images\/ppred16.png",
        "20": "images\/ppgold.png",
        "30": "images\/ppblue.png",
        "32": "images\/ppred32.png",
        "40": "images\/ppred.png",
        "48": "images\/ppred48.png",
        "128": "images\/ppred128.png"
    },
    "background": {
        "scripts": [
            "js\/jquery-min.js",
            "js\/client_platform.js",
            "js\/chkbrowser.js",
            "js\/key.js",
            "js\/pplogin.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src  https:\/\/*.google.com 'unsafe-eval' ; object-src 'self'",
    "oauth2": {
        "client_id": "174325550089-ojcvkigdf0cp0lt184rt6e3q5m3pupat.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/gmail.readonly"
        ]
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+B",
                "windows": "Alt+B",
                "mac": "Alt+Shift+B"
            }
        }
    },
    "incognito": "spanning",
    "permissions": [
        "webNavigation",
        "identity",
        "identity.email",
        "tabs",
        "activeTab",
        "http:\/\/www.prophecy.co.in\/*",
        "https:\/\/www.prophecy.co.in\/*",
        "alarms"
    ]
}