Polar Tab
A new polar scene when you open a new tab, and you can optionally play a game!
What is Polar Tab?
Polar Tab is a Chrome extension developed by Jad, and its main feature is "A new polar scene when you open a new tab, and you can optionally play a game!".
Extension Screenshots
Download Polar Tab Extension CRX File
Download Polar Tab 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
A new polar scene when you open a new tab, and you can optionally play a game!
Extension Basic Information
Name | Polar Tab |
ID | ccoadkojhdgbdadpblcccejkehncebpg |
Official URL | https://chromewebstore.google.com/detail/polar-tab/ccoadkojhdgbdadpblcccejkehncebpg |
Description | A new polar scene when you open a new tab, and you can optionally play a game! |
File Size | 139 MB |
Installation Count | 6,294 |
Current Version | 0.1.83 |
Last Updated | 2024-01-26 |
Publish Date | 2018-12-26 |
Rating | 4.34/5 Total 145 Ratings |
Developer | Jad |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Polar Tab", "short_name": "Polar Tab", "version": "0.1.83", "manifest_version": 2, "browser_action": { "default_title": "Polar Tab", "default_icon": { "48": "img\/icon48.png", "128": "img\/icon128.png" } }, "icons": { "48": "img\/icon48.png", "128": "img\/icon128.png" }, "chrome_url_overrides": { "newtab": "newpage.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |