_blank?

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

What is _blank??

_blank? is a Chrome extension developed by koosmann, and its main feature is "Changes the cursor to show when a link will open a new page or tab.".

Extension Screenshots

screenshot

Download _blank? Extension CRX File

Download _blank? extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name _blank? _blank?
ID ajnejhdfmameadlohfifmoeiadgngjae
Official URL https://chrome.google.com/webstore/detail/blank/ajnejhdfmameadlohfifmoeiadgngjae
Description Changes the cursor to show when a link will open a new page or tab.
File Size 11.36 KB
Installation Count 126
Current Version 1.0.4
Last Updated 2016-09-25
Publish Date 2016-09-25
Rating 4.50/5 Total 2 Ratings
Developer koosmann
Payment Type free
Supported Languages 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"
    }
}