SiteSee | Web Design Inspiration

SiteSee is a curated gallery of beautiful, modern websites.

Hvad er SiteSee | Web Design Inspiration?

SiteSee | Web Design Inspiration er en Chrome-udvidelse udviklet af https://sitesee.co, og dens hovedfunktion er "SiteSee is a curated gallery of beautiful, modern websites.".

Udvidelsesskærmbilleder

screenshot

Download SiteSee | Web Design Inspiration-udvidelses-CRX-fil

Download SiteSee | Web Design Inspiration-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn SiteSee | Web Design Inspiration SiteSee | Web Design Inspiration
ID hnpkjoifldafgenlhognhkfjbpglbmmp
Officiel URL https://chromewebstore.google.com/detail/sitesee-web-design-inspir/hnpkjoifldafgenlhognhkfjbpglbmmp
Beskrivelse SiteSee is a curated gallery of beautiful, modern websites.
Filstørrelse 64.13 KB
Antal Installationer 1,304
Nuværende Version 2.0.0
Senest Opdateret 2016-12-16
Udgivelsesdato 2016-12-16
Bedømmelse 3.50/5 Samlet 4 Bedømmelser
Udvikler https://sitesee.co
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://sitesee.co
Hjælpeside-URL https://sitesee.co/terms
URL til Fortrolighedspolitik Side https://sitesee.co/privacy
Understøttede Sprog 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"
    ]
}