behind!

Finds and opens all images under your cursor.

behind!とは何ですか?

behind!はDevrim Şahinによって開発されたChromeの拡張機能で、その主な機能は「Finds and opens all images under your cursor.」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        When "view background image" is greyed out, this add-on is there to help you.

behind! can reveal:

- Background images,
- Images under layers of nonsense (e.g. clickable surfaces designed to hide the image from you),
- Embedded images / base64-encoded image chunks,
- Alternative resolutions ,
- Vector images (even when they are inlined),
- Images in shadow DOM

Source code: https://github.com/kubuzetto/behind                    

拡張機能の基本情報

名前 behind! behind!
ID blfpdedbdighagggfhgihcocfheicfjk
公式URL https://chromewebstore.google.com/detail/behind/blfpdedbdighagggfhgihcocfheicfjk
説明 Finds and opens all images under your cursor.
ファイルサイズ 48.65 KB
インストール数 1,833
現在のバージョン 0.2.20
最終更新日 2022-04-16
公開日 2020-04-07
評価 4.80/5 合計 5 レビュー
開発者 Devrim Şahin
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/kubuzetto/behind
ヘルプページのURL https://github.com/kubuzetto/behind/issues
対応言語 en,tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_extensionName__",
    "version": "0.2.20",
    "description": "__MSG_extensionDescription__",
    "permissions": [
        "",
        "tabs",
        "contextMenus",
        "storage"
    ],
    "optional_permissions": [
        "history"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "browser-polyfill.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "browser-polyfill.js",
            "bg.js"
        ]
    },
    "options_ui": {
        "page": "options.html"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "64": "icon64.png",
        "256": "icon256.png"
    }
}