SiteSee | Web Design Inspiration

SiteSee is a curated gallery of beautiful, modern websites.

SiteSee | Web Design Inspirationとは何ですか?

SiteSee | Web Design Inspirationはhttps://sitesee.coによって開発されたChromeの拡張機能で、その主な機能は「SiteSee is a curated gallery of beautiful, modern websites.」です。

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

screenshot

SiteSee | Web Design Inspiration拡張機能のCRXファイルをダウンロード

SiteSee | Web Design Inspiration拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        SiteSee will replace your default tab, turning your homepage into a wallpaper-like gallery of beautiful websites. With this extension, you'll never miss an update. Each screenshot is clickable and will take you directly to your desired destination.

Feel free to email us anytime, about anything: [email protected]

Follow us on Twitter: @siteseegallery                    

拡張機能の基本情報

名前 SiteSee | Web Design Inspiration SiteSee | Web Design Inspiration
ID hnpkjoifldafgenlhognhkfjbpglbmmp
公式URL https://chromewebstore.google.com/detail/sitesee-web-design-inspir/hnpkjoifldafgenlhognhkfjbpglbmmp
説明 SiteSee is a curated gallery of beautiful, modern websites.
ファイルサイズ 64.13 KB
インストール数 1,304
現在のバージョン 2.0.0
最終更新日 2016-12-16
公開日 2016-12-16
評価 3.50/5 合計 4 レビュー
開発者 https://sitesee.co
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://sitesee.co
ヘルプページのURL https://sitesee.co/terms
プライバシーポリシーページのURL https://sitesee.co/privacy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SiteSee | Web Design Inspiration",
    "description": "SiteSee is a curated gallery of beautiful, modern websites.",
    "version": "2.0.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "author": "SiteSee",
    "chrome_url_overrides": {
        "newtab": "sitesee.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "incognito": "split",
    "offline_enabled": false,
    "permissions": [
        "https:\/\/sitesee.co\/json",
        "https:\/\/www.google-analytics.com\/",
        "storage"
    ],
    "web_accessible_resources": [
        "img\/*.png",
        "img\/*.jpg",
        "fonts\/*.woff2",
        "css\/main.css",
        "js\/main.js",
        "js\/google-analytics-bundle.js"
    ]
}