Store Me

Store Me - offline data storage

Store Me là gì?

Store Me là một tiện ích mở rộng Chrome được phát triển bởi http://massinflux.com, và tính năng chính của nó là "Store Me - offline data storage".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Store Me

Tải xuống các tệp mở rộng Store Me dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Store Me Store Me
ID hcbmgkjgccgcheamdaoclehiafbgpjgi
URL Chính Thức https://chrome.google.com/webstore/detail/store-me/hcbmgkjgccgcheamdaoclehiafbgpjgi
Mô tả Store Me - offline data storage
Kích Thước Tệp 158 KB
Số Lần Cài Đặt 30
Phiên Bản Hiện Tại 0.4.0
Cập Nhật Lần Cuối 2015-01-26
Ngày Phát Hành 2015-01-26
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển http://massinflux.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật http://massinflux.com
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
    ]
}