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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://sitesee.co/terms
عنوان صفحة سياسة الخصوصية 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"
    ]
}