Photo Tab by Joseph Cowdell

A beautiful photograph by Joseph Cowdell with every new tab.

Qu'est-ce que Photo Tab by Joseph Cowdell ?

Photo Tab by Joseph Cowdell est une extension Chrome développée par https://webcarpenter.com, et sa fonction principale est "A beautiful photograph by Joseph Cowdell with every new tab.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Photo Tab by Joseph Cowdell

Téléchargez les fichiers d'extension Photo Tab by Joseph Cowdell au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Photo Tab by Joseph Cowdell Photo Tab by Joseph Cowdell
ID bepclmlagiaiaahmbpjgpmhnnnacpoap
URL Officiel https://chromewebstore.google.com/detail/photo-tab-by-joseph-cowde/bepclmlagiaiaahmbpjgpmhnnnacpoap
Description A beautiful photograph by Joseph Cowdell with every new tab.
Taille du Fichier 20.19 KB
Nombre d'Installations 55
Version Actuelle 0.2.0
Dernière Mise à Jour 2017-05-09
Date de Publication 2017-05-08
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://webcarpenter.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://webcarpenter.com/blog/
Langues Prises en Charge 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"
        ]
    }
}