_blank?

Changes the cursor to show when a link will open a new page or tab.

_blank?คืออะไร?

_blank? เป็นส่วนขยายของ Chrome ที่พัฒนาโดย koosmann และคุณลักษณะหลักของมันคือ "Changes the cursor to show when a link will open a new page or tab."

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย _blank? ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ _blank? _blank?
ID ajnejhdfmameadlohfifmoeiadgngjae
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/blank/ajnejhdfmameadlohfifmoeiadgngjae
คำอธิบาย Changes the cursor to show when a link will open a new page or tab.
ขนาดไฟล์ 11.36 KB
จำนวนการติดตั้ง 126
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2016-09-25
วันที่เผยแพร่ 2016-09-25
คะแนน 4.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา koosmann
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "_blank?",
    "description": "Changes the cursor to show when a link will open a new page or tab.",
    "version": "1.0.4",
    "author": "Marcus Koosmann",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        ""
    ],
    "icons": {
        "16": "images\/alias-16.png",
        "48": "images\/alias-48.png",
        "128": "images\/alias-128.png"
    }
}