DailyLinks
DailyLinks makes it easy to open those websites you visit every day, supporting different links per day.
什么是DailyLinks?
DailyLinks是由Kauko开发的Chrome扩展程序,该扩展的主要功能是“DailyLinks makes it easy to open those websites you visit every day, supporting different links per day.”。
扩展截图
下载DailyLinks扩展crx文件
下载DailyLinks扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
DailyLinks is a Chrome extension that makes it easy to open those websites you visit every day, and supports different links per day (good for webcomics). 扩展基本信息
| 名称 | |
| ID | eelacjbjolonnipgkmkjjdgfdkjjdeom |
| 官方URL | https://chromewebstore.google.com/detail/dailylinks/eelacjbjolonnipgkmkjjdgfdkjjdeom |
| 简介 | DailyLinks makes it easy to open those websites you visit every day, supporting different links per day. |
| 文件大小 | 50.24 KB |
| 安装次数 | 167 |
| 当前版本 | 1.2.1 |
| 更新时间 | 2023-12-06 |
| 上架时间 | 2020-06-12 |
| 评分 | 4.67/5 共3次评分 |
| 开发者 | Kauko |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/cheeplusplus/dailylinks-chrome |
| 帮助页面URL | https://github.com/cheeplusplus/dailylinks-chrome/issues |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "DailyLinks",
"version": "1.2.1",
"manifest_version": 3,
"description": "DailyLinks makes it easy to open those websites you visit every day, supporting different links per day.",
"icons": {
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"homepage_url": "http:\/\/cheeplusplus.github.com\/dailylinks-chrome\/",
"options_page": "options.html",
"background": {
"service_worker": "js\/src\/background.js"
},
"action": {
"default_title": "Open DailyLinks"
},
"permissions": [
"storage"
]
} | |