2016 Chrome Extension

2016 Chrome Extension. Allows Zooming, clipboard delegate for the ckeditor, and take screenshots of the current tab.

2016 Chrome Extensionとは何ですか?

2016 Chrome ExtensionはVamsi Prattipatiによって開発されたChromeの拡張機能で、その主な機能は「2016 Chrome Extension. Allows Zooming, clipboard delegate for the ckeditor, and take screenshots of the current tab.」です。

2016 Chrome Extension拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Perform browser Zoom via javascript.
Paste contents of the clipboard into text area via javascript.
Takes a screenshot of the current tab when required.
Native Messaging capability added.                    

拡張機能の基本情報

名前 2016 Chrome Extension 2016 Chrome Extension
ID ndodnejafgcccclmngjjembbonekkbdo
公式URL https://chromewebstore.google.com/detail/2016-chrome-extension/ndodnejafgcccclmngjjembbonekkbdo
説明 2016 Chrome Extension. Allows Zooming, clipboard delegate for the ckeditor, and take screenshots of the current tab.
ファイルサイズ 10.01 KB
インストール数 162
現在のバージョン 1.1.32
最終更新日 2015-11-13
公開日 2015-11-13
評価 5.00/5 合計 3 レビュー
開発者 Vamsi Prattipati
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "2016 Chrome Extension",
    "permissions": [
        "management",
        "tabs",
        "storage",
        "clipboardRead",
        "nativeMessaging",
        ""
    ],
    "description": "2016 Chrome Extension. Allows Zooming, clipboard delegate for the ckeditor, and take screenshots of the current tab.",
    "version": "1.1.32",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.naepims.org\/*",
            "*:\/\/localhost:*\/*",
            "*:\/\/192.168.15.2:*\/*",
            "*:\/\/515-pc:*\/*",
            "*:\/\/513-pc:*\/*",
            "*:\/\/499-pc:*\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content-script.js",
                "fs-content-script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js",
            "fs-background.js"
        ],
        "persistent": false
    }
}