Wardlist Downloader
Download your LDS wardlist in CSV format!
Wardlist Downloaderคืออะไร?
Wardlist Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ksbarnwell และคุณลักษณะหลักของมันคือ "Download your LDS wardlist in CSV format!"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wardlist Downloader
ดาวน์โหลดไฟล์ส่วนขยาย Wardlist Downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Sign into lds.org and run this extension. It will download a basic CSV file containing your ward directory. Column headers will be Name, Address, Phone.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | heelecofokdkmmbialhcidblofhkfeid |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/wardlist-downloader/heelecofokdkmmbialhcidblofhkfeid |
คำอธิบาย | Download your LDS wardlist in CSV format! |
ขนาดไฟล์ | 34.59 KB |
จำนวนการติดตั้ง | 94 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2018-08-26 |
วันที่เผยแพร่ | 2018-08-26 |
ผู้พัฒนา | ksbarnwell |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wardlist Downloader", "version": "1.1", "description": "Download your LDS wardlist in CSV format!", "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*", "tabs" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Wardlist Downloader" }, "icons": { "16": "images\/wardlistdownloadericon16.png", "32": "images\/wardlistdownloadericon32.png", "48": "images\/wardlistdownloadericon48.png", "128": "images\/wardlistdownloadericon128.png" }, "manifest_version": 2 } |