milapoint
adds agile to milanote
什麼是milapoint?
milapoint是由apdri開發的Chrome擴展程式,該擴展的主要功能是“adds agile to milanote”。
擴展截圖
下載milapoint擴展crx文件
下載milapoint擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
milapoint adds functionality to milanote.com for use in agile projects
milapoint display story points in 2 places
board header : the total points for all the notes in entire board
list header : the total points for all the notes in the list
how to use it
select note then click 'description' on the left menu
to add description to your note
in description field write 'point: ' with any number
for example
point: 20
and milapoint will count and display the points
thank you for using milapoint 擴展基本資訊
| 名稱 | |
| ID | halepnbjdcocnbkglajcajnfedieipai |
| 官方網址 | https://chromewebstore.google.com/detail/milapoint/halepnbjdcocnbkglajcajnfedieipai |
| 簡介 | adds agile to milanote |
| 檔案大小 | 10.3 KB |
| 安裝次數 | 95 |
| 目前版本 | 0.2.0 |
| 更新時間 | 2018-02-21 |
| 上架時間 | 2018-02-20 |
| 評分 | 4.00/5 共 2 次評分 |
| 開發者 | apdri |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "milapoint",
"version": "0.2.0",
"manifest_version": 2,
"description": "adds agile to milanote",
"icons": {
"16": "icons\/icon-16.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/app.milanote.com\/*",
"https:\/\/app.milanote.com\/*"
],
"js": [
"scripts\/main.js"
],
"run_at": "document_end",
"all_frames": false
}
]
} | |