React
A Minimal New Tab Page
什么是React?
React是由https://rishimohan.me开发的Chrome扩展程序,该扩展的主要功能是“A Minimal New Tab Page”。
扩展截图
下载React扩展crx文件
下载React扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | React |
ID | pllemfmnnmnmnjachofnkpjhnnfnkckc |
官方URL | https://chromewebstore.google.com/detail/react/pllemfmnnmnmnjachofnkpjhnnfnkckc |
简介 | A Minimal New Tab Page |
文件大小 | 21.61 KB |
安装次数 | 144 |
当前版本 | 0.1 |
更新时间 | 2018-01-10 |
上架时间 | 2018-01-10 |
评分 | 5.00/5 共1次评分 |
开发者 | https://rishimohan.me |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://rishimohan.me/projects/react/ |
帮助页面URL | http://rishimohan.me/projects/react/ |
支持的语言 | 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" } } |