Faster Inoreader

Open Inoreader links in new process

What is Faster Inoreader?

Faster Inoreader is a Chrome extension developed by DSchember, and its main feature is "Open Inoreader links in new process".

Download Faster Inoreader Extension CRX File

Download Faster Inoreader 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

                        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.                    

Extension Basic Information

Name Faster Inoreader Faster Inoreader
ID iegijjfanndgnjehdmgliklmmdkiimcn
Official URL https://chromewebstore.google.com/detail/faster-inoreader/iegijjfanndgnjehdmgliklmmdkiimcn
Description Open Inoreader links in new process
File Size 16.51 KB
Installation Count 124
Current Version 0.1
Last Updated 2016-03-05
Publish Date 2016-03-05
Developer DSchember
Payment Type free
Extension Website https://github.com/DSchember/Faster-Inoreader
Supported Languages 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"
            ]
        }
    ]
}