Unsplash For Chrome

Quickly search and insert beautiful free photos from Unsplash on any web page.

Vad är Unsplash For Chrome?

Unsplash For Chrome är en Chrome-tillägg utvecklad av https://unsplash.com, och dess huvudfunktion är "Quickly search and insert beautiful free photos from Unsplash on any web page.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Unsplash For Chrome-förlängningens CRX-fil

Ladda ner Unsplash For Chrome-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        This official Unsplash for Chrome extension enables you to quickly search and insert beautiful photos from any webpage. Free to download and use however you want.                    

Grundläggande Information om Tillägg

Namn Unsplash For Chrome Unsplash For Chrome
ID hliiefogghiapfajokakaehafbdpokgh
Officiell webbadress https://chromewebstore.google.com/detail/unsplash-for-chrome/hliiefogghiapfajokakaehafbdpokgh
Beskrivning Quickly search and insert beautiful free photos from Unsplash on any web page.
Filstorlek 1.6 MB
Antal Installationer 81,425
Aktuell Version 1.1
Senast Uppdaterad 2020-03-07
Publiceringsdatum 2020-03-06
Betyg 4.65/5 Totalt 34 Betyg
Utvecklare https://unsplash.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://unsplash.com
Hjälpsida URL https://help.unsplash.com/en/
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Unsplash For Chrome",
    "version": "1.1",
    "description": "Quickly search and insert beautiful free photos from Unsplash on any web page.",
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "browser_action": {
        "default_title": "Unsplash Chrome Extension",
        "default_icon": "icon.png",
        "default_popup": "app\/index.html"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "icons": {
        "128": "icon.png"
    }
}