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.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

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 Pexels
ID fdnpgodccdfgofepkclnopmbnacjkbnj
公式URL 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
Eメール [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"
    }
}