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