Store Me

Store Me - offline data storage

Wat is Store Me?

Store Me is een Chrome-extensie ontwikkeld door http://massinflux.com, en de belangrijkste functie is "Store Me - offline data storage".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Store Me

Download Store Me-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Store Me Store Me
ID hcbmgkjgccgcheamdaoclehiafbgpjgi
Officiële URL https://chrome.google.com/webstore/detail/store-me/hcbmgkjgccgcheamdaoclehiafbgpjgi
Beschrijving Store Me - offline data storage
Bestandsgrootte 158 KB
Aantal Installaties 30
Huidige Versie 0.4.0
Laatst Bijgewerkt 2015-01-26
Publicatiedatum 2015-01-26
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar http://massinflux.com
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina http://massinflux.com
Ondersteunde Talen 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:\/\/*\/*"
    ]
}