Daily url
Open specified urls once a day
什么是Daily url?
Daily url是由Canapy开发的Chrome扩展程序,该扩展的主要功能是“Open specified urls once a day”。
扩展截图
下载Daily url扩展crx文件
下载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"
]
}
} | |