Plok

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

Plok là gì?

Plok là một tiện ích mở rộng Chrome được phát triển bởi https://plok.mn, và tính năng chính của nó là "Plok Chrome Extension – quickly saves links to web-content and visualizes them in an unlimited zooming environment.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Plok

Tải xuống các tệp mở rộng Plok dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Plok Plok
ID bdlhbjbdpkcnlbgbkejjkepclaaaffjm
URL Chính Thức https://chromewebstore.google.com/detail/plok/bdlhbjbdpkcnlbgbkejjkepclaaaffjm
Mô tả Plok Chrome Extension – quickly saves links to web-content and visualizes them in an unlimited zooming environment.
Kích Thước Tệp 42.83 KB
Số Lần Cài Đặt 63
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2015-11-10
Ngày Phát Hành 2015-11-09
Đánh Giá 5.00/5 Tổng số 10 Đánh Giá
Nhà Phát Triển https://plok.mn
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}