Text Field

Provides a simple text field on click.

Text Field क्या है?

Text Field eloone द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Provides a simple text field on click."।

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

screenshot
screenshot
screenshot

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

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

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

                        This extension provides a simple text field when you click on the icon. 

Typical usage :

★ Copy-paste text into it to unformat it.
★ Write short text that you want to have at hand without having to open a text editor and switching to it every time you need it in your browser (ex. special characters, a url etc.).
★ Whenever you have an idea, write it and capture it quickly to save it for later.
★ Perfect for quick and volatile information.

Features : 

★ The added text is saved and always available even when the popup is closed or if you disable and then enable again the extension or when you shut down your computer or your browser.
★ The added text is destroyed when you hit the "clear all" link at the bottom, or when you remove all the text from the textarea yourself, or when you uninstall or remove the extension from chrome, those actions cannot be undone.
★ The textarea auto expands when new content is added until it reaches its maximum size of 300px.
★ The textarea initially has the size of its content or its maximum size of 300px.
★ The cursor always points to the first line of the textarea.                    

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

नाम Text Field Text Field
ID igigbeogifbmkfgbllimpgdaelhilgkj
आधिकारिक URL https://chromewebstore.google.com/detail/text-field/igigbeogifbmkfgbllimpgdaelhilgkj
विवरण Provides a simple text field on click.
फ़ाइल का आकार 10.66 KB
स्थापना संख्या 533
वर्तमान संस्करण 0.0.0.4
अंतिम अपडेट 2013-04-27
प्रकाशन तिथि 2013-04-27
रेटिंग 4.86/5 कुल 7 रेटिंग्स
डेवलपर eloone
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/eloone/chrome-text-field
समर्थित भाषाएँ en-US
manifest.json
{
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Text Field"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Provides a simple text field on click.",
    "name": "Text Field",
    "icons": {
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "version": "0.0.0.4"
}