Faster Inoreader
Open Inoreader links in new process
Cos'è Faster Inoreader?
Faster Inoreader è un'estensione di Chrome sviluppata da DSchember, e la sua funzione principale è "Open Inoreader links in new process".
Scarica il file CRX dell'estensione Faster Inoreader
Scarica i file di estensione Faster Inoreader 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
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.
Informazioni di Base sull'Estensione
Nome | Faster Inoreader |
ID | iegijjfanndgnjehdmgliklmmdkiimcn |
URL Ufficiale | https://chromewebstore.google.com/detail/faster-inoreader/iegijjfanndgnjehdmgliklmmdkiimcn |
Descrizione | Open Inoreader links in new process |
Dimensione del File | 16.51 KB |
Conteggio Installazioni | 124 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2016-03-05 |
Data di Pubblicazione | 2016-03-05 |
Sviluppatore | DSchember |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/DSchember/Faster-Inoreader |
Lingue Supportate | 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" ] } ] } |