Another Tab

Another Tab Chrome Extension

What is Another Tab?

Another Tab is a Chrome extension developed by Dumb Sloth Development, and its main feature is "Another Tab Chrome Extension".

Extension Screenshots

screenshot
screenshot

Download Another Tab Extension CRX File

Download Another 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

                        An open source Chrome extension that shows your bookmarks when you open a new tab.  
Source code is available on GitHub: https://github.com/mmazzarolo/chrome-another-tab                    

Extension Basic Information

Name Another Tab Another Tab
ID oaaeanlgefipegfcbgpgnhhnpengdjld
Official URL https://chromewebstore.google.com/detail/another-tab/oaaeanlgefipegfcbgpgnhhnpengdjld
Description Another Tab Chrome Extension
File Size 507 KB
Installation Count 75
Current Version 1.1.0
Last Updated 2019-03-08
Publish Date 2019-03-08
Rating 5.00/5 Total 4 Ratings
Developer Dumb Sloth Development
Email [email protected]
Payment Type free
Extension Website https://github.com/mmazzarolo/chrome-another-tab
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Another Tab",
    "description": "Another Tab Chrome Extension",
    "version": "1.1.0",
    "version_name": "1.1.0",
    "manifest_version": 2,
    "permissions": [
        "bookmarks",
        "chrome:\/\/favicon\/"
    ],
    "browser_action": {
        "default_title": "Another Tab",
        "default_icon": "icon48.png"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'; img-src chrome:\/\/favicon;"
}