CULA - your URLs status
Extension showing current status of your monitored URLs!
CULA - your URLs statusคืออะไร?
CULA - your URLs status เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://cula.io และคุณลักษณะหลักของมันคือ "Extension showing current status of your monitored URLs!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CULA - your URLs status
ดาวน์โหลดไฟล์ส่วนขยาย CULA - your URLs status ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Do you monitor your website? Do you use cula.io? This extension allows you to get information immediately. Be first to know whether your websites are all up!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | dckodpmnldknkilbndknoninhojlflbm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/cula-your-urls-status/dckodpmnldknkilbndknoninhojlflbm |
คำอธิบาย | Extension showing current status of your monitored URLs! |
ขนาดไฟล์ | 207 KB |
จำนวนการติดตั้ง | 63 |
เวอร์ชันปัจจุบัน | 1.2.0 |
อัปเดตครั้งล่าสุด | 2018-06-19 |
วันที่เผยแพร่ | 2018-06-19 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | https://cula.io |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://cula.io |
URL หน้าช่วยเหลือ | https://cula.io/faq |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CULA - your URLs status", "version": "1.2.0", "description": "Extension showing current status of your monitored URLs!", "permissions": [ "activeTab", "declarativeContent", "storage", "tabs" ], "options_page": "options.html", "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/cula_logo_16.png", "32": "images\/cula_logo_32.png", "48": "images\/cula_logo_48.png", "128": "images\/cula_logo_128.png" } }, "icons": { "16": "images\/cula_logo_16.png", "32": "images\/cula_logo_32.png", "48": "images\/cula_logo_48.png", "128": "images\/cula_logo_128.png" }, "manifest_version": 2 } |