FLOW
This extension makes the webpage breathe
FLOWคืออะไร?
FLOW เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://analogue.ai และคุณลักษณะหลักของมันคือ "This extension makes the webpage breathe"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FLOW
ดาวน์โหลดไฟล์ส่วนขยาย FLOW ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
FLOW applies human heartbeat and breathing patterns to any web page being visited. This Chrome extension helps humans to regulate their breathing rhythm without getting distracted while working behind computer screens.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | fcpioljggfdmadgoogjlglicdffdmank |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/flow/fcpioljggfdmadgoogjlglicdffdmank |
คำอธิบาย | This extension makes the webpage breathe |
ขนาดไฟล์ | 367 KB |
จำนวนการติดตั้ง | 43 |
เวอร์ชันปัจจุบัน | beta |
อัปเดตครั้งล่าสุด | 2018-03-20 |
วันที่เผยแพร่ | 2018-03-20 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | http://analogue.ai |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "options_page": "options.html", "name": "FLOW", "short_name": "flow", "description": "This extension makes the webpage breathe", "version": "0.0.0.6", "version_name": "beta", "offline_enabled": true, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "styles.css" ], "js": [ "jquery.js", "jq.js", "flow.js" ] } ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_behaviour": [ "jq.js, flow.js" ] }, "background": { "scripts": [ "flow.js" ], "persistent": true }, "permissions": [ "storage", "activeTab", "tabs", "https:\/\/ajax.googleapis.com\/" ] } |