Photo Tab by Joseph Cowdell

A beautiful photograph by Joseph Cowdell with every new tab.

Vad är Photo Tab by Joseph Cowdell?

Photo Tab by Joseph Cowdell är en Chrome-tillägg utvecklad av https://webcarpenter.com, och dess huvudfunktion är "A beautiful photograph by Joseph Cowdell with every new tab.".

Tilläggsskärmbilder

screenshot

Ladda ner Photo Tab by Joseph Cowdell-förlängningens CRX-fil

Ladda ner Photo Tab by Joseph Cowdell-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        A beautiful photograph by Joseph Cowdell with every new tab.
Every new tab now includes an inspirational quote with the author.                    

Grundläggande Information om Tillägg

Namn Photo Tab by Joseph Cowdell Photo Tab by Joseph Cowdell
ID bepclmlagiaiaahmbpjgpmhnnnacpoap
Officiell webbadress https://chromewebstore.google.com/detail/photo-tab-by-joseph-cowde/bepclmlagiaiaahmbpjgpmhnnnacpoap
Beskrivning A beautiful photograph by Joseph Cowdell with every new tab.
Filstorlek 20.19 KB
Antal Installationer 55
Aktuell Version 0.2.0
Senast Uppdaterad 2017-05-09
Publiceringsdatum 2017-05-08
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://webcarpenter.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://webcarpenter.com/blog/
Stödda Språk 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"
        ]
    }
}