_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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                                            

معلومات أساسية عن التمديد

الاسم _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"
    }
}