SwiftTab

A new tab extension for Chrome

What is SwiftTab?

SwiftTab is a Chrome extension developed by Josh Buchea, and its main feature is "A new tab extension for Chrome".

Extension Screenshots

screenshot

Download SwiftTab Extension CRX File

Download SwiftTab 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 Chrome extension that displays bookmarks from your Bookmarks Bar on a new tab page.                    

Extension Basic Information

Name SwiftTab SwiftTab
ID poikmgendcdljfoaelblkdjehmpedjif
Official URL https://chromewebstore.google.com/detail/swifttab/poikmgendcdljfoaelblkdjehmpedjif
Description A new tab extension for Chrome
File Size 1006 KB
Installation Count 34
Current Version 0.1.0
Last Updated 2018-02-21
Publish Date 2018-02-20
Rating 5.00/5 Total 3 Ratings
Developer Josh Buchea
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SwiftTab",
    "description": "A new tab extension for Chrome",
    "version": "0.1.0",
    "homepage_url": "https:\/\/github.com\/joshbuchea\/chrome-ext-swifttab",
    "author": "Josh Buchea",
    "permissions": [
        "bookmarks",
        "chrome:\/\/favicon\/"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "assets\/icon-16.png",
        "48": "assets\/icon-48.png",
        "128": "assets\/icon-128.png"
    }
}