Paste Long Text

A chrome extension to paste your long text in just single click.

Paste Long Textとは何ですか?

Paste Long TextはRajendra Aroraによって開発されたChromeの拡張機能で、その主な機能は「A chrome extension to paste your long text in just single click.」です。

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

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

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

拡張機能の使用方法

                        Paste your long text in just one click.                    

拡張機能の基本情報

名前 Paste Long Text Paste Long Text
ID dhonighchmchkhghhmnegegkciogailm
公式URL https://chromewebstore.google.com/detail/paste-long-text/dhonighchmchkhghhmnegegkciogailm
説明 A chrome extension to paste your long text in just single click.
ファイルサイズ 609 KB
インストール数 82
現在のバージョン 1.2
最終更新日 2017-11-03
公開日 2017-11-02
評価 4.50/5 合計 4 レビュー
開発者 Rajendra Arora
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.rajendraarora.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Paste Long Text",
    "description": "A chrome extension to paste your long text in just single click.",
    "version": "1.2",
    "browser_action": {
        "default_icon": "assets\/icons\/48x48.png",
        "default_popup": "index.html",
        "default_title": "Paste Long Text"
    },
    "background": {
        "scripts": [
            "assets\/js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "assets\/js\/jquery.js",
                "assets\/js\/content.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "assets\/icons\/16x16.png",
        "48": "assets\/icons\/48x48.png",
        "128": "assets\/icons\/128x128.png"
    }
}