Insert Signature

Insert a signature into a text field.

Insert Signature là gì?

Insert Signature là một tiện ích mở rộng Chrome được phát triển bởi Nick Dollimount, và tính năng chính của nó là "Insert a signature into a text field.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Insert Signature

Tải xuống các tệp mở rộng Insert Signature dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Insert a predefined signature text block to any text field.
Signature is placed at the cursor location.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Insert Signature Insert Signature
ID popjgphflfnpefcncljdkaenmellboei
URL Chính Thức https://chrome.google.com/webstore/detail/insert-signature/popjgphflfnpefcncljdkaenmellboei
Mô tả Insert a signature into a text field.
Kích Thước Tệp 23.16 KB
Số Lần Cài Đặt 8,973
Phiên Bản Hiện Tại 0.0.0.5
Cập Nhật Lần Cuối 2014-07-29
Ngày Phát Hành 2014-07-29
Đánh Giá 3.09/5 Tổng số 11 Đánh Giá
Nhà Phát Triển Nick Dollimount
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Insert Signature",
    "description": "Insert a signature into a text field.",
    "version": "0.0.0.5",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "16x16.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "browser_action": {
        "default_icon": "128x128.png",
        "default_title": "Insert Signature Options",
        "default_popup": "options.html"
    },
    "background": {
        "scripts": [
            "backgroundScript.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "manifest_version": 2
}