Faster Inoreader

Open Inoreader links in new process

Faster Inoreaderとは何ですか?

Faster InoreaderはDSchemberによって開発されたChromeの拡張機能で、その主な機能は「Open Inoreader links in new process」です。

Faster Inoreader拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension is based on Faster Feedly (https://chrome.google.com/webstore/detail/faster-feedly/gagalaigbidgkfapafgmgohcpfganoig)

This extension forces the Inoreader web application to open new tabs in a separate process, so that they never slow the reader itself.                    

拡張機能の基本情報

名前 Faster Inoreader Faster Inoreader
ID iegijjfanndgnjehdmgliklmmdkiimcn
公式URL https://chromewebstore.google.com/detail/faster-inoreader/iegijjfanndgnjehdmgliklmmdkiimcn
説明 Open Inoreader links in new process
ファイルサイズ 16.51 KB
インストール数 124
現在のバージョン 0.1
最終更新日 2016-03-05
公開日 2016-03-05
開発者 DSchember
支払い方法 free
拡張機能のウェブサイト https://github.com/DSchember/Faster-Inoreader
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Faster Inoreader",
    "version": "0.1",
    "manifest_version": 2,
    "description": "Open Inoreader links in new process",
    "icons": {
        "24": "24.png",
        "48": "48.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.inoreader.com\/*"
            ],
            "js": [
                "modify-a-attr.js"
            ]
        }
    ]
}