Faster Inoreader

Open Inoreader links in new process

Co to jest Faster Inoreader?

Faster Inoreader to rozszerzenie Chrome opracowane przez DSchember, a jego główną funkcją jest „Open Inoreader links in new process”.

Pobierz plik CRX rozszerzenia Faster Inoreader

Pobierz pliki rozszerzeń Faster Inoreader w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Faster Inoreader Faster Inoreader
ID iegijjfanndgnjehdmgliklmmdkiimcn
Oficjalny URL https://chromewebstore.google.com/detail/faster-inoreader/iegijjfanndgnjehdmgliklmmdkiimcn
Opis Open Inoreader links in new process
Rozmiar pliku 16.51 KB
Liczba instalacji 124
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2016-03-05
Data Publikacji 2016-03-05
Deweloper DSchember
Typ Płatności free
Strona Rozszerzenia https://github.com/DSchember/Faster-Inoreader
Obsługiwane Języki 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"
            ]
        }
    ]
}