Photo Tab by Joseph Cowdell
A beautiful photograph by Joseph Cowdell with every new tab.
Hvad er Photo Tab by Joseph Cowdell?
Photo Tab by Joseph Cowdell er en Chrome-udvidelse udviklet af https://webcarpenter.com, og dens hovedfunktion er "A beautiful photograph by Joseph Cowdell with every new tab.".
Udvidelsesskærmbilleder
Download Photo Tab by Joseph Cowdell-udvidelses-CRX-fil
Download Photo Tab by Joseph Cowdell-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
                        A beautiful photograph by Joseph Cowdell with every new tab.
Every new tab now includes an inspirational quote with the author.                     Grundlæggende oplysninger om udvidelsen
| Navn |   |  
| ID | bepclmlagiaiaahmbpjgpmhnnnacpoap | 
| Officiel URL | https://chromewebstore.google.com/detail/photo-tab-by-joseph-cowde/bepclmlagiaiaahmbpjgpmhnnnacpoap | 
| Beskrivelse | A beautiful photograph by Joseph Cowdell with every new tab. | 
| Filstørrelse | 20.19 KB | 
| Antal Installationer | 55 | 
| Nuværende Version | 0.2.0 | 
| Senest Opdateret | 2017-05-09 | 
| Udgivelsesdato | 2017-05-08 | 
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser | 
| Udvikler | https://webcarpenter.com | 
| [email protected] | |
| Betalingsmetode | free | 
| Udvidelseswebsted | http://webcarpenter.com/blog/ | 
| Understøttede Sprog | 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"
        ]
    }
}  |  |