Looking for demo Bookmarks/Favourites to import - google-chrome

I'm wondering if there is a tool to quickly generate a demo bookmark.html file with a list of common bookmarks: eg. News bookmarks, Sport, Lifestyle. I'm looking for a file which I can import to my browser for demo purposes. Thanks

You can export your own bookmarks by
Open Chrome.
At the top right, click More More.
Select Bookmarks and then Bookmark Manager.
In the manager, click the "Organize" menu.
Select Export bookmarks.
To import your bookmarks you can then import those same bookmarks (for demo purposes) by
Open Chrome.
At the top right, click More More.
Select Bookmarks and then Bookmark Manager.
In the manager, click the "Import Bookmarks and Settings".
Select the dropdown and then select the "Bookmarks HTML File".
Choose the file you just exported.

Related

How to import chrome group of tabs on another device

I don't want to import Chrome Bookmarks. I want groups having multiple tabs to be exported and then import back on another device.
I have many many groups of tabs on chrome browser. I exported HTML for bookmarks and imported it back on another device . All bookmarks are imported properly. But tab groups are not imported. I am using same login on both devices.
How to import chrome group of tabs on another device?
I attached this screenshot, I want POC, Nightwatch, OF Cloud, General tab groups to be imported on another device.

How do I disable GitHub Checks "Re-run" button?

I scoured everywhere in the docs. https://docs.github.com/en/rest/reference/checks#check-runs
At first, I thought it was the "actions" optional parameter in the UPDATE check API call. I thought it was some sort of default, so I added some dummy "Fix this" action. It added another button (NOT what I want).
So then I inspected the request that's made when I click the Re-run button, turns out, it is rerequest. https://github.com/w3-rre-test/ui-typescript-react/runs/4158592/rerequest
So then I looked everywhere for re-request, and i see it's a feature of Check Suite (but no way to turn that off).
It seems to call this endpoint: https://docs.github.com/en/rest/reference/checks#rerequest-a-check-suite
I don't want this feature, it's confusing my users. I also looked at this doc https://docs.github.com/en/github/administering-a-repository/managing-repository-settings/disabling-or-limiting-github-actions-for-a-repository#allowing-specific-actions-to-run, but I don't think it's the same "Action" api since i don't have the Actions tab in my org / repo.
Please you follow these below step..
1.On GitHub, navigate to the main page of the repository.
2.Under your repository name, click Settings.
3.In the left sidebar, click Actions.
4.Under Actions permissions, select an option.
5.Click Save.
Please try it
1.In the top right corner of GitHub Enterprise Server,
2.your profile photo, then click Your organizations.
3.Your organizations in the profile menu
4.Next to the organization, click Settings.
5.The settings button
6.In the left sidebar, click Actions.
7.Under Local and third-party Actions, select an option.
8.Enable, disable, or limit actions for this organization
Click Save.

Is it possible to open multiple instances or split view of chrome developer tools tabs?

I want to debug code at the same time as I see what is being sent on the network tab without having to go back and forth between the Network tab and Sources tab. Is there a way to do this as of chrome Version 52.0.2743.82 or Version 54.0.2810.2 canary?
I know that it is possible to log http request in the console which can be visible with other tabs open but I want the actuall networks tab if possible..
Thank you in advance
This is now possible in Chrome 87. Right click Network in the menu and select "Move to bottom"
and it will do this
You can view 'Quick source' while viewing the Network panel (or the other main panels) at the same. This will allow you to view the source and add breakpoints.
However, it's not possible to step through code using the debugging in the split view. Chrome will automatically switch to the Sources tab if you use the shortcuts.
It's also not possible to have an extension running a separate instance of the debugger as the Chrome Debugging Protocol doesn't allow simultaneous clients to be connected.
I will open up a discussion with other Chromium contributors into the feasibility of sharing the debugging controls in the split view. I don't know whether it will or can be done easily. I suspect it's a fair amount of work.
If you would like to set up the split view, as it's useful anyway, go to overflow menu on the right side and select 'More Tools' and then select 'Show console'. This makes sure the panel loads below the main one.
On the left side of the panel that shows, click the overflow menu and select 'Quick source'.
You will now see a small Sources panel.
Since I was referred here from this question, I'll answer here.
In my scenario I need to be able to work on two different source files (under DevTools->Sources) simultaneously, for instance an html and a css file.
My workaround was to work on two separate tabs.
Right click one of them and click 'Open in new tab'.
When the new tab is open press F12 to open DevTools, and dock the two editors side by side (Focus on one and pressing ⊞+→ then leftwards on the other one).
Result:

PhpStorm - Highlight active file in project navigator

Does anyone know how to highlight the current file in the project navigator, or a hotkey to expand folders to the active file?
I have looked around and couldn't find anything that points to this as an option.
Here is a nice feature: Autoscroll to Source and Autoscroll from Source.
It is available in all IntelliJ products .
On Demand
Should be used if you do not like when your Project View panel gets changed/moves without your consent.
Navigate | Select in... | Project View
Alt+F1, 1 for Windows/Linux
⌥+F1, 1 (or fn+⌥ Opt+F1, 1) for Mac OS
You may also click on "target like" icon on actual Project View panel with your mouse:
If you wish to use shorter/single shortcut instead of standard 2-step shortcut:
install "Extra Actions" plugin
assign custom shortcut to newly provided "Select in Project" action
As of some 2017.x version (or maybe even 2016.x) the IDE has own dedicated Select in Project View action (so no need for additional plugin). You can find it in Keymap under the Other branch (hint: use search box to narrow the list).
Automatically
Can be used if you do not mind (or even want) to have Project View panel keep focused on currently edited file (so it scrolls/moves up and down/expands when needed).
NOTE: with frequently switching between the files (e.g. CSS & HTML) when you have a lot of files in your project such "scrolling" may become quite annoying pretty fast (especially if such files are located in the invisible-right-now part of the project tree).
Activate Autoscroll from Source option in Project View panel (right click on tool window header bar/title or use menu under "gear" icon):
In modern versions (2020.3 and newer) that option was renamed and is now called Always Select Opened File:
Just click the circular icon (with tooltip Scroll from Source) to navigate in the project directory tree and highlight the corresponding active file in the PhpStorm editor.
On PhpStorm 2020.3 you have to click the cog icon in the project pane and select Always Select Opened Files:
The above answers are all valid but unfortunately you'll have to enable them for each project.
There's a plugin from Jetbrains that will enable this behaviour by default for all new projects.
http://plugins.jetbrains.com/plugin/7575?pr=

chrome devtools: Revisions of resources not working

In Chrome, you can edit your resources in line and Chrome will generate revisions of that resource. Here the documentation: http://code.google.com/intl/en-US/chrome/devtools/docs/elements-styles.html#persist
Sadly, it's not working here, and I don't know how to enable it. It is not possible to expand the file in the resource tab to see the revisions.
Using Chrome 15.0.874.121 on MacOS here. A colleague of mine tried the developer channel, but it's still not there. But I saw a demo of it at the Google Developer Day.
This works in 15.0.874.121 as well -- just double-click on a text content of a CSS or JS file in the Resources panel, type something and press Cmd+Enter. You will see the lines that you added displayed with a green background, and the edited resource on the left will become expandable.
Alternatively, the Dev channel has an "Edit" button (a pencil with dots) below the resource contents if the resource is editable. You can click it to toggle the resource editing.
It works fine on ToT and on dev channel 17.0.942.0 dev.
The scenario.
open inspector's Scripts panel
start editing with double click
save the revision with Cmd+S
optional exit from editing mode Shift-Enter
open Resource Panel
click on the right arrow symbol close to edited file.