Store Me
Store Me - offline data storage
Vad är Store Me?
Store Me är en Chrome-tillägg utvecklad av http://massinflux.com, och dess huvudfunktion är "Store Me - offline data storage".
Tilläggsskärmbilder
Ladda ner Store Me-förlängningens CRX-fil
Ladda ner Store Me-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | hcbmgkjgccgcheamdaoclehiafbgpjgi |
| Officiell webbadress | https://chrome.google.com/webstore/detail/store-me/hcbmgkjgccgcheamdaoclehiafbgpjgi |
| Beskrivning | Store Me - offline data storage |
| Filstorlek | 158 KB |
| Antal Installationer | 30 |
| Aktuell Version | 0.4.0 |
| Senast Uppdaterad | 2015-01-26 |
| Publiceringsdatum | 2015-01-26 |
| Betyg | 5.00/5 Totalt 3 Betyg |
| Utvecklare | http://massinflux.com |
| E-post | [email protected] |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | http://massinflux.com |
| Stödda Språk | 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:\/\/*\/*"
]
} | |