Favorite URL Opener
This extension allows you to save several URLs and open all of them in one click!
Favorite URL Openerとは何ですか?
Favorite URL Openerはhttps://beloglazov.infoによって開発されたChromeの拡張機能で、その主な機能は「This extension allows you to save several URLs and open all of them in one click!」です。
拡張機能のスクリーンショット
Favorite URL Opener拡張機能のCRXファイルをダウンロード
Favorite URL Opener拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Favorite URL Opener |
ID | fmaghpidamhgpflfpekegcleapoapjba |
公式URL | https://chromewebstore.google.com/detail/favorite-url-opener/fmaghpidamhgpflfpekegcleapoapjba |
説明 | This extension allows you to save several URLs and open all of them in one click! |
ファイルサイズ | 22.66 KB |
インストール数 | 1,786 |
現在のバージョン | 1.0.3 |
最終更新日 | 2012-04-30 |
公開日 | 2012-04-30 |
評価 | 4.42/5 合計 24 レビュー |
開発者 | https://beloglazov.info |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/beloglazov/chrome-url-opener |
ヘルプページのURL | https://github.com/beloglazov/chrome-url-opener/issues |
対応言語 | 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" } |