Dotted

Show your bookmark and recent visits in your new tab.

Was ist Dotted?

Dotted ist eine Chrome-Erweiterung, die von 844561094 entwickelt wurde, und ihr Hauptmerkmal ist "Show your bookmark and recent visits in your new tab.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Dotted-Erweiterungs-CRX-Datei herunterladen

Laden Sie Dotted-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Dotted Dotted
ID njlaeaiimmnocokjfofhjpaddkaggefk
Offizielle URL https://chromewebstore.google.com/detail/dotted/njlaeaiimmnocokjfofhjpaddkaggefk
Beschreibung Show your bookmark and recent visits in your new tab.
Dateigröße 69.9 KB
Installationsanzahl 116
Aktuelle Version 1.2
Letztes Update 2020-10-20
Veröffentlichungsdatum 2020-09-25
Bewertung 4.83/5 Insgesamt 6 Bewertungen
Entwickler 844561094
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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;"
}