Tab Cola
Enjoy Tab Cola When You Open A New Tab
What is Tab Cola?
Tab Cola is a Chrome extension developed by Another lab, LLC., and its main feature is "Enjoy Tab Cola When You Open A New Tab".
Extension Screenshots
Download Tab Cola Extension CRX File
Download Tab Cola 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
Enjoy the sound of a can of delicious Tab™ Cola opening when you open a new tab.
Extension Basic Information
Name | Tab Cola |
ID | icdphajhndamimeleigndjlofmcpgjho |
Official URL | https://chromewebstore.google.com/detail/tab-cola/icdphajhndamimeleigndjlofmcpgjho |
Description | Enjoy Tab Cola When You Open A New Tab |
File Size | 124 KB |
Installation Count | 1,095 |
Current Version | 0.3 |
Last Updated | 2015-03-24 |
Publish Date | 2015-03-24 |
Rating | 3.95/5 Total 39 Ratings |
Developer | Another lab, LLC. |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Cola", "description": "Enjoy Tab Cola When You Open A New Tab", "version": "0.3", "permissions": [ "tabs" ], "icons": { "128": "icon\/icons.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Enjoy Tab Cola When You Open A New Tab" }, "manifest_version": 2 } |