TxtPad

Quick Notes from Anywhere!

TxtPad क्या है?

TxtPad https://txtpad.in द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quick Notes from Anywhere!"।

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

screenshot
screenshot
screenshot

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

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

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

                        TxtPad for Google Chrome helps you in conveniently creating notes from web pages as you browse them. It saves all notes in your TxtPad account.

With the TxtPad for Google Chrome, you can - 

+ Select text content and save as note
+ Save current page link with title as a note
+ Save any link on the web page as a note
+ Create notes from any page

All this without opening the TxtPad web applicatoin. 

It's super-quick and super-easy!                    

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

नाम TxtPad TxtPad
ID andhgnknhimoabaoajbafhgglhkcmjae
आधिकारिक URL https://chromewebstore.google.com/detail/txtpad/andhgnknhimoabaoajbafhgglhkcmjae
विवरण Quick Notes from Anywhere!
फ़ाइल का आकार 39.12 KB
स्थापना संख्या 181
वर्तमान संस्करण 0.0.0.3
अंतिम अपडेट 2013-12-02
प्रकाशन तिथि 2013-12-01
रेटिंग 3.00/5 कुल 4 रेटिंग्स
डेवलपर https://txtpad.in
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://txtpad.in
सहायता पृष्ठ URL http://txtpad.in
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TxtPad",
    "description": "Quick Notes from Anywhere!",
    "version": "0.0.0.3",
    "homepage_url": "http:\/\/txtpad.in",
    "icons": {
        "16": "images\/tbxlogo16.png",
        "48": "images\/tbxlogo48.png",
        "128": "images\/tbxlogo128.png"
    },
    "browser_action": {
        "default_icon": "images\/tbxlogo19.png",
        "default_title": "TxtPad",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "scripts\/jquery-2.0.0.min.js",
            "scripts\/common.min.js",
            "scripts\/background.min.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "scripts\/content_script.min.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "tabs",
        "notifications",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "images\/tbxlogo48.png",
        "images\/tbxlogo19.png",
        "scripts\/content_script.min.js.map"
    ]
}