Store Me
Store Me - offline data storage
Что такое Store Me?
Store Me - это расширение Chrome, разработанное http://massinflux.com, и его основная функция - "Store Me - offline data storage".
Снимки экрана расширения
Скачать файл CRX расширения Store Me
Скачайте файлы расширений 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:\/\/*\/*"
]
} | |