Bookmark Image

Bookmark images from web

Bookmark Imageとは何ですか?

Bookmark Imageはhttp://habilesoft.comによって開発されたChromeの拡張機能で、その主な機能は「Bookmark images from web」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Bookmark Image拡張機能のCRXファイルをダウンロード

Bookmark Image拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
    ]
}