Store Me
Store Me - offline data storage
Was ist Store Me?
Store Me ist eine Chrome-Erweiterung, die von http://massinflux.com entwickelt wurde, und ihr Hauptmerkmal ist "Store Me - offline data storage".
Erweiterungsscreenshots
Store Me-Erweiterungs-CRX-Datei herunterladen
Laden Sie Store Me-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | hcbmgkjgccgcheamdaoclehiafbgpjgi |
Offizielle URL | https://chrome.google.com/webstore/detail/store-me/hcbmgkjgccgcheamdaoclehiafbgpjgi |
Beschreibung | Store Me - offline data storage |
Dateigröße | 158 KB |
Installationsanzahl | 30 |
Aktuelle Version | 0.4.0 |
Letztes Update | 2015-01-26 |
Veröffentlichungsdatum | 2015-01-26 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | http://massinflux.com |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | http://massinflux.com |
Unterstützte Sprachen | 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:\/\/*\/*" ] } |