Boardist Web clipper
Strengthen your experience with boardist.io
什麼是Boardist Web clipper?
Boardist Web clipper是由https://boardist.io開發的Chrome擴展程式,該擴展的主要功能是“Strengthen your experience with boardist.io”。
擴展截圖
下載Boardist Web clipper擴展crx文件
下載Boardist Web clipper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Streamline your workflow with the Boardist Extension With the help of the extension you are able to: - Save opened tabs into a board - Save active tab data - Synchonise Chrome bookmarks with Boardist We are going to expand the integration of the platform with the extension in future updates: - Kanban & Pomodoro timer sync; - The possibility to upload data from other websites to your boards with more ease. v. 1.4.0 - Improve boardist.io token refresh v. 1.3.1 - Search through non-archived widgets and boards only
擴展基本資訊
名稱 | Boardist Web clipper |
ID | oklkocdpbpkmoeepenloempjknbhaaal |
官方網址 | https://chromewebstore.google.com/detail/boardist-web-clipper/oklkocdpbpkmoeepenloempjknbhaaal |
簡介 | Strengthen your experience with boardist.io |
檔案大小 | 254 KB |
安裝次數 | 41 |
目前版本 | 1.4.1 |
更新時間 | 2021-08-23 |
上架時間 | 2020-04-03 |
評分 | 5.00/5 共 1 次評分 |
開發者 | https://boardist.io |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://boardist.io/privacy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Boardist Web clipper", "author": "Elvin Dzhavadov", "version": "1.4.1", "description": "Strengthen your experience with boardist.io", "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "identity", "bookmarks", "storage", "activeTab", "tabs" ], "manifest_version": 2, "browser_specific_settings": { "gecko": { "id": "{f8ea2770-b163-4c7e-9a3f-84ac1650c3a7}", "strict_min_version": "57.0" } }, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Boardist.io", "default_icon": "assets\/favicon-32x32.png", "default_popup": "popup.html" }, "commands": { "_execute_browser_action": { "description": "Save to Boardist", "suggested_key": { "chromeos": "Ctrl+Shift+K", "linux": "Ctrl+Shift+K", "mac": "Command+Shift+K", "windows": "Ctrl+Shift+K" } } }, "icons": { "16": "assets\/favicon-16x16.png", "32": "assets\/favicon-32x32.png", "128": "assets\/favicon-128x128.png" } } |