Waytab - your bookmarks/favs in a new tab
Get a random item (tweets, pocket articles, and more) you've liked and bookmarked every time you open a new tab.
什么是Waytab - your bookmarks/favs in a new tab?
Waytab - your bookmarks/favs in a new tab是由Every Good开发的Chrome扩展程序,该扩展的主要功能是“Get a random item (tweets, pocket articles, and more) you've liked and bookmarked every time you open a new tab.”。
扩展截图
下载Waytab - your bookmarks/favs in a new tab扩展crx文件
下载Waytab - your bookmarks/favs in a new tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Waytab shows you a random item you've liked or bookmarked every time you open a new tab. This could be tweets, Github repos, Pocket articles, Unsplash and Pinterest images or your browser bookmark.
## Changelog
0.4
- Sync bug fixes
0.3
- Refresh local data for new updates from connected services
0.2.4
- Delete bookmarks
- "View tweet" link (earlier, tweets can be viewed by clicking on the date)
- Optimised the random function 扩展基本信息
| 名称 | |
| ID | cdimhhflebekjcjgdcciachdjmfdekcm |
| 官方URL | https://chromewebstore.google.com/detail/waytab-your-bookmarksfavs/cdimhhflebekjcjgdcciachdjmfdekcm |
| 简介 | Get a random item (tweets, pocket articles, and more) you've liked and bookmarked every time you open a new tab. |
| 文件大小 | 230 KB |
| 安装次数 | 82 |
| 当前版本 | 0.4.0 |
| 更新时间 | 2019-08-26 |
| 上架时间 | 2019-08-26 |
| 评分 | 5.00/5 共7次评分 |
| 开发者 | Every Good |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://waytab.io/ |
| 帮助页面URL | https://waytab.io/ |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Waytab - your bookmarks\/favs in a new tab",
"icons": {
"16": "icon.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"description": "Get a random item (tweets, pocket articles, and more) you've liked and bookmarked every time you open a new tab.",
"homepage_url": "https:\/\/waytab.io\/",
"offline_enabled": true,
"permissions": [
"bookmarks",
"storage",
"alarms"
],
"version": "0.4.0",
"chrome_url_overrides": {
"newtab": "index.html"
},
"background": {
"scripts": [
"scripts\/nedb.min.js",
"scripts\/commons.js",
"scripts\/background.js"
],
"persistent": false
},
"externally_connectable": {
"matches": [
"*:\/\/waytab.io\/*",
"*:\/\/localhost\/*"
]
}
} | |