Bookmark Image

Bookmark images from web

Bookmark Image क्या है?

Bookmark Image http://habilesoft.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Bookmark images from web"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        We all face some situation when we have searched some images, and after some days we need that image again, but there is no simple way to bookmark a image we liked, searching a liked image again consumes lot of time. Bookmark image extension helps you in bookmarking image you liked. It brings a super easy way to save image links, just right click on image and click bookmark it, Extension also includes a very user friendly view page where you can see all bookmarked images. Bookmark image completely integrated with Google image and it stores official image link, so you don't just have cache image. you can visit official site of image again.                    

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

नाम Bookmark Image Bookmark Image
ID flmlfccbjpnpgfpbolfbbnlkccbanoji
आधिकारिक URL https://chrome.google.com/webstore/detail/bookmark-image/flmlfccbjpnpgfpbolfbbnlkccbanoji
विवरण Bookmark images from web
फ़ाइल का आकार 352 KB
स्थापना संख्या 221
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2014-10-28
प्रकाशन तिथि 2014-10-28
रेटिंग 4.13/5 कुल 8 रेटिंग्स
डेवलपर http://habilesoft.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://habilesoft.com/product/bookmark-image/
सहायता पृष्ठ URL http://habilesoft.com/product/bookmark-image/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bookmark Image",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon\/16X16.png",
        "48": "images\/icon\/48X48.png",
        "128": "images\/icon\/128X128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "sample.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon\/19X19.png",
            "38": "images\/icon\/38X38.png",
            "128": "images\/icon\/128X128.png"
        },
        "default_title": "Bookmark Image",
        "default_popup": "browseraction\/popup.html"
    },
    "omnibox": {
        "keyword": "Bookmark Image"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "*:\/\/*.google.*\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "script.js"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "contextMenus",
        "storage",
        "tabs",
        "notifications",
        "background",
        "cookies"
    ]
}