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:\/\/*\/" ] } |