Inoreader open in background tab
Inoreader open in background tab is an extension for Inoreader and Irodr. It opens external links as background tabs. Inoreader…
Cos'è Inoreader open in background tab?
Inoreader open in background tab è un'estensione di Chrome sviluppata da mono, e la sua funzione principale è "Inoreader open in background tab is an extension for Inoreader and Irodr. It opens external links as background tabs. Inoreader…".
Scarica il file CRX dell'estensione Inoreader open in background tab
Scarica i file di estensione Inoreader open in background tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
                        Inoreader open in background tab is an extension for Inoreader and Irodr.
It opens external links as background tabs.
Inoreader
https://www.inoreader.com/
Irodr
http://irodr.netlify.com/
GitHub Repository
https://github.com/mono0x/inoreader-open-in-background-tab
LDR open in background tab for Greasemonkey
http://os0x.hatenablog.com/entry/20090601/1243822600                     Informazioni di Base sull'Estensione
| Nome |  | 
| ID | bkihbnpcefhddjbmogafhagmggbokkid | 
| URL Ufficiale | https://chromewebstore.google.com/detail/inoreader-open-in-backgro/bkihbnpcefhddjbmogafhagmggbokkid | 
| Descrizione | Inoreader open in background tab is an extension for Inoreader and Irodr. It opens external links as background tabs. Inoreader… | 
| Dimensione del File | 7.1 KB | 
| Conteggio Installazioni | 42 | 
| Versione Corrente | 0.1.0 | 
| Ultimo Aggiornamento | 2018-07-14 | 
| Data di Pubblicazione | 2018-07-14 | 
| Sviluppatore | mono | 
| Tipo di Pagamento | free | 
| Lingue Supportate | en | 
| manifest.json | |
| {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Inoreader open in background tab",
    "description": "",
    "author": "mono",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.inoreader.com\/*",
                "https:\/\/www.inoreader.com\/*",
                "http:\/\/irodr.netlify.com\/*",
                "https:\/\/irodr.netlify.com\/*"
            ],
            "js": [
                "scripts\/content.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/www.inoreader.com\/*",
            "https:\/\/www.inoreader.com\/*",
            "http:\/\/irodr.netlify.com\/*",
            "https:\/\/irodr.netlify.com\/*"
        ]
    },
    "version": "0.1.0"
} | |