Paste Enforcer

It will type the contents of your Clipboard so you can paste text in websites that block it

Paste Enforcerとは何ですか?

Paste EnforcerはUnknownによって開発されたChromeの拡張機能で、その主な機能は「It will type the contents of your Clipboard so you can paste text in websites that block it」です。

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

screenshot

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

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

拡張機能の使用方法

                        It will type the contents of your Clipboard so you can paste text in websites that block it.

Just right click the field and select: "Force paste!"                    

拡張機能の基本情報

名前 Paste Enforcer Paste Enforcer
ID klioagabdlbmbhomedhkfkjggelmfclg
公式URL https://chromewebstore.google.com/detail/paste-enforcer/klioagabdlbmbhomedhkfkjggelmfclg
説明 It will type the contents of your Clipboard so you can paste text in websites that block it
ファイルサイズ 64.39 KB
インストール数 1,677
現在のバージョン 1.1
最終更新日 2018-12-12
公開日 2018-12-06
評価 5.00/5 合計 3 レビュー
開発者 Unknown
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Paste Enforcer",
    "version": "1.1",
    "description": "It will type the contents of your Clipboard so you can paste text in websites that block it",
    "permissions": [
        "contextMenus",
        "activeTab",
        "clipboardRead"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "vendor\/jquery.js",
                "vendor\/bililiteRange.js",
                "vendor\/jquery.sendkeys.js",
                "content-script.js"
            ],
            "all_frames": true
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 2
}