Dotted
Show your bookmark and recent visits in your new tab.
什么是Dotted?
Dotted是由844561094开发的Chrome扩展程序,该扩展的主要功能是“Show your bookmark and recent visits in your new tab.”。
扩展截图
下载Dotted扩展crx文件
下载Dotted扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
此插件以一种更好的方式在你的新标签中展示书签和历史记录,以方便更快速便捷的跳转到想去的网页。 This extensions displays bookmarks and history pages in your new tabs in a better way to make it easier to jump to the page you want to go. 1.1版本更新了网页打开方式的设置选项 1.2版本解决了文件夹名称为空的bug
扩展基本信息
名称 | Dotted |
ID | njlaeaiimmnocokjfofhjpaddkaggefk |
官方URL | https://chromewebstore.google.com/detail/dotted/njlaeaiimmnocokjfofhjpaddkaggefk |
简介 | Show your bookmark and recent visits in your new tab. |
文件大小 | 69.9 KB |
安装次数 | 116 |
当前版本 | 1.2 |
更新时间 | 2020-10-20 |
上架时间 | 2020-09-25 |
评分 | 4.83/5 共6次评分 |
开发者 | 844561094 |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dotted", "description": "Show your bookmark and recent visits in your new tab.", "version": "1.2", "chrome_url_overrides": { "newtab": "dotted.html" }, "permissions": [ "history", "bookmarks", "chrome:\/\/favicon\/" ], "icons": { "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_security_policy": "script-src 'self'; object-src 'self'; img-src chrome:\/\/favicon;" } |