Photo Tab by Joseph Cowdell
A beautiful photograph by Joseph Cowdell with every new tab.
Apa itu Photo Tab by Joseph Cowdell?
Photo Tab by Joseph Cowdell adalah ekstensi Chrome yang dikembangkan oleh https://webcarpenter.com, dan fitur utamanya adalah "A beautiful photograph by Joseph Cowdell with every new tab.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Photo Tab by Joseph Cowdell
Unduh file ekstensi Photo Tab by Joseph Cowdell dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
A beautiful photograph by Joseph Cowdell with every new tab. Every new tab now includes an inspirational quote with the author.
Informasi Dasar Ekstensi
Nama | Photo Tab by Joseph Cowdell |
ID | bepclmlagiaiaahmbpjgpmhnnnacpoap |
URL Resmi | https://chromewebstore.google.com/detail/photo-tab-by-joseph-cowde/bepclmlagiaiaahmbpjgpmhnnnacpoap |
Deskripsi | A beautiful photograph by Joseph Cowdell with every new tab. |
Ukuran File | 20.19 KB |
Jumlah Instalasi | 55 |
Versi Saat Ini | 0.2.0 |
Terakhir Diperbarui | 2017-05-09 |
Tanggal Publikasi | 2017-05-08 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | https://webcarpenter.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://webcarpenter.com/blog/ |
Bahasa yang Didukung | 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" ] } } |