Pure Newtab
A newtab with a pure customizable background.
What is Pure Newtab?
Pure Newtab is a Chrome extension developed by 钢盅郭子, and its main feature is "A newtab with a pure customizable background.".
Extension Screenshots
Download Pure Newtab Extension CRX File
Download Pure Newtab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
纯新标签页,只有一个可自定义背景的新标签页。 Update 1.1 ========== Reconstruction Internationalization: EN, zh-CN, zh-TW Fork me on Github! https://github.com/WhaleWatching/pure-newtab License under GPLv2 By Edward Cheng
Extension Basic Information
Name | Pure Newtab |
ID | nedmebappfidkelfchchmppemdhbblph |
Official URL | https://chromewebstore.google.com/detail/pure-newtab/nedmebappfidkelfchchmppemdhbblph |
Description | A newtab with a pure customizable background. |
File Size | 48.84 KB |
Installation Count | 226 |
Current Version | 1.1 |
Last Updated | 2014-03-18 |
Publish Date | 2014-03-17 |
Rating | 4.92/5 Total 12 Ratings |
Developer | 钢盅郭子 |
Payment Type | free |
Extension Website | https://github.com/WhaleWatching/pure-newtab |
Help Page URL | https://github.com/WhaleWatching/pure-newtab |
Supported Languages | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pure Newtab", "version": "1.1", "manifest_version": 2, "description": "A newtab with a pure customizable background.", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "ftp:\/\/*\/*" ], "chrome_url_overrides": { "newtab": "newtab.html" }, "default_locale": "en" } |