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 拡張機能の基本情報
| 名前 | |
| ID | oklkocdpbpkmoeepenloempjknbhaaal |
| 公式URL | 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 |
| Eメール | [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"
}
} | |