behind!

Finds and opens all images under your cursor.

behind!คืออะไร?

behind! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Devrim Şahin และคุณลักษณะหลักของมันคือ "Finds and opens all images under your cursor."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย behind!

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}