Save For .It
Save For It is a budget-minded wishlist that saves all your online shopping lists in one place
什么是Save For .It?
Save For .It是由http://savefor.it开发的Chrome扩展程序,该扩展的主要功能是“Save For It is a budget-minded wishlist that saves all your online shopping lists in one place”。
扩展截图
下载Save For .It扩展crx文件
下载Save For .It扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
SaveFor.it is a browser addon that helps you plan for future purchases. Think of it as a simple wish list and budgeting app, all based in the cloud. Visit https://savefor.it for more information.
扩展基本信息
名称 | |
ID | clcokgoaockckcnlbhhjlodcimghlbkg |
官方URL | https://chrome.google.com/webstore/detail/save-for-it/clcokgoaockckcnlbhhjlodcimghlbkg |
简介 | Save For It is a budget-minded wishlist that saves all your online shopping lists in one place |
文件大小 | 20.8 KB |
安装次数 | 23 |
当前版本 | 1.0.3.1 |
更新时间 | 2015-11-12 |
上架时间 | 2015-11-12 |
开发者 | http://savefor.it |
付费类型 | free |
扩展官网 | https://savefor.it |
帮助页面URL | https://savefor.it/help/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Save For .It", "description": "Save For It is a budget-minded wishlist that saves all your online shopping lists in one place", "version": "1.0.3.1", "browser_action": { "default_icon": "icon_32.png", "default_title": "Click to save for it!" }, "background": { "scripts": [ "popup.js" ] }, "icons": { "32": "icon_32.png", "128": "icon_128.png" }, "permissions": [ "activeTab", "http:\/\/*\/", "https:\/\/*\/" ] } |