Inspiration Library

Send inspiring photos and webpages to your Inspiration Library.

What is Inspiration Library?

Inspiration Library is a Chrome extension developed by Beenokle, and its main feature is "Send inspiring photos and webpages to your Inspiration Library.".

Extension Screenshots

screenshot

Download Inspiration Library Extension CRX File

Download Inspiration Library extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Inspiration Library Inspiration Library
ID kpldainmdgkpnacmofgmjdpdinejgfod
Official URL https://chromewebstore.google.com/detail/inspiration-library/kpldainmdgkpnacmofgmjdpdinejgfod
Description Send inspiring photos and webpages to your Inspiration Library.
File Size 30.77 KB
Installation Count 82
Current Version 1.1.0
Last Updated 2014-04-02
Publish Date 2014-04-02
Developer Beenokle
Payment Type free
Extension Website http://beenokle.com/inspiration-library.html
Supported Languages 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
}