Open Chrome 'new tab' with a particular url
When I open a new tab in Chrome, I want to have it load particular URL.
I can see how to set a home page, and how to tell it what to do on startup -- but not how to load a page for new tabs.
How can I make it do this? Is it possible?
google-chrome
add a comment |
When I open a new tab in Chrome, I want to have it load particular URL.
I can see how to set a home page, and how to tell it what to do on startup -- but not how to load a page for new tabs.
How can I make it do this? Is it possible?
google-chrome
1
You would have to add an extension to do this....howtogeek.com/284582/…
– Moab
Feb 1 at 2:14
add a comment |
When I open a new tab in Chrome, I want to have it load particular URL.
I can see how to set a home page, and how to tell it what to do on startup -- but not how to load a page for new tabs.
How can I make it do this? Is it possible?
google-chrome
When I open a new tab in Chrome, I want to have it load particular URL.
I can see how to set a home page, and how to tell it what to do on startup -- but not how to load a page for new tabs.
How can I make it do this? Is it possible?
google-chrome
google-chrome
asked Feb 1 at 2:03
Kevin BedellKevin Bedell
1063
1063
1
You would have to add an extension to do this....howtogeek.com/284582/…
– Moab
Feb 1 at 2:14
add a comment |
1
You would have to add an extension to do this....howtogeek.com/284582/…
– Moab
Feb 1 at 2:14
1
1
You would have to add an extension to do this....howtogeek.com/284582/…
– Moab
Feb 1 at 2:14
You would have to add an extension to do this....howtogeek.com/284582/…
– Moab
Feb 1 at 2:14
add a comment |
1 Answer
1
active
oldest
votes
There are some extensions for that. It's the easiest option, search with 'new tab override' keyword. Here's a random example from Chrome Store. Try it.
Custom New Tab
If you don't want to rely on third part, I've also found manual instructions on Stack Overflow.
Override the Chrome new tab page with a webpage?
And also small video for that extension to code with.
Chrome Extensions: New Tab Override - Programming with Text
2
This seems to be a relevant answer but note that simply including links is discouraged. Please improve this answer by including at least some basic process by which the Asker can accomplish his goal (assuming that it is possible to do so).
– Anaksunaman
Feb 1 at 2:28
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1400817%2fopen-chrome-new-tab-with-a-particular-url%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
There are some extensions for that. It's the easiest option, search with 'new tab override' keyword. Here's a random example from Chrome Store. Try it.
Custom New Tab
If you don't want to rely on third part, I've also found manual instructions on Stack Overflow.
Override the Chrome new tab page with a webpage?
And also small video for that extension to code with.
Chrome Extensions: New Tab Override - Programming with Text
2
This seems to be a relevant answer but note that simply including links is discouraged. Please improve this answer by including at least some basic process by which the Asker can accomplish his goal (assuming that it is possible to do so).
– Anaksunaman
Feb 1 at 2:28
add a comment |
There are some extensions for that. It's the easiest option, search with 'new tab override' keyword. Here's a random example from Chrome Store. Try it.
Custom New Tab
If you don't want to rely on third part, I've also found manual instructions on Stack Overflow.
Override the Chrome new tab page with a webpage?
And also small video for that extension to code with.
Chrome Extensions: New Tab Override - Programming with Text
2
This seems to be a relevant answer but note that simply including links is discouraged. Please improve this answer by including at least some basic process by which the Asker can accomplish his goal (assuming that it is possible to do so).
– Anaksunaman
Feb 1 at 2:28
add a comment |
There are some extensions for that. It's the easiest option, search with 'new tab override' keyword. Here's a random example from Chrome Store. Try it.
Custom New Tab
If you don't want to rely on third part, I've also found manual instructions on Stack Overflow.
Override the Chrome new tab page with a webpage?
And also small video for that extension to code with.
Chrome Extensions: New Tab Override - Programming with Text
There are some extensions for that. It's the easiest option, search with 'new tab override' keyword. Here's a random example from Chrome Store. Try it.
Custom New Tab
If you don't want to rely on third part, I've also found manual instructions on Stack Overflow.
Override the Chrome new tab page with a webpage?
And also small video for that extension to code with.
Chrome Extensions: New Tab Override - Programming with Text
edited Feb 1 at 2:57
answered Feb 1 at 2:16
mirkancalmirkancal
1267
1267
2
This seems to be a relevant answer but note that simply including links is discouraged. Please improve this answer by including at least some basic process by which the Asker can accomplish his goal (assuming that it is possible to do so).
– Anaksunaman
Feb 1 at 2:28
add a comment |
2
This seems to be a relevant answer but note that simply including links is discouraged. Please improve this answer by including at least some basic process by which the Asker can accomplish his goal (assuming that it is possible to do so).
– Anaksunaman
Feb 1 at 2:28
2
2
This seems to be a relevant answer but note that simply including links is discouraged. Please improve this answer by including at least some basic process by which the Asker can accomplish his goal (assuming that it is possible to do so).
– Anaksunaman
Feb 1 at 2:28
This seems to be a relevant answer but note that simply including links is discouraged. Please improve this answer by including at least some basic process by which the Asker can accomplish his goal (assuming that it is possible to do so).
– Anaksunaman
Feb 1 at 2:28
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1400817%2fopen-chrome-new-tab-with-a-particular-url%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
You would have to add an extension to do this....howtogeek.com/284582/…
– Moab
Feb 1 at 2:14