Inspiration Library

Send inspiring photos and webpages to your Inspiration Library.

Inspiration Library là gì?

Inspiration Library là một tiện ích mở rộng Chrome được phát triển bởi Beenokle, và tính năng chính của nó là "Send inspiring photos and webpages to your Inspiration Library.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Inspiration Library

Tải xuống các tệp mở rộng Inspiration Library dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Inspiration Library Inspiration Library
ID kpldainmdgkpnacmofgmjdpdinejgfod
URL Chính Thức https://chromewebstore.google.com/detail/inspiration-library/kpldainmdgkpnacmofgmjdpdinejgfod
Mô tả Send inspiring photos and webpages to your Inspiration Library.
Kích Thước Tệp 30.77 KB
Số Lần Cài Đặt 82
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2014-04-02
Ngày Phát Hành 2014-04-02
Nhà Phát Triển Beenokle
Loại Thanh Toán free
Trang Web Mở Rộng http://beenokle.com/inspiration-library.html
Ngôn Ngữ Được Hỗ Trợ 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
}