A Bit Better RTM
Small improvements for Remember The Milk interface
A Bit Better RTMคืออะไร?
A Bit Better RTM เป็นส่วนขยายของ Chrome ที่พัฒนาโดย paprotsky และคุณลักษณะหลักของมันคือ "Small improvements for Remember The Milk interface"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย A Bit Better RTM
ดาวน์โหลดไฟล์ส่วนขยาย A Bit Better RTM ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Small improvements for Remember The Milk interface (original greasemonkey script "A Bit Better RTM" - http://userscripts.org/scripts/show/32518)
VER: 0.0.2.14
- v2 manifest file format
VER: 0.0.2.12
- fixed broken Shift+j/k shortcuts
VER: 0.0.2.11
- attempt to workaround Chrome issue http://code.google.com/p/v8/issues/detail?id=1945
VER: 0.0.2.10
- bug fixes
VER: 0.0.2.9
- Added drag-n-drop delay to prevent unwanted drags when clicking on a list
- Use correct 'Add list' icon for https connection
VER: 0.0.2.8
- fixed weird loading behaviour
VER: 0.0.2.7
- fixed bug when the extension won't load in the latest Chrome builds
- fixed bug when 'hasNotes' and 'noteContains' search was throwing exception
VER: 0.0.2.6
- fixed bug when layout was broken in Chrome 5.0.xxx dev build
- fixed bug when a window wasn't properly focused after moving task to another list (Ctrl + m)
VER: 0.0.2.5
- display list tabs to the left
- drag-and-drop list re-ordering
- drag-and-drop move tasks between lists
- display tasks count
- resizable task list
- hide useless lists (available through Settings -> Lists)
- unique URL for lists and tasks
- configurations section is on the Remember the Milk Settings
page, under the A Bit Better RTM tab
SHORTCUTS:
- "Shift + j / k" - switch between lists (Shift + o - open selected list)
- "Ctrl + g" - Go to list. Displays a popup for selecting a list to go to.
- "Ctrl + m" - Move to list. Displays a popup for selecting a list to move tasks to.
- "q" - quick add list
- "/" - focus search box ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | glcdefibajbglmeelclffdbakgjjjopc |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/a-bit-better-rtm/glcdefibajbglmeelclffdbakgjjjopc |
| คำอธิบาย | Small improvements for Remember The Milk interface |
| ขนาดไฟล์ | 107 KB |
| จำนวนการติดตั้ง | 1,507 |
| เวอร์ชันปัจจุบัน | 0.0.2.14 |
| อัปเดตครั้งล่าสุด | 2013-06-18 |
| วันที่เผยแพร่ | 2013-06-17 |
| คะแนน | 4.55/5 รวมทั้งหมด 220 คะแนน |
| ผู้พัฒนา | paprotsky |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"name": "A Bit Better RTM",
"version": "0.0.2.14",
"manifest_version": 2,
"description": "Small improvements for Remember The Milk interface",
"content_scripts": [
{
"js": [
"js\/aBitBetterRTM_Loader.js"
],
"matches": [
"http:\/\/www.rememberthemilk.com\/home\/*",
"https:\/\/www.rememberthemilk.com\/home\/*"
]
}
],
"permissions": [
"http:\/\/www.rememberthemilk.com\/*",
"https:\/\/www.rememberthemilk.com\/*"
],
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"web_accessible_resources": [
"css\/abitbetterrtm.css.js",
"css\/ui.resizable.css.js",
"frameworks\/jquery-1.7.1.min.js",
"frameworks\/jquery-ui-1.8.17.custom.min.js",
"js\/aBitBetterRTM.js",
"js\/autocomplete.js",
"js\/autocompleteList.js",
"js\/configuration.js",
"js\/date.js",
"js\/init.js",
"js\/listAdder.js",
"js\/listAutocompleteStore.js",
"js\/listList.js",
"js\/listTabs.js",
"js\/location.js",
"js\/settings.js",
"js\/shortcut.js",
"js\/taskList.js",
"js\/utility.js"
]
} | |