Plok

Plok Chrome Extension – quickly saves links to web-content and visualizes them in an unlimited zooming environment.

Plokとは何ですか?

Plokはhttps://plok.mnによって開発されたChromeの拡張機能で、その主な機能は「Plok Chrome Extension – quickly saves links to web-content and visualizes them in an unlimited zooming environment.」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Plok is an unlimited zooming environment to create and store notes and links.

Plok Chrome Extension provides you with an easy click-and-save option for an open web-page, selected text or picture.

Plok enables visualization of links which can be stored along with text notes anywhere on the infinite virtual whiteboard. Any notes can be organized by layers. You can work with a layer on your own or share it with colleagues and peers. Having themed layers of visualized data at your fingertips, you will enjoy an incredibly easy navigation based on your spatial memory.

Plok offers a user-friendly content management and quick data search for a variety of tasks.                    

拡張機能の基本情報

名前 Plok Plok
ID bdlhbjbdpkcnlbgbkejjkepclaaaffjm
公式URL https://chromewebstore.google.com/detail/plok/bdlhbjbdpkcnlbgbkejjkepclaaaffjm
説明 Plok Chrome Extension – quickly saves links to web-content and visualizes them in an unlimited zooming environment.
ファイルサイズ 42.83 KB
インストール数 63
現在のバージョン 1.0.3
最終更新日 2015-11-10
公開日 2015-11-09
評価 5.00/5 合計 10 レビュー
開発者 https://plok.mn
支払い方法 free
対応言語 en,fr,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Plok",
    "version": "1.0.3",
    "default_locale": "en",
    "description": "__MSG_ext_description__",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon19_off.png",
            "38": "img\/icon38_off.png"
        },
        "default_popup": ""
    },
    "permissions": [
        "tabs",
        "cookies",
        "contextMenus",
        "storage",
        "notifications",
        "*:\/\/plok.mn\/"
    ],
    "short_name": "Plok"
}