Daily url
Open specified urls once a day
Daily urlคืออะไร?
Daily url เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Canapy และคุณลักษณะหลักของมันคือ "Open specified urls once a day"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Daily url
ดาวน์โหลดไฟล์ส่วนขยาย Daily url ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension is made to open all websites and pages that you want, once a day when you start your web browser or when you open a new window. You can also easily open multiple links Very simple and easy to use, you just have to paste the links. I firstly made it for myself, maybe you will find it useful too instruction : Open Urls : To open the urls you have pasted on the text field above Number per set slider : To define how many urls you want to open per set if you set it to 0 all urls will be open at once Delay slider : To chose by how many second you want each set to be separate Open Daily Urls : This button is here if you want to open again the urls you have saved
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hfbookebobnkjaclbdleibkpkkoikpdd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/daily-url/hfbookebobnkjaclbdleibkpkkoikpdd |
คำอธิบาย | Open specified urls once a day |
ขนาดไฟล์ | 387 KB |
จำนวนการติดตั้ง | 32 |
เวอร์ชันปัจจุบัน | 1.4 |
อัปเดตครั้งล่าสุด | 2016-07-11 |
วันที่เผยแพร่ | 2016-07-11 |
ผู้พัฒนา | Canapy |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Daily url", "description": "Open specified urls once a day", "version": "1.4", "minimum_chrome_version": "16.0.884", "permissions": [ "storage", "tabs" ], "browser_action": { "default_icon": "icon128.png", "default_popup": "popup.html", "default_title": "Daily url" }, "manifest_version": 2, "options_ui": { "page": "options.html", "chrome_style": true, "open_in_tab": true }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] } } |