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 |
官方網址 | 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:\/\/*\/" ] } |