Inspiration Library
Send inspiring photos and webpages to your Inspiration Library.
什么是Inspiration Library?
Inspiration Library是由Beenokle开发的Chrome扩展程序,该扩展的主要功能是“Send inspiring photos and webpages to your Inspiration Library.”。
扩展截图
下载Inspiration Library扩展crx文件
下载Inspiration Library扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | |
ID | kpldainmdgkpnacmofgmjdpdinejgfod |
官方URL | https://chromewebstore.google.com/detail/inspiration-library/kpldainmdgkpnacmofgmjdpdinejgfod |
简介 | Send inspiring photos and webpages to your Inspiration Library. |
文件大小 | 30.77 KB |
安装次数 | 82 |
当前版本 | 1.1.0 |
更新时间 | 2014-04-02 |
上架时间 | 2014-04-02 |
开发者 | Beenokle |
付费类型 | free |
扩展官网 | http://beenokle.com/inspiration-library.html |
支持的语言 | 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 } |