Add a link to trello
This extension will let you add a link to a list on a board on Trello.
Add a link to trelloとは何ですか?
Add a link to trelloはhttps://omgmog.netによって開発されたChromeの拡張機能で、その主な機能は「This extension will let you add a link to a list on a board on Trello.」です。
拡張機能のスクリーンショット
Add a link to trello拡張機能のCRXファイルをダウンロード
Add a link to trello拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is a Google Chrome extension that lets you add the currently viewed page to a board on Trello. 拡張機能の基本情報
| 名前 | |
| ID | ngignckpjkimcpnlphkbgpnbpnicnffe |
| 公式URL | https://chromewebstore.google.com/detail/add-a-link-to-trello/ngignckpjkimcpnlphkbgpnbpnicnffe |
| 説明 | This extension will let you add a link to a list on a board on Trello. |
| ファイルサイズ | 71.53 KB |
| インストール数 | 517 |
| 現在のバージョン | 1.2.1 |
| 最終更新日 | 2021-07-30 |
| 公開日 | 2014-03-14 |
| 評価 | 4.11/5 合計 9 レビュー |
| 開発者 | https://omgmog.net |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/omgmog/chrome-add-link-to-trello |
| ヘルプページのURL | https://github.com/omgmog/chrome-add-link-to-trello/issues |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Add a link to trello",
"description": "This extension will let you add a link to a list on a board on Trello.",
"version": "1.2.1",
"options_page": "options.html",
"permissions": [
"https:\/\/api.trello.com\/",
"tabs"
],
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"web_accessible_resources": [
"options.html"
],
"content_security_policy": "script-src 'self' https:\/\/api.trello.com; object-src 'self'"
} | |