Text Snippets

Right click to quickly insert text snippets and save time with things like customer service and support through email or any website

Text Snippetsとは何ですか?

Text Snippetsはxccによって開発されたChromeの拡張機能で、その主な機能は「Right click to quickly insert text snippets and save time with things like customer service and support through email or any website」です。

拡張機能のスクリーンショット

screenshot

Text Snippets拡張機能のCRXファイルをダウンロード

Text Snippets拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Save and quickly insert commonly used text snippets and templates by right clicking on text fields on any website. Useful for customer service, support, sales, or any communication online. 

Based on the Inserttext extension which stopped working and was never fixed.                    

拡張機能の基本情報

名前 Text Snippets Text Snippets
ID jggnilkehdabmihebipcodnnjoepllao
公式URL https://chromewebstore.google.com/detail/text-snippets/jggnilkehdabmihebipcodnnjoepllao
説明 Right click to quickly insert text snippets and save time with things like customer service and support through email or any website
ファイルサイズ 1.14 MB
インストール数 6,828
現在のバージョン 1.10
最終更新日 2018-03-26
公開日 2018-03-25
評価 3.33/5 合計 21 レビュー
開発者 xcc
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Text Snippets",
    "version": "1.10",
    "description": "Right click to quickly insert text snippets and save time with things like customer service and support through email or any website",
    "manifest_version": 2,
    "icons": {
        "128": "images\/icon.png"
    },
    "browser_action": {
        "default_icon": "images\/icon.png"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "lib\/store.js",
            "lib\/settings.js",
            "lib\/menu.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "all_frames": false
        }
    ],
    "permissions": [
        "tabs",
        "",
        "contextMenus"
    ]
}