Atarashii (New) Tab Page
Displays anime wallpapers from r/Animewallpaper on your new tab page
What is Atarashii (New) Tab Page?
Atarashii (New) Tab Page is a Chrome extension developed by cf12, and its main feature is "Displays anime wallpapers from r/Animewallpaper on your new tab page".
Extension Screenshots
Download Atarashii (New) Tab Page Extension CRX File
Download Atarashii (New) Tab Page 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
----------------------- 新しい (New) Tab Page displays your favorite anime wallpapers from the r/Animewallpaper subreddit on your new tab page. Features: - HD wallpaper backgrounds from r/Animewallpaper - Title, anime, and resolution details pulled from original reddit post - Filter / sort wallpapers by time span & relevance - Pin your favorite wallpapers - Search for source images on SauceNAO, iqdb.org, and ascii2d.net Source code & more details available at: https://github.com/cf12/atarashii-tab
Extension Basic Information
Name | Atarashii (New) Tab Page |
ID | dlhcacedlaiagoocbbgkeclgklanpmim |
Official URL | https://chromewebstore.google.com/detail/atarashii-new-tab-page/dlhcacedlaiagoocbbgkeclgklanpmim |
Description | Displays anime wallpapers from r/Animewallpaper on your new tab page |
File Size | 123 KB |
Installation Count | 542 |
Current Version | 0.1.7 |
Last Updated | 2023-08-25 |
Publish Date | 2021-06-08 |
Rating | 5.00/5 Total 16 Ratings |
Developer | cf12 |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/cf12/atarashii-tab |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Displays anime wallpapers from r\/Animewallpaper on your new tab page", "version": "0.1.7", "name": "Atarashii (New) Tab Page", "manifest_version": 3, "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "host_permissions": [ "https:\/\/i.redd.it\/" ] } |