Store Me

Store Me - offline data storage

Store Me क्या है?

Store Me http://massinflux.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Store Me - offline data storage"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Store Me एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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:\/\/*\/*"
    ]
}