Inspiration Library

Send inspiring photos and webpages to your Inspiration Library.

Hvad er Inspiration Library?

Inspiration Library er en Chrome-udvidelse udviklet af Beenokle, og dens hovedfunktion er "Send inspiring photos and webpages to your Inspiration Library.".

Udvidelsesskærmbilleder

screenshot

Download Inspiration Library-udvidelses-CRX-fil

Download Inspiration Library-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

                        Save things that inspire you

Please note that the Inspiration Library extension requires Inspiration Library for Windows, available here: http://beenokle.com/inspiration-library.html                    

Grundlæggende oplysninger om udvidelsen

Navn Inspiration Library Inspiration Library
ID kpldainmdgkpnacmofgmjdpdinejgfod
Officiel URL https://chromewebstore.google.com/detail/inspiration-library/kpldainmdgkpnacmofgmjdpdinejgfod
Beskrivelse Send inspiring photos and webpages to your Inspiration Library.
Filstørrelse 30.77 KB
Antal Installationer 82
Nuværende Version 1.1.0
Senest Opdateret 2014-04-02
Udgivelsesdato 2014-04-02
Udvikler Beenokle
Betalingsmetode free
Udvidelseswebsted http://beenokle.com/inspiration-library.html
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Inspiration Library",
    "description": "Send inspiring photos and webpages to your Inspiration Library.",
    "version": "1.1.0",
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "icons": {
        "128": "il_128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "sendtoil.js"
        ]
    },
    "browser_action": {
        "default_icon": "il-16.png",
        "default_title": "Send this page to Inspiration Library"
    },
    "manifest_version": 2
}