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.”。
擴展截圖
下載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 |
ID | bdlhbjbdpkcnlbgbkejjkepclaaaffjm |
官方網址 | 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" } |