React
A Minimal New Tab Page
Cos'è React?
React è un'estensione di Chrome sviluppata da https://rishimohan.me, e la sua funzione principale è "A Minimal New Tab Page".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione React
Scarica i file di estensione React 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
React is a minimal new tab page for Chrome. It lists all your bookmarks right below the address bar in a simple yet beautiful design.
Informazioni di Base sull'Estensione
Nome | React |
ID | pllemfmnnmnmnjachofnkpjhnnfnkckc |
URL Ufficiale | https://chromewebstore.google.com/detail/react/pllemfmnnmnmnjachofnkpjhnnfnkckc |
Descrizione | A Minimal New Tab Page |
Dimensione del File | 21.61 KB |
Conteggio Installazioni | 144 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2018-01-10 |
Data di Pubblicazione | 2018-01-10 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://rishimohan.me |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://rishimohan.me/projects/react/ |
URL della Pagina di Aiuto | http://rishimohan.me/projects/react/ |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "React", "version": "0.1", "author": "Rishi Mohan", "description": "A Minimal New Tab Page", "homepage_url": "http:\/\/omgminimal.com", "chrome_url_overrides": { "newtab": "tab.html" }, "permissions": [ "bookmarks", "chrome:\/\/favicon\/" ], "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" } } |