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 |
Eメール | [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;" } |