Store Me
Store Me - offline data storage
什么是Store Me?
Store Me是由http://massinflux.com开发的Chrome扩展程序,该扩展的主要功能是“Store Me - offline data storage”。
扩展截图
下载Store Me扩展crx文件
下载Store Me扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Store Me - offline data storage
v 0.4.0
-- text white space fixes
v 0.3.8
-- mac fixes
v 0.3.7
-- added password protection
-- edit functionality added
v 0.3.6
-- 100% offline data storage
-- quick search
-- import/export feature
-- ease of use
I made this application for my own purposes, if you find it useful please leave a review and share it with the world. If it gains traction i will add features.
For developers, get the code from https://github.com/patrioticcow/StoreMe 扩展基本信息
| 名称 | |
| ID | hcbmgkjgccgcheamdaoclehiafbgpjgi |
| 官方URL | https://chrome.google.com/webstore/detail/store-me/hcbmgkjgccgcheamdaoclehiafbgpjgi |
| 简介 | Store Me - offline data storage |
| 文件大小 | 158 KB |
| 安装次数 | 30 |
| 当前版本 | 0.4.0 |
| 更新时间 | 2015-01-26 |
| 上架时间 | 2015-01-26 |
| 评分 | 5.00/5 共3次评分 |
| 开发者 | http://massinflux.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | http://massinflux.com |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Store Me",
"version": "0.4.0",
"manifest_version": 2,
"description": "Store Me - offline data storage",
"icons": {
"16": "images\/icon-16.png",
"19": "images\/icon-19.png",
"38": "images\/icon-38.png",
"128": "images\/icon-128.png"
},
"default_locale": "en",
"browser_action": {
"default_icon": {
"16": "images\/icon-16.png",
"19": "images\/icon-19.png",
"38": "images\/icon-38.png",
"128": "images\/icon-128.png"
},
"default_title": "Store Me",
"default_popup": "popup.html"
},
"omnibox": {
"keyword": "Store Me"
},
"permissions": [
"storage",
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*"
]
} | |