Thoughtful Tab

Inspiring & Thoughtful Quotes With Every New Tab

What is Thoughtful Tab?

Thoughtful Tab is a Chrome extension developed by sourav204, and its main feature is "Inspiring & Thoughtful Quotes With Every New Tab".

Extension Screenshots

screenshot

Download Thoughtful Tab Extension CRX File

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

                        Thoughtful Tab is a very simple extension that serves you inspiring, beautiful, thought-provoking and sometimes witty quotations each time you open a new tab.                    

Extension Basic Information

Name Thoughtful Tab Thoughtful Tab
ID dfdpnfjofanhigifgpfjjheeohdofnjm
Official URL https://chromewebstore.google.com/detail/thoughtful-tab/dfdpnfjofanhigifgpfjjheeohdofnjm
Description Inspiring & Thoughtful Quotes With Every New Tab
File Size 7.03 KB
Installation Count 1,288
Current Version 1.1
Last Updated 2018-07-19
Publish Date 2018-07-19
Rating 4.13/5 Total 15 Ratings
Developer sourav204
Email [email protected]
Payment Type free
Privacy Policy Page URL https://ats.imsourav.com/privacy-policy.php
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Sourav Pradhan",
    "homepage_url": "http:\/\/imsourav.com",
    "name": "Thoughtful Tab",
    "description": "Inspiring & Thoughtful Quotes With Every New Tab",
    "version": "1.1",
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "images\/icon19x19.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}