Backlog Autofilter

Autofilter UI for Backlog

Backlog Autofilterคืออะไร?

Backlog Autofilter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Autofilter UI for Backlog"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Backlog Autofilter

ดาวน์โหลดไฟล์ส่วนขยาย Backlog Autofilter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Backlog (http://backlog.jp) の課題一覧画面で、Excelのオートフィルター的な絞り込み・ソート機能や、まとめて課題更新機能などを追加します。

- ヘッダ固定で上下スクロール
- クリックで課題を別タブで開く
-- Ctrlを押しながら開けばどんどん開ける
- インクリメンタルサーチ
- ポップアップでタスクをチラ見
- ヘッダクリックで絞り込み、ソート
-- ダブルクリックでクリア
- タスクにチェックつけて、チェックつけたものだけ残す
-- 一括状態更新など
- 表示カラム選択
- 簡易レポート表示、クリックで広がる
-- 集計のグラフ表示
- 簡易Export機能
-- クリップボード経由で OpenOffice などに貼り付け

(上のMovieはFirefoxのGMのものですが動きは全く一緒です)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Backlog Autofilter Backlog Autofilter
ID lafeccpeoldnpmliphoicodpknmkmodo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/backlog-autofilter/lafeccpeoldnpmliphoicodpknmkmodo
คำอธิบาย Autofilter UI for Backlog
ขนาดไฟล์ 235 KB
จำนวนการติดตั้ง 440
เวอร์ชันปัจจุบัน 1.2.5
อัปเดตครั้งล่าสุด 2013-06-17
วันที่เผยแพร่ 2013-06-17
คะแนน 3.75/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://d.hatena.ne.jp/kiwanami/20110622/1308758852
ภาษาที่รองรับ ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Backlog Autofilter",
    "version": "1.2.5",
    "icons": {
        "128": "icons\/af128.png",
        "48": "icons\/af48.png"
    },
    "description": "Autofilter UI for Backlog",
    "manifest_version": 2,
    "content_scripts": [
        {
            "exclude_globs": [],
            "include_globs": [],
            "css": [
                "autofilter.css",
                "jscalendar\/calendar-blue.R20110417_3.css",
                "jquery.jqplot.css"
            ],
            "js": [
                "script.js",
                "jquery.js",
                "jquery.jqplot.js",
                "jqplot.pieRenderer.js",
                "jscalendar\/calendar.R20110417_3.js",
                "jscalendar\/calendar-setup.R20110417_3.js",
                "jscalendar\/calendar-en.R20110417_3.js",
                "jscalendar\/calendar-ja.R20110417_3.js"
            ],
            "matches": [
                "https:\/\/*.backlog.jp\/Find*",
                "https:\/\/*.backlog.jp\/find\/*"
            ]
        }
    ]
}