Pexels
Open a new tab, get inspired by a beautiful photo and easily access your favorite websites.
Apa itu Pexels?
Pexels adalah ekstensi Chrome yang dikembangkan oleh https://www.pexels.com, dan fitur utamanya adalah "Open a new tab, get inspired by a beautiful photo and easily access your favorite websites.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Pexels
Unduh file ekstensi Pexels 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
Features: - Have a beautiful new tab page - View a stunning high-quality photo with every new tab you open - All photos are from pexels.com and can be used for free – even for commercial projects - Add a shortcut to websites you visit often and easily access them
Informasi Dasar Ekstensi
Nama | Pexels |
ID | fdnpgodccdfgofepkclnopmbnacjkbnj |
URL Resmi | https://chromewebstore.google.com/detail/pexels/fdnpgodccdfgofepkclnopmbnacjkbnj |
Deskripsi | Open a new tab, get inspired by a beautiful photo and easily access your favorite websites. |
Ukuran File | 24.52 KB |
Jumlah Instalasi | 20,000 |
Versi Saat Ini | 1.14 |
Terakhir Diperbarui | 2021-10-05 |
Tanggal Publikasi | 2019-11-08 |
Penilaian | 4.30/5 Total 44 Penilaian |
Pengembang | https://www.pexels.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.pexels.com/pro/ |
URL Halaman Kebijakan Privasi | https://www.pexels.com/terms-of-service |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pexels", "description": "Open a new tab, get inspired by a beautiful photo and easily access your favorite websites.", "version": "1.14", "chrome_url_overrides": { "newtab": "new-tab.html" }, "permissions": [ "storage", "tabs" ], "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "browser_action": { "default_popup": "add-bookmark-popup.html" }, "icons": { "16": "images\/pexels16.png", "48": "images\/pexels48.png", "128": "images\/pexels128.png" } } |