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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}