Posts: 6,176
Threads: 90
Joined: Oct 2014
Reputation:
365
(08-12-2024, 07:26 PM)Sneisi Wrote: Is it possible to assign the Tab List feature of Chromium beside the current Cent Browser Tab Position List?
What about it to assign the Tab List feature of Chromium to unhide it on the left, and to leave the Cent Browser Tab Position List on the right with the current column view?
Is there a Shortcut key for the Cent Browser Tab Position List?
Changing the Tab List feature of Chromium to multiple columns can enhance the overview for users with many open tabs.
Honestly I'm not really satisfied with the Tab List feature of Chromium; that displays all tabs shuffled together in a long single column with a scroll bar. I prefer to use Vertical Tabs Side Panel for a chronological tab order. The default shortcut is Alt+X, you can customize it in the Settings.
For the tab list, we tend to not display the two lists at the same time.
Posts: 30
Threads: 0
Joined: Aug 2020
Reputation:
1
(08-14-2024, 04:00 PM)Admini Wrote: We will consider your suggestion.
That area is dragging area, which is used to drag the browser window.
If tab count is displayed there, it may be confusing for some users. I appreciate it.
I would also like to discuss the area of the number of tabs to be displayed, once a version without the issue is available.
One additional thing I would like to mention is that my desire for a tab count display is partly due to the fact that almost all mobile browsers (Android and iOS) have a tab list button that doubles as a tab counter by default. I have become accustomed to having the number of tabs displayed and feel uncomfortable without it. It can also be displayed as a matter of course in firefox's tree-style tabs, Sideberry, and vivaldi.
Posts: 6,176
Threads: 90
Joined: Oct 2014
Reputation:
365
Posts: 206
Threads: 5
Joined: Nov 2022
Reputation:
10
(08-17-2024, 05:13 PM)Admini Wrote: OK, we will look into this feature. Hi, is there any possibility to add custom icons to bookmarks? can you add such a possibility?
now the bookmark icon has an star, but the kill command does not have an icon https://i.imgur.com/sKi8PG8.png
as I understand now they are registered at the stage of compilation in the source code, can you make it so that it is possible to add icons yourself? let's say that the icon is read from the bookmark file, and in the bookmark file in json there is a line with an icon
for example, Vivaldi has thumbnails for the express panel in the bookmarks
Code: {
"date_added": "13351257288045234",
"date_last_used": "0",
"guid": "930d9804-4a0f-45ee-9317-b78ed2b548fd",
"id": "19",
"meta_info": {
"Partner": "930d9804-4a0f-45ee-9317-b78ed2b548fd",
"Thumbnail": "/resources/sd_thumbnails/sd_ebay.png"
},
"name": "eBay",
"type": "url",
"url": "https://vivaldi.com/bk/ebay-ru-bk"
}
of course thumbnails are not icons and icons work separately (because they disappear for some people), but maybe something similar can be done?
Posts: 17
Threads: 0
Joined: Jan 2024
Reputation:
3
How to solve this problem?
Posts: 6,176
Threads: 90
Joined: Oct 2014
Reputation:
365
08-27-2024, 04:46 PM
(This post was last modified: 08-27-2024, 05:09 PM by Admini.)
(08-26-2024, 12:59 PM)QZMTCH Wrote: Hi, is there any possibility to add custom icons to bookmarks? can you add such a possibility?
now the bookmark icon has an star, but the kill command does not have an icon https://i.imgur.com/sKi8PG8.png
as I understand now they are registered at the stage of compilation in the source code, can you make it so that it is possible to add icons yourself? let's say that the icon is read from the bookmark file, and in the bookmark file in json there is a line with an icon
for example, Vivaldi has thumbnails for the express panel in the bookmarks
Code: {
"date_added": "13351257288045234",
"date_last_used": "0",
"guid": "930d9804-4a0f-45ee-9317-b78ed2b548fd",
"id": "19",
"meta_info": {
"Partner": "930d9804-4a0f-45ee-9317-b78ed2b548fd",
"Thumbnail": "/resources/sd_thumbnails/sd_ebay.png"
},
"name": "eBay",
"type": "url",
"url": "https://vivaldi.com/bk/ebay-ru-bk"
}
of course thumbnails are not icons and icons work separately (because they disappear for some people), but maybe something similar can be done? The browser uses the favicon of the bookmark URL as bookmark icon by default.
You can try this extension to customize the favicon.
It can't change icon of chrome://xxx pages, their icons are stored in resources.pak
Posts: 6,176
Threads: 90
Joined: Oct 2014
Reputation:
365
(08-27-2024, 05:46 AM)Sitego Wrote: How to solve this problem?
Please use Tampermonkey Legacy for now.
Posts: 206
Threads: 5
Joined: Nov 2022
Reputation:
10
(08-27-2024, 04:46 PM)Admini Wrote: It can't change icon of chrome://xxx pages, their icons are stored in resources.pak yes, i understood it right away, that's why i asked if it's possible to make it so that the user can also set an icon for chrome links?
maybe something can be rewritten to load them from anywhere, or from a bookmark file, or something else
Posts: 135
Threads: 0
Joined: Aug 2016
Reputation:
7
(08-27-2024, 05:46 AM)Sitego Wrote: How to solve this problem?
You can use this two solutions:
№1 https://www.centbrowser.net/en/showthrea...3#pid25173
№2
Quote:chrome.dll(130.0.6672.000) x86_x64 for Cent Browser v.5.1.1130.129 x86_x64:
Quote:Вместо (Chromium 118.0.5993.159) будет отображаться (Chromium 130.0.6672.000).
Возможность установки расширений, которые требуют Chromium версии выше 120.
Других изменений не вносилось.
Распаковать и заменить chrome.dll по пути : (...\CentBrowser\5.1.1130.129) нужной Вам разрядности браузера.
Скачать с pixeldrain.com
Posts: 21
Threads: 2
Joined: Aug 2024
Reputation:
0
(08-27-2024, 04:46 PM)Admini Wrote: The browser uses the favicon of the bookmark URL as bookmark icon by default.
You can try this extension to customize the favicon.
It can't change icon of chrome://xxx pages, their icons are stored in resources.pak
What do you mean with chrome://xxx pages?
|