Favorite URL Opener
This extension allows you to save several URLs and open all of them in one click!
What is Favorite URL Opener?
Favorite URL Opener is a Chrome extension developed by https://beloglazov.info, and its main feature is "This extension allows you to save several URLs and open all of them in one click!".
Extension Screenshots
Download Favorite URL Opener Extension CRX File
Download Favorite URL Opener extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Do you have a few web sites that you visit regularly, like news and social media? Do you want to open all of them in one click? Then this extension is for you! It allows you to easily open multiple URLs / web sites in new tabs at once. Enter and save the URLs of your favorite web sites on the options page. Then, whenever you want to open all the web sites at ones, just click on the extension's button and they are all opened! Compared with using bookmark folders in the bookmark bar, this extension is very minimalistic: it's just a single button, and it doesn't require you to have the bookmark bar open, which saves your screen real estate. Please watch the screencast to see the extension in action.
Extension Basic Information
Name | Favorite URL Opener |
ID | fmaghpidamhgpflfpekegcleapoapjba |
Official URL | https://chromewebstore.google.com/detail/favorite-url-opener/fmaghpidamhgpflfpekegcleapoapjba |
Description | This extension allows you to save several URLs and open all of them in one click! |
File Size | 22.66 KB |
Installation Count | 1,786 |
Current Version | 1.0.3 |
Last Updated | 2012-04-30 |
Publish Date | 2012-04-30 |
Rating | 4.42/5 Total 24 Ratings |
Developer | https://beloglazov.info |
Payment Type | free |
Extension Website | https://github.com/beloglazov/chrome-url-opener |
Help Page URL | https://github.com/beloglazov/chrome-url-opener/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Favorite URL Opener", "version": "1.0.3", "manifest_version": 2, "description": "This extension allows you to save several URLs and open all of them in one click!", "icons": { "16": "images\/multiple16.png", "48": "images\/multiple48.png", "128": "images\/multiple128scaled.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "images\/multiple19.png", "default_title": "Open my URLs" }, "options_page": "options.html" } |