Always open PDFs in new tab

Always open PDFs in new tab

Always open PDFs in new tabとは何ですか?

Always open PDFs in new tabはJeff Grimaによって開発されたChromeの拡張機能で、その主な機能は「Always open PDFs in new tab」です。

Always open PDFs in new tab拡張機能のCRXファイルをダウンロード

Always open PDFs in new tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Always open PDFs in new tab Always open PDFs in new tab
ID ebobmeemifecooeiblacciicilpokfpn
公式URL https://chrome.google.com/webstore/detail/always-open-pdfs-in-new-t/ebobmeemifecooeiblacciicilpokfpn
説明 Always open PDFs in new tab
ファイルサイズ 4.74 KB
インストール数 461
現在のバージョン 0.2
最終更新日 2016-03-17
公開日 2016-03-17
評価 1.00/5 合計 1 レビュー
開発者 Jeff Grima
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://gearedsys.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "0.2",
    "manifest_version": 2,
    "description": "__MSG_extDesc__",
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "default_locale": "en",
    "permissions": [
        "downloads",
        "downloads.open"
    ]
}