React
A Minimal New Tab Page
Wat is React?
React is een Chrome-extensie ontwikkeld door https://rishimohan.me, en de belangrijkste functie is "A Minimal New Tab Page".
Extensie Screenshots
Download het CRX-bestand van de extensie React
Download React-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | pllemfmnnmnmnjachofnkpjhnnfnkckc |
| Officiële URL | https://chromewebstore.google.com/detail/react/pllemfmnnmnmnjachofnkpjhnnfnkckc |
| Beschrijving | A Minimal New Tab Page |
| Bestandsgrootte | 21.61 KB |
| Aantal Installaties | 144 |
| Huidige Versie | 0.1 |
| Laatst Bijgewerkt | 2018-01-10 |
| Publicatiedatum | 2018-01-10 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | https://rishimohan.me |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | http://rishimohan.me/projects/react/ |
| Help Pagina-URL | http://rishimohan.me/projects/react/ |
| Ondersteunde Talen | 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"
}
} | |