Pexels
Open a new tab, get inspired by a beautiful photo and easily access your favorite websites.
什麼是Pexels?
Pexels是由https://www.pexels.com開發的Chrome擴展程式,該擴展的主要功能是“Open a new tab, get inspired by a beautiful photo and easily access your favorite websites.”。
擴展截圖
下載Pexels擴展crx文件
下載Pexels擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | Pexels |
ID | fdnpgodccdfgofepkclnopmbnacjkbnj |
官方網址 | https://chromewebstore.google.com/detail/pexels/fdnpgodccdfgofepkclnopmbnacjkbnj |
簡介 | Open a new tab, get inspired by a beautiful photo and easily access your favorite websites. |
檔案大小 | 24.52 KB |
安裝次數 | 20,000 |
目前版本 | 1.14 |
更新時間 | 2021-10-05 |
上架時間 | 2019-11-08 |
評分 | 4.30/5 共 44 次評分 |
開發者 | https://www.pexels.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.pexels.com/pro/ |
隱私政策頁面URL | https://www.pexels.com/terms-of-service |
支援的語言 | 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" } } |