Text Field

Provides a simple text field on click.

什麼是Text Field?

Text Field是由eloone開發的Chrome擴展程式,該擴展的主要功能是“Provides a simple text field on click.”。

擴展截圖

screenshot
screenshot
screenshot

下載Text Field擴展crx文件

下載Text Field擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
}