Photo Tab by Joseph Cowdell

A beautiful photograph by Joseph Cowdell with every new tab.

What is Photo Tab by Joseph Cowdell?

Photo Tab by Joseph Cowdell is a Chrome extension developed by https://webcarpenter.com, and its main feature is "A beautiful photograph by Joseph Cowdell with every new tab.".

Extension Screenshots

screenshot

Download Photo Tab by Joseph Cowdell Extension CRX File

Download Photo Tab by Joseph Cowdell 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 beautiful photograph by Joseph Cowdell with every new tab.
Every new tab now includes an inspirational quote with the author.                    

Extension Basic Information

Name Photo Tab by Joseph Cowdell Photo Tab by Joseph Cowdell
ID bepclmlagiaiaahmbpjgpmhnnnacpoap
Official URL https://chromewebstore.google.com/detail/photo-tab-by-joseph-cowde/bepclmlagiaiaahmbpjgpmhnnnacpoap
Description A beautiful photograph by Joseph Cowdell with every new tab.
File Size 20.19 KB
Installation Count 55
Current Version 0.2.0
Last Updated 2017-05-09
Publish Date 2017-05-08
Rating 5.00/5 Total 1 Ratings
Developer https://webcarpenter.com
Email [email protected]
Payment Type free
Extension Website http://webcarpenter.com/blog/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Photo Tab by Joseph Cowdell",
    "short_name": "photo-tab-cowdell",
    "description": "A beautiful photograph by Joseph Cowdell with every new tab.",
    "version": "0.2.0",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "popup.html"
    },
    "background": {
        "scripts": [
            "bg.js"
        ]
    }
}