Plok

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

Plokคืออะไร?

Plok เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://plok.mn และคุณลักษณะหลักของมันคือ "Plok Chrome Extension – quickly saves links to web-content and visualizes them in an unlimited zooming environment."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Plok

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}