Dotted

Show your bookmark and recent visits in your new tab.

Cos'è Dotted?

Dotted è un'estensione di Chrome sviluppata da 844561094, e la sua funzione principale è "Show your bookmark and recent visits in your new tab.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Dotted

Scarica i file di estensione Dotted in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        此插件以一种更好的方式在你的新标签中展示书签和历史记录,以方便更快速便捷的跳转到想去的网页。
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                    

Informazioni di Base sull'Estensione

Nome Dotted Dotted
ID njlaeaiimmnocokjfofhjpaddkaggefk
URL Ufficiale https://chromewebstore.google.com/detail/dotted/njlaeaiimmnocokjfofhjpaddkaggefk
Descrizione Show your bookmark and recent visits in your new tab.
Dimensione del File 69.9 KB
Conteggio Installazioni 116
Versione Corrente 1.2
Ultimo Aggiornamento 2020-10-20
Data di Pubblicazione 2020-09-25
Valutazione 4.83/5 Totale 6 Valutazioni
Sviluppatore 844561094
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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;"
}