SiteSee | Web Design Inspiration

SiteSee is a curated gallery of beautiful, modern websites.

Что такое SiteSee | Web Design Inspiration?

SiteSee | Web Design Inspiration - это расширение Chrome, разработанное https://sitesee.co, и его основная функция - "SiteSee is a curated gallery of beautiful, modern websites.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения SiteSee | Web Design Inspiration

Скачайте файлы расширений 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
Электронная почта [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"
    ]
}