Store Me

Store Me - offline data storage

Store Meとは何ですか?

Store Meはhttp://massinflux.comによって開発されたChromeの拡張機能で、その主な機能は「Store Me - offline data storage」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

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                    

拡張機能の基本情報

名前 Store Me Store Me
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
Eメール [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:\/\/*\/*"
    ]
}