Alltabs
Amazing visual artists every time you open a new tab.
What is Alltabs?
Alltabs is a Chrome extension developed by https://newnow.cool, and its main feature is "Amazing visual artists every time you open a new tab.".
Extension Screenshots
Download Alltabs Extension CRX File
Download Alltabs 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
Alltabs collaborates with interesting contemporary artist from all around the world. We bring you fresh photos and visual art to all your new tabs. This is a project by New Now.
Extension Basic Information
Name | |
ID | ngjbedmelbifgachalpagdgiccokplkd |
Official URL | https://chrome.google.com/webstore/detail/alltabs/ngjbedmelbifgachalpagdgiccokplkd |
Description | Amazing visual artists every time you open a new tab. |
File Size | 7.18 KB |
Installation Count | 30 |
Current Version | 1.0.0 |
Last Updated | 2021-05-09 |
Publish Date | 2021-04-30 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://newnow.cool |
[email protected] | |
Payment Type | free |
Extension Website | https://www.alltabs.co/ |
Privacy Policy Page URL | https://newnow.cool/privacy.html |
Supported Languages | en |
manifest.json | |
{ "chrome_url_overrides": { "newtab": "alltabs.html#newTab" }, "content_security_policy": "default-src 'self' 'unsafe-eval'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data: chrome: filesystem:; connect-src 'self' http: https: chrome-extension:; frame-src http: https:", "description": "Amazing visual artists every time you open a new tab.", "icons": { "128": "img\/icon128.png", "16": "img\/icon16.png", "19": "img\/icon19.png", "48": "img\/icon48.png" }, "manifest_version": 2, "minimum_chrome_version": "28", "name": "Alltabs", "omnibox": { "keyword": "f" }, "permissions": [], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0", "web_accessible_resources": [ "alltabs.html" ] } |