Blockchain Public Address Manager

Manage all your public addresses easily and copy to clipboard by only just one click.

Blockchain Public Address Manager क्या है?

Blockchain Public Address Manager https://cypherock.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Manage all your public addresses easily and copy to clipboard by only just one click."।

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

screenshot
screenshot
screenshot

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

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

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

                        Manage all your Public Addresses easily and eliminate the need to type the long public address again and again.
* One click copy and pasting of public address.
* Move the entries up or down the queue or delete an address.
* Add custom name/alias to an address.
* Over 880+ coins and 230+ exchanges supported, including paper and hardware wallet options. 
* Add details to an address like:
  --coin name
  --exchange
  --Alias(optional)

*Link to github repo
  --https://github.com/Cypherock/Bloackchain-Public-Address-Manager                    

एक्सटेंशन की मूल जानकारी

नाम Blockchain Public Address Manager Blockchain Public Address Manager
ID faaggjfmapepjnccjbgafmeadcdgffnk
आधिकारिक URL https://chromewebstore.google.com/detail/blockchain-public-address/faaggjfmapepjnccjbgafmeadcdgffnk
विवरण Manage all your public addresses easily and copy to clipboard by only just one click.
फ़ाइल का आकार 202 KB
स्थापना संख्या 12
वर्तमान संस्करण 0.0.8
अंतिम अपडेट 2019-01-01
प्रकाशन तिथि 2019-01-01
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर https://cypherock.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://cypherock.com/
गोपनीयता नीति पृष्ठ URL https://sites.google.com/view/64c
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Blockchain Public Address Manager",
    "short_name": "Key Manager",
    "description": "Manage all your public addresses easily and copy to clipboard by only just one click.",
    "version": "0.0.8",
    "browser_action": {
        "default_icon": {
            "16": "images\/logo16.png",
            "32": "images\/logo32.png",
            "48": "images\/logo48.png",
            "128": "images\/logo128.png"
        },
        "default_popup": "popup.html",
        "default_title": "Key Manager"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}