Dotted
Show your bookmark and recent visits in your new tab.
O que é Dotted?
Dotted é uma extensão do Chrome desenvolvida por 844561094, e sua principal característica é "Show your bookmark and recent visits in your new tab.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Dotted
Baixe arquivos de extensão Dotted no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
此插件以一种更好的方式在你的新标签中展示书签和历史记录,以方便更快速便捷的跳转到想去的网页。 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
Informações Básicas da Extensão
Nome | Dotted |
ID | njlaeaiimmnocokjfofhjpaddkaggefk |
URL Oficial | https://chromewebstore.google.com/detail/dotted/njlaeaiimmnocokjfofhjpaddkaggefk |
Descrição | Show your bookmark and recent visits in your new tab. |
Tamanho do Arquivo | 69.9 KB |
Contagem de Instalações | 116 |
Versão Atual | 1.2 |
Última Atualização | 2020-10-20 |
Data de Publicação | 2020-09-25 |
Classificação | 4.83/5 Total de 6 Avaliações |
Desenvolvedor | 844561094 |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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;" } |