Photo Tab by Joseph Cowdell
A beautiful photograph by Joseph Cowdell with every new tab.
Wat is Photo Tab by Joseph Cowdell?
Photo Tab by Joseph Cowdell is een Chrome-extensie ontwikkeld door https://webcarpenter.com, en de belangrijkste functie is "A beautiful photograph by Joseph Cowdell with every new tab.".
Extensie Screenshots
Download het CRX-bestand van de extensie Photo Tab by Joseph Cowdell
Download Photo Tab by Joseph Cowdell-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
A beautiful photograph by Joseph Cowdell with every new tab. Every new tab now includes an inspirational quote with the author.
Basisinformatie over de Extensie
Naam | Photo Tab by Joseph Cowdell |
ID | bepclmlagiaiaahmbpjgpmhnnnacpoap |
Officiële URL | https://chromewebstore.google.com/detail/photo-tab-by-joseph-cowde/bepclmlagiaiaahmbpjgpmhnnnacpoap |
Beschrijving | A beautiful photograph by Joseph Cowdell with every new tab. |
Bestandsgrootte | 20.19 KB |
Aantal Installaties | 55 |
Huidige Versie | 0.2.0 |
Laatst Bijgewerkt | 2017-05-09 |
Publicatiedatum | 2017-05-08 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://webcarpenter.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://webcarpenter.com/blog/ |
Ondersteunde Talen | 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" ] } } |