Prot-On

Protect your text (from your emails, blog posts, google docs, etc.) from the Prot-On plugin for Chrome.

Prot-Onとは何ですか?

Prot-Onはhttps://www.prot-on.comによって開発されたChromeの拡張機能で、その主な機能は「Protect your text (from your emails, blog posts, google docs, etc.) from the Prot-On plugin for Chrome.」です。

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

screenshot

Prot-On拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        With this plugin you can protect photos or texts.
Protect for free what you share in the Internet, and also decide at any time and know who, when and what access to your information. 

If you regret something you have shared you can remove access on all copies sent.

With this plugin you can also view texts and photos other users have protected (assuming they have given you permission)

Prot-On is a free application for Windows, Mac, Android and iOS. 

Protect documents, photos and texts and ensure that the information you send by email, upload to the cloud or share on social networks can only be accessed by authorized users.

http://www.prot-on.com                    

拡張機能の基本情報

名前 Prot-On Prot-On
ID pejpgbkkgpngkcafhjikclbipkeifpgm
公式URL https://chromewebstore.google.com/detail/prot-on/pejpgbkkgpngkcafhjikclbipkeifpgm
説明 Protect your text (from your emails, blog posts, google docs, etc.) from the Prot-On plugin for Chrome.
ファイルサイズ 939 KB
インストール数 15
現在のバージョン 1.0.1
最終更新日 2013-10-25
公開日 2013-10-25
評価 5.00/5 合計 1 レビュー
開発者 https://www.prot-on.com
支払い方法 free
拡張機能のウェブサイト http://www.prot-on.com
ヘルプページのURL http://en.prot-on.com/help
対応言語 en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Prot-On",
    "description": "__MSG_chrome_description__",
    "version": "1.0.1",
    "manifest_version": 2,
    "permissions": [
        "contextMenus",
        "notifications",
        ""
    ],
    "background": {
        "page": "background.html"
    },
    "icons": {
        "16": "skin\/proton16.png",
        "48": "skin\/proton48.png",
        "64": "skin\/proton64.png",
        "128": "skin\/proton128.png"
    },
    "web_accessible_resources": [
        "skin\/proton64.png",
        "skin\/error64.png",
        "contextMenu.js"
    ],
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contextMenu.js"
            ],
            "all_frames": true
        }
    ],
    "plugins": [
        {
            "path": "NPAPI\/npSockets.dll"
        },
        {
            "path": "NPAPI\/Sockets_x86_64.plugin"
        }
    ]
}