Inspiration Library

Send inspiring photos and webpages to your Inspiration Library.

Was ist Inspiration Library?

Inspiration Library ist eine Chrome-Erweiterung, die von Beenokle entwickelt wurde, und ihr Hauptmerkmal ist "Send inspiring photos and webpages to your Inspiration Library.".

Erweiterungsscreenshots

screenshot

Inspiration Library-Erweiterungs-CRX-Datei herunterladen

Laden Sie Inspiration Library-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Inspiration Library Inspiration Library
ID kpldainmdgkpnacmofgmjdpdinejgfod
Offizielle URL https://chromewebstore.google.com/detail/inspiration-library/kpldainmdgkpnacmofgmjdpdinejgfod
Beschreibung Send inspiring photos and webpages to your Inspiration Library.
Dateigröße 30.77 KB
Installationsanzahl 82
Aktuelle Version 1.1.0
Letztes Update 2014-04-02
Veröffentlichungsdatum 2014-04-02
Entwickler Beenokle
Zahlungsart free
Erweiterungswebsite http://beenokle.com/inspiration-library.html
Unterstützte Sprachen 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
}