_blank?

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

什么是_blank??

_blank?是由koosmann开发的Chrome扩展程序,该扩展的主要功能是“Changes the cursor to show when a link will open a new page or tab.”。

扩展截图

screenshot

下载_blank?扩展crx文件

下载_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"
    }
}