JP2014026424A - Browser system - Google Patents

Browser system Download PDF

Info

Publication number
JP2014026424A
JP2014026424A JP2012165632A JP2012165632A JP2014026424A JP 2014026424 A JP2014026424 A JP 2014026424A JP 2012165632 A JP2012165632 A JP 2012165632A JP 2012165632 A JP2012165632 A JP 2012165632A JP 2014026424 A JP2014026424 A JP 2014026424A
Authority
JP
Japan
Prior art keywords
browser
web
page
information
web page
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2012165632A
Other languages
Japanese (ja)
Other versions
JP5953156B2 (en
Inventor
Mitsuaki Koseki
光昭 小関
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Zenrin Datacom Co Ltd
Original Assignee
Zenrin Datacom Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Zenrin Datacom Co Ltd filed Critical Zenrin Datacom Co Ltd
Priority to JP2012165632A priority Critical patent/JP5953156B2/en
Publication of JP2014026424A publication Critical patent/JP2014026424A/en
Application granted granted Critical
Publication of JP5953156B2 publication Critical patent/JP5953156B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

PROBLEM TO BE SOLVED: To share browser settings between a plurality of computers without installing a dedicated program in each of the computers.SOLUTION: A browser system comprises: a setting information storage unit that stores setting information of each user for accessing a Web site, so as to correspond to a user identifier; and a page information providing unit that according to an access request including the user identifier from a Web browser of a user terminal, provides display information for displaying an access Web page to the Web browser on the basis of the setting information corresponding to the user identifier. The access Web page includes: a display unit that displays a Web page of a Web site; and a control unit that controls display of the Web page.

Description

本発明は、ブラウザシステムに関する。   The present invention relates to a browser system.

スマートフォンやタブレット端末等の普及に伴い、インターネットにアクセス可能なコンピュータを複数台所有するユーザが増えてきている。各コンピュータには、Webブラウザ(以下、単に「ブラウザ」ともいう。)がインストールされており、インターネット上にある様々なWebサイトにアクセスすることが可能である。ユーザは、自分のお気に入りのWebサイトのURL(Uniform Resource Locator)をブラウザのブックマーク(「お気に入り」設定)に登録することができる。このようにブックマークを登録することにより、Webサイトへのアクセスの利便性が向上する。
しかしながら、ブックマークの登録はブラウザごとに行われるため、複数のコンピュータを所有するユーザは各コンピュータにおいてブックマークの登録を行わなければならない。所有する全てのコンピュータのブラウザのブックマーク登録を同じものにするためには、各コンピュータのプラウザにおいて同じ登録作業を行う必要があり煩雑である。また、あるコンピュータのブラウザのブックマーク登録をエクスポートし、他のコンピュータのブラウザにインポートすることも可能であるが、ブックマーク登録が変更されるたびにエクスポート・インポートが必要となり煩雑である。
例えば、特許文献1には、複数のブラウザ間でブックマーク登録を共有するための手法が開示されている。特許文献1に開示されている手法では、1台のユーザ端末に複数のブラウザがインストールされている場合において、各ブラウザのブックマーク登録を共有することが可能となっている。
With the widespread use of smartphones and tablet terminals, an increasing number of users have multiple kitchens that can access the Internet. Each computer is installed with a Web browser (hereinafter also simply referred to as “browser”), and can access various Web sites on the Internet. The user can register the URL (Uniform Resource Locator) of his favorite Web site in the bookmark (“favorite” setting) of the browser. By registering the bookmark in this way, the convenience of accessing the Web site is improved.
However, since bookmark registration is performed for each browser, a user who owns a plurality of computers must register bookmarks in each computer. In order to make the bookmark registration of the browsers of all the computers owned the same, it is necessary to perform the same registration work in the browser of each computer, which is complicated. It is also possible to export a bookmark registration of a browser of a computer and import it to a browser of another computer. However, export / import is necessary every time the bookmark registration is changed, which is complicated.
For example, Patent Document 1 discloses a technique for sharing bookmark registration among a plurality of browsers. In the method disclosed in Patent Document 1, when a plurality of browsers are installed in one user terminal, bookmark registration of each browser can be shared.

特開平11−259496号公報JP 11-259596 A

しかしながら、特許文献1に開示されている手法では、複数のコンピュータ間でブックマーク登録を共有することはできない。また、特許文献1に開示されている手法では、ブックマーク登録を共有するための専用のプログラムをユーザ端末にインストールする必要があるため、ユーザ端末やブラウザの環境にあわせたプログラム開発が必要となる。   However, with the technique disclosed in Patent Document 1, bookmark registration cannot be shared among a plurality of computers. Further, in the method disclosed in Patent Document 1, a dedicated program for sharing bookmark registration needs to be installed in the user terminal, so that it is necessary to develop a program that matches the environment of the user terminal and the browser.

本発明はこのような事情に鑑みてなされたものであり、各コンピュータに専用のプログラムをインストールすることなく、複数のコンピュータ間でブラウザの設定を共有可能とすることを目的とする。   The present invention has been made in view of such circumstances, and an object of the present invention is to make it possible to share browser settings among a plurality of computers without installing a dedicated program in each computer.

本発明の一側面に係るブラウザシステムは、Webサイトにアクセスするためのユーザごとの設定情報をユーザ識別子と対応付けて記憶する設定情報記憶部と、ユーザ端末のWebブラウザからの、ユーザ識別子を含むアクセス要求に応じて、該ユーザ識別子に対応する設定情報に基づいて、アクセス用Webページを表示するための表示情報をWebブラウザに提供するページ情報提供部と、を備え、アクセス用Webページは、WebサイトのWebページを表示する表示部と、該Webページの表示を制御する制御部とを含む。   A browser system according to an aspect of the present invention includes a setting information storage unit that stores setting information for each user for accessing a Web site in association with a user identifier, and a user identifier from a Web browser of a user terminal. A page information providing unit that provides display information for displaying the access web page to the web browser based on the setting information corresponding to the user identifier in response to the access request. A display unit that displays a Web page of the Web site and a control unit that controls display of the Web page are included.

なお、本発明において、「部」とは、単に物理的手段を意味するものではなく、その「部」が有する機能をソフトウェアによって実現する場合も含む。また、1つの「部」や装置が有する機能が2つ以上の物理的手段や装置により実現されても、2つ以上の「部」や装置の機能が1つの物理的手段や装置により実現されてもよい。   In the present invention, the “part” does not simply mean a physical means, but includes a case where the function of the “part” is realized by software. Also, even if the functions of one “unit” or device are realized by two or more physical means or devices, the functions of two or more “units” or devices are realized by one physical means or device. May be.

本発明によれば、各コンピュータに専用のプログラムをインストールすることなく、複数のコンピュータ間でブラウザの設定を共有することが可能となる。   According to the present invention, it is possible to share browser settings between a plurality of computers without installing a dedicated program on each computer.

本発明の一実施形態である情報処理システムの構成を示す図である。It is a figure which shows the structure of the information processing system which is one Embodiment of this invention. 設定情報記憶部の構成の一例を示す図である。It is a figure which shows an example of a structure of a setting information storage part. ページ情報提供部により提供されるクラウドブラウザ機能の概要を説明する図である。It is a figure explaining the outline | summary of the cloud browser function provided by a page information provision part. ユーザ端末における汎用Webブラウザの画面の一例を示す図である。It is a figure which shows an example of the screen of the general purpose web browser in a user terminal. ユーザ端末における汎用Webブラウザにおいて、クラウドブラウザを利用する場合の画面の一例を示す図である。It is a figure which shows an example of the screen in the case of using a cloud browser in the general purpose web browser in a user terminal. 汎用Webブラウザの制御部を非表示にした場合の一例を示す図である。It is a figure which shows an example at the time of hiding the control part of a general purpose web browser. クラウドブラウザにおいてブックマーク操作が行われる場合の画面の一例を示す図である。It is a figure which shows an example of a screen in case bookmark operation is performed in a cloud browser. クラウドブラウザにおいてブックマークを選択する操作の一例を示す図である。It is a figure which shows an example of operation which selects a bookmark in a cloud browser. クラウドブラウザにおいて選択されたブックマークのWebページが表示された画面の一例を示す図である。It is a figure which shows an example of the screen as which the web page of the bookmark selected in the cloud browser was displayed. クラウドブラウザを用いてWebページを表示する処理の一例を示すフローチャートである。It is a flowchart which shows an example of the process which displays a web page using a cloud browser.

以下、図面を参照して本発明の一実施形態について説明する。図1は、本発明の一実施形態である情報処理システムの構成を示す図である。図1に示すように、情報処理システムは、ブラウザシステム10、ユーザ端末20、及びWebサイト30を含んで構成されている。ブラウザシステム10、ユーザ端末20、及びWebサイト30は、インターネットを介して通信可能に接続されている。   Hereinafter, an embodiment of the present invention will be described with reference to the drawings. FIG. 1 is a diagram showing a configuration of an information processing system according to an embodiment of the present invention. As shown in FIG. 1, the information processing system includes a browser system 10, a user terminal 20, and a Web site 30. The browser system 10, the user terminal 20, and the website 30 are connected to be communicable via the Internet.

ブラウザシステム10は、ユーザ端末20に対してブラウジングサービスを提供するものであり、1台または複数台の情報処理装置を用いて構成される。つまり、ブラウザシステム10は、ユーザ端末20に対してクラウド上でブラウザ機能を提供するものである。ブラウザシステム10が提供するブラウザ機能は、クラウド上で提供されるものであるため、「クラウドブラウザ」と呼ぶことも可能である。クラウドブラウザは、ユーザ端末20にインストールされる汎用Webブラウザと同等の機能を有している。クラウドブラウザは、ユーザ端末20からの指示に応じてWebサイト30からWebページを表示するための情報(表示情報)を取得することができる。そして、クラウドブラウザは、WebサイトのWebページがユーザ端末20の汎用Webブラウザ上で表示されるように、ユーザ端末20に対して表示情報を送信することができる。また、クラウドブラウザは、ブックマーク登録やセキュリティ設定などをユーザごとに保持することができる。クラウドブラウザの機能の詳細については後述する。   The browser system 10 provides a browsing service to the user terminal 20 and is configured using one or a plurality of information processing apparatuses. That is, the browser system 10 provides a browser function to the user terminal 20 on the cloud. Since the browser function provided by the browser system 10 is provided on the cloud, it can also be called a “cloud browser”. The cloud browser has a function equivalent to that of a general-purpose web browser installed in the user terminal 20. The cloud browser can acquire information (display information) for displaying a Web page from the Web site 30 in response to an instruction from the user terminal 20. Then, the cloud browser can transmit display information to the user terminal 20 so that the web page of the website is displayed on the general-purpose web browser of the user terminal 20. In addition, the cloud browser can hold bookmark registration, security settings, and the like for each user. Details of the functions of the cloud browser will be described later.

ユーザ端末20は、パーソナルコンピュータやスマートフォン、タブレット型コンピュータ等の、ユーザによって利用される情報処理装置である。ユーザ端末20には、Internet Explorer(登録商標)やFirefox(登録商標)等の汎用Webブラウザがインストールされている。ユーザ端末20では、汎用Webブラウザを用いてクラウドブラウザを利用することができる。つまり、ユーザ端末20は、ブラウザシステム10を介してWebサイト30にアクセスすることができる。前述したように、ブラウザシステム10では、ブックマークやセキュリティ設定などがユーザごとに保持されている。そのため、ユーザは、複数のユーザ端末20を利用する場合において、各ユーザ端末20の汎用Webブラウザの設定にかかわらず、ブックマーク登録やセキュリティ設定等の各種設定を複数のユーザ端末20間で共有することができる。   The user terminal 20 is an information processing apparatus used by a user, such as a personal computer, a smartphone, or a tablet computer. A general-purpose web browser such as Internet Explorer (registered trademark) or Firefox (registered trademark) is installed in the user terminal 20. The user terminal 20 can use a cloud browser using a general-purpose web browser. That is, the user terminal 20 can access the website 30 via the browser system 10. As described above, the browser system 10 holds bookmarks, security settings, and the like for each user. Therefore, when using a plurality of user terminals 20, a user can share various settings such as bookmark registration and security settings among the plurality of user terminals 20 regardless of the settings of the general-purpose web browser of each user terminal 20. Can do.

Webサイト30は、様々なWebページを提供するものであり、Webサーバやアプリケーションサーバ、データベースサーバ等を含んで構成される。Webサイト30は、URLによって特定されるWebページの取得要求に応じて、該Webページをブラウザで表示するための表示情報を生成して要求元に送信する。表示情報には、HTML(Hyper Text Markup Language)形式のデータやXML(Extensible Markup Language)形式のデータ等が含まれる。   The Web site 30 provides various Web pages, and includes a Web server, an application server, a database server, and the like. In response to the Web page acquisition request specified by the URL, the Web site 30 generates display information for displaying the Web page with a browser and transmits the display information to the request source. The display information includes HTML (Hyper Text Markup Language) format data, XML (Extensible Markup Language) format data, and the like.

ブラウザシステム10の構成について説明する。図1に示すように、ブラウザシステム10は、設定情報記憶部50、ページ情報提供部52、及び設定情報更新部54を含んで構成される。ブラウザシステム10を構成する各部は、例えば、メモリや記憶装置等の記領域を用いたり、記憶領域に格納されているプログラムをプロセッサが実行したりすることにより実現することができる。   The configuration of the browser system 10 will be described. As shown in FIG. 1, the browser system 10 includes a setting information storage unit 50, a page information providing unit 52, and a setting information update unit 54. Each unit constituting the browser system 10 can be realized, for example, by using a storage area such as a memory or a storage device, or by a processor executing a program stored in the storage area.

設定情報記憶部50は、Webサイト30にアクセスするためのユーザごとの設定情報を記憶する。換言すると、設定情報記憶部50は、クラウドブラウザの設定情報をユーザごとに記憶する。設定情報には、例えば、ブックマーク登録やセキュリティ設定、プライバシ設定など、汎用Webブラウザにおいて設定可能な各種情報が含まれる。また、設定情報は、ユーザがクラウドブラウザを介してWebサイト30にアクセスする際に入力したアカウント情報(ID、パスワード等)を含むこともできる。また、設定情報は、クラウドブラウザを介してアクセスされたWebページの履歴を示す履歴情報や、クラウドブラウザの前回使用時の状態を示す状態情報を含むこともできる。状態情報には、例えば、クラウドブラウザの各タブで表示されていたWebページの情報等が含まれる。   The setting information storage unit 50 stores setting information for each user for accessing the Web site 30. In other words, the setting information storage unit 50 stores the setting information of the cloud browser for each user. The setting information includes various information that can be set in a general-purpose Web browser, such as bookmark registration, security setting, and privacy setting. The setting information can also include account information (ID, password, etc.) input when the user accesses the website 30 via the cloud browser. The setting information can also include history information indicating the history of Web pages accessed via the cloud browser, and status information indicating the state of the cloud browser when it was used last time. The status information includes, for example, information on the Web page displayed on each tab of the cloud browser.

図2には、設定情報記憶部50の構成の一例が示されている。図2に示すように、設定情報は、ユーザIDと対応づけて記憶されている。図2に示す例では、設定情報には、「ホームページ」、「ブックマーク」、「セキュリティ」、「プライバシ」等の情報が含まれている。「ホームページ」には、ブラウザ起動時に表示されるWebページ(いわゆる「ホームページ」)のURLを示す情報が設定される。「ブックマーク」には、ブックマークとして登録されたWebページのURLやブックマークの名称を示す情報が設定される。「セキュリティ」には、Webサイト30にアクセスする際のセキュリティ設定に関する情報が設定される。「プライバシ」には、Webサイト30にアクセスする際のプライバシ設定に関する情報が設定される。なお、設定情報記憶部50には、ユーザが自身で登録する情報に限らず、クラウドブラウザにおいて自動的に収集される情報が記憶されることとしてもよい。例えば、設定情報記憶部50には、ユーザがクラウドブラウザを介して参照したWebページのURLが記憶されることとしてもよい。   FIG. 2 shows an example of the configuration of the setting information storage unit 50. As shown in FIG. 2, the setting information is stored in association with the user ID. In the example illustrated in FIG. 2, the setting information includes information such as “homepage”, “bookmark”, “security”, and “privacy”. In “Home Page”, information indicating the URL of a Web page (so-called “Home Page”) displayed when the browser is activated is set. In the “bookmark”, information indicating the URL of the Web page registered as the bookmark and the name of the bookmark is set. In “Security”, information related to security settings when accessing the Web site 30 is set. In “Privacy”, information related to privacy settings when accessing the Web site 30 is set. The setting information storage unit 50 may store information automatically collected by the cloud browser, not limited to information registered by the user. For example, the setting information storage unit 50 may store the URL of a Web page that the user referred to via a cloud browser.

図1に戻り、ページ情報提供部52は、ユーザ端末20に対して、Webサイト30にアクセスするためのクラウドブラウザ機能を提供する。具体的には、ページ情報提供部52は、ユーザ端末20の汎用Webブラウザからのアクセス要求に応じて、Webサイト30にアクセスするためのWebページを表示するための表示情報をユーザ端末20の汎用Webブラウザに提供する。また、ページ情報提供部52は、ユーザ端末20の汎用Webブラウザに表示されたWebページに対するユーザ操作に応じて、該ユーザ操作に応じたWebページを表示するための表示情報をユーザ端末20の汎用Webブラウザに提供する。   Returning to FIG. 1, the page information providing unit 52 provides the user terminal 20 with a cloud browser function for accessing the Web site 30. Specifically, the page information providing unit 52 displays display information for displaying a Web page for accessing the Web site 30 in response to an access request from the general-purpose Web browser of the user terminal 20. Provide to a web browser. In addition, the page information providing unit 52 displays display information for displaying a Web page corresponding to the user operation in response to a user operation on the Web page displayed on the general-purpose Web browser of the user terminal 20. Provide to a web browser.

図3〜図9を参照して、ページ情報提供部52の機能について説明する。図3は、ページ情報提供部52により提供されるクラウドブラウザ機能の概要を説明する図である。図3に示すように、ページ情報提供部52は、Webサイト30からWebページ100を表示するための表示情報を取得することができる。そして、ページ情報提供部52は、Webサイト30のWebページに加えて、クラウドブラウザにおける各種操作を行うための制御部を含むWebページ110を表示するための表示情報を生成することができる。そして、ページ情報提供部52は、ユーザ端末20の汎用Webブラウザに対して、Webページ110を表示するための表示情報を提供することができる。   The function of the page information providing unit 52 will be described with reference to FIGS. FIG. 3 is a diagram for explaining an overview of the cloud browser function provided by the page information providing unit 52. As shown in FIG. 3, the page information providing unit 52 can acquire display information for displaying the Web page 100 from the Web site 30. And the page information provision part 52 can produce | generate the display information for displaying the web page 110 containing the control part for performing various operation in a cloud browser in addition to the web page of the website 30. The page information providing unit 52 can provide display information for displaying the web page 110 to the general-purpose web browser of the user terminal 20.

図4には、ユーザ端末20における汎用Webブラウザの画面の一例が示されている。図4に示すように、汎用Webブラウザは、制御部200及び表示部210を含んでいる。制御部200には、URLを入力するための入力エリア220や、各種操作を行うためのメニューエリア230等が含まれる。例えば、Webサイト30の一つであるサイトAのWebページのURLがURL入力エリア220に入力されると、汎用Webブラウザは、URLで指定されたWebページの表示情報をサイトAから取得し、表示部210にWebページを表示することができる。また、汎用Webブラウザでは、メニューエリア230において各種操作を行うことができる。例えば、汎用Webブラウザでは、ブックマークを登録したり、ホームページを設定したりすることができる。   FIG. 4 shows an example of a general-purpose Web browser screen on the user terminal 20. As shown in FIG. 4, the general-purpose Web browser includes a control unit 200 and a display unit 210. The control unit 200 includes an input area 220 for inputting a URL, a menu area 230 for performing various operations, and the like. For example, when the URL of the Web page of the site A that is one of the Web sites 30 is input to the URL input area 220, the general-purpose Web browser acquires the display information of the Web page specified by the URL from the site A, A Web page can be displayed on the display unit 210. In the general-purpose Web browser, various operations can be performed in the menu area 230. For example, a general-purpose Web browser can register a bookmark or set a home page.

図5には、ユーザ端末20における汎用Webブラウザにおいて、クラウドブラウザを利用する場合の画面の一例が示されている。図5に示すように、汎用WebブラウザのURL入力エリア200においてブラウザシステム10にアクセスするためのURL(クラウドブラウザのURL)が入力されると、汎用Webブラウザの表示エリア210に、ユーザの設定情報に基づいて、クラウドブラウザにより提供されるWebページ300が表示される。このWebページ300は、Webサイト30にアクセスするために用いられるWebページ(アクセス用Webページ)である。なお、汎用WebブラウザのホームページとしてクラウドブラウザのURLを設定しておくことにより、汎用Webブラウザを起動した際に、クラウドブラウザのWebページ300を表示することができる。また、ユーザの特定は、例えば、汎用WebブラウザにおいてユーザIDが入力されることとしてもよいし、汎用Webブラウザのクッキー情報等にユーザIDが保存されていることとしてもよい。   FIG. 5 shows an example of a screen when a cloud browser is used in the general-purpose Web browser in the user terminal 20. As shown in FIG. 5, when a URL (cloud browser URL) for accessing the browser system 10 is input in the URL input area 200 of the general-purpose web browser, user setting information is displayed in the display area 210 of the general-purpose web browser. Based on this, the web page 300 provided by the cloud browser is displayed. The web page 300 is a web page (access web page) used to access the web site 30. Note that by setting the URL of the cloud browser as the home page of the general-purpose web browser, the web page 300 of the cloud browser can be displayed when the general-purpose web browser is activated. The user may be specified by, for example, inputting a user ID in a general-purpose Web browser, or storing a user ID in cookie information or the like of the general-purpose Web browser.

Webページ300には、制御部310及び表示部320が含まれる。表示部320は、Webサイト30のWebページを表示する領域である。また、制御部310は、表示部320におけるWebページの表示を制御するものである。具体的には、制御部310は、クラウドブラウザにおいて汎用Webブラウザの制御部200と同様の制御を行うためのものであり、URL入力エリア330、メニューエリア340、及びタブ選択エリア350を含んでいる。なお、制御部310を表示するための表示情報は、例えば、Ajax(登録商標)を用いて生成することができる。   The web page 300 includes a control unit 310 and a display unit 320. The display unit 320 is an area for displaying a web page of the website 30. The control unit 310 controls the display of the web page on the display unit 320. Specifically, the control unit 310 is for performing the same control as the control unit 200 of the general-purpose web browser in the cloud browser, and includes a URL input area 330, a menu area 340, and a tab selection area 350. . The display information for displaying the control unit 310 can be generated using, for example, Ajax (registered trademark).

クラウドブラウザは、タブ選択エリア350を有し、いわゆるタブブラウザの機能を備えている。つまり、クラウドブラウザにおいては、タブ選択エリア350においてタブを選択ことにより、複数のWebページを切り替えて表示することが可能である。そして、ページ情報提供部52は、クラウドブラウザを起動する際に、設定情報記憶部50を参照し、クラウドブラウザを前回終了した際のタブの状態を再現させることができる。なお、ページ情報提供部52は、タブに限らず、設定情報記憶部50に記憶されている状態情報に基づいて、クラウドブラウザの前回終了時の状態を再現させることができる。   The cloud browser has a tab selection area 350 and has a so-called tab browser function. That is, in the cloud browser, by selecting a tab in the tab selection area 350, a plurality of Web pages can be switched and displayed. And the page information provision part 52 can reproduce the state of the tab when the cloud browser was terminated last time with reference to the setting information storage part 50 when starting the cloud browser. In addition, the page information provision part 52 can reproduce the state at the time of the last termination | finish of a cloud browser based on the status information memorize | stored in not only a tab but the setting information storage part 50. FIG.

サイトAのWebページのURLがクラウドブラウザのURL入力エリア330に入力されると、当該URLの情報がブラウザシステム10に送信される。ページ情報提供部52は、当該URLのWebページを表示するための表示情報をサイトAから取得し、表示部320に当該Webページを表示するための表示情報をユーザ端末20の汎用Webブラウザに送信する。これにより、表示部320には、URL入力エリア330で指定されたWebページが表示される。同様に、制御部310において各種操作が行われると、その操作情報がブラウザシステム10に送信される。そして、ページ情報提供部52は、必要に応じてWebサイト30からWebページを表示するための表示情報を取得し、ユーザ端末20の汎用Webブラウザに送信する。このように、汎用Webブラウザ内に表示されたWebページ300は、汎用Webブラウザと同等の機能をユーザに提供するものである。なお、図6に示すように、汎用Webブラウザの制御部200を非表示にすることにより、ユーザは、汎用Webブラウザを利用しているのと同じ感覚でクラウドブラウザを利用することができる。   When the URL of the Web page of site A is input to the URL input area 330 of the cloud browser, the URL information is transmitted to the browser system 10. The page information providing unit 52 acquires display information for displaying the Web page of the URL from the site A, and transmits display information for displaying the Web page on the display unit 320 to the general-purpose Web browser of the user terminal 20. To do. As a result, the Web page specified in the URL input area 330 is displayed on the display unit 320. Similarly, when various operations are performed in the control unit 310, the operation information is transmitted to the browser system 10. The page information providing unit 52 acquires display information for displaying the Web page from the Web site 30 as necessary, and transmits the display information to the general-purpose Web browser of the user terminal 20. Thus, the web page 300 displayed in the general-purpose web browser provides the user with the same function as the general-purpose web browser. As shown in FIG. 6, by hiding the control unit 200 of the general-purpose web browser, the user can use the cloud browser with the same feeling as using the general-purpose web browser.

図7には、クラウドブラウザにおいてブックマーク操作が行われる場合の画面の一例が示されている。図7に示すように、クラウドブラウザのメニューエリア340において「ブックマーク」が選択されると、「ブックマーク」が選択されたことを示す情報がブラウザシステム10に送信される。ページ情報提供部52は、設定情報記憶部50を参照してユーザの設定情報からブックマークに関する情報を取得する。そして、ページ情報提供部52は、ブックマークを選択するための表示情報をユーザ端末20の汎用Webブラウザに送信する。これにより、汎用Webブラウザには、例えば、ブックマークを選択するためのリスト400が表示される。   FIG. 7 shows an example of a screen when a bookmark operation is performed in the cloud browser. As illustrated in FIG. 7, when “bookmark” is selected in the menu area 340 of the cloud browser, information indicating that “bookmark” has been selected is transmitted to the browser system 10. The page information providing unit 52 refers to the setting information storage unit 50 and acquires information related to the bookmark from the user setting information. Then, the page information providing unit 52 transmits display information for selecting a bookmark to the general-purpose web browser of the user terminal 20. Thereby, for example, a list 400 for selecting a bookmark is displayed on the general-purpose Web browser.

図8に示すように、例えば、ブックマークのリスト400においてサイトB(site−B)が選択されると、サイトBが選択されたことを示す情報がブラウザシステム10に送信される。ページ情報提供部52は、ブックマークで示されるWebページを表示するための表示情報をサイトBから取得し、ユーザ端末20の汎用Webブラウザに送信する。これにより、図9に示すように、汎用Webブラウザに表示されたクラウドブラウザの表示部320に、サイトBのWebページが表示される。   As shown in FIG. 8, for example, when site B (site-B) is selected in the bookmark list 400, information indicating that site B has been selected is transmitted to the browser system 10. The page information providing unit 52 acquires display information for displaying the Web page indicated by the bookmark from the site B and transmits it to the general-purpose Web browser of the user terminal 20. Thereby, as shown in FIG. 9, the web page of the site B is displayed on the display part 320 of the cloud browser displayed on the general-purpose web browser.

図1に戻り、設定情報更新部54は、クラウドブラウザにおけるユーザ操作に応じて設定情報を更新することができる。例えば、図7に示した画面のリスト400において、「追加」が選択されると、設定情報更新部54は、表示部320に表示されているWebページのURLをユーザIDと対応づけて設定情報記憶部50に登録することができる。具体的には、図7に示した画面のリスト400において、「追加」が選択されると、「追加」が選択されたことを示す情報がブラウザシステム10に送信される。設定情報更新部54は、ページ情報提供部52によって表示部320に表示されているWebページのURLをユーザIDと対応づけて、「ブックマーク」として設定情報更新部54に格納することができる。   Returning to FIG. 1, the setting information update unit 54 can update the setting information according to a user operation in the cloud browser. For example, when “add” is selected in the list 400 of the screen illustrated in FIG. 7, the setting information update unit 54 associates the URL of the Web page displayed on the display unit 320 with the user ID and sets the setting information. It can be registered in the storage unit 50. Specifically, when “add” is selected in the list 400 of the screen illustrated in FIG. 7, information indicating that “add” has been selected is transmitted to the browser system 10. The setting information updating unit 54 can associate the URL of the Web page displayed on the display unit 320 by the page information providing unit 52 with the user ID and store the URL as a “bookmark” in the setting information updating unit 54.

なお、設定情報更新部54が更新する設定情報は、ブックマークに限られず、設定情報記憶部50が記憶可能な種々の設定情報を更新することができる。例えば、設定情報更新部54は、ユーザがクラウドブラウザを介してWebサイト30にアクセスした際に入力したアカウント情報や、Webページの履歴を示す履歴情報、クラウドブラウザの前回使用時の状態を示す状態情報等をユーザIDと対応づけて設定情報記憶部50に登録することができる。   The setting information updated by the setting information update unit 54 is not limited to the bookmark, and various setting information that can be stored in the setting information storage unit 50 can be updated. For example, the setting information update unit 54 includes account information input when the user accesses the website 30 via the cloud browser, history information indicating the history of the Web page, and a state indicating the state when the cloud browser was last used. Information or the like can be registered in the setting information storage unit 50 in association with the user ID.

図10は、クラウドブラウザを用いてWebページを表示する処理の一例を示すフローチャートである。まず、ユーザ端末20において汎用Webブラウザが起動される(S1001)。そして、ブラウザシステム10に対するアクセス要求が汎用Webブラウザからブラウザシステム10に送信される(S1002)。例えば、汎用Webブラウザのホームページにブラウザシステム10のURLが登録されている場合であれば、汎用Webブラウザが起動されたタイミングでアクセス要求がブラウザシステム10に送信される。   FIG. 10 is a flowchart illustrating an example of processing for displaying a Web page using a cloud browser. First, a general-purpose web browser is activated on the user terminal 20 (S1001). Then, an access request for the browser system 10 is transmitted from the general-purpose web browser to the browser system 10 (S1002). For example, if the URL of the browser system 10 is registered on the home page of the general-purpose web browser, an access request is transmitted to the browser system 10 when the general-purpose web browser is activated.

ブラウザシステム10のページ情報提供部52は、ユーザ端末20の汎用Webブラウザからアクセス要求を受信する(S1003)。なお、アクセス要求には、ユーザIDが含まれている。ユーザIDは、例えば、汎用Webブラウザにおいて入力されることとしてもよいし、汎用Webブラウザのクッキー情報から取得されることとしてもよい。アクセス要求を受信すると、ページ情報提供部52は、ユーザIDに対応づけられている設定情報を設定情報記憶部50から取得する(S1004)。そして、ページ情報提供部52は、取得した設定情報に基づいてWebページを汎用Webブラウザに表示するための表示情報を生成する(S1005)。具体的には、ページ情報提供部52は、設定情報に含まれるホームページ(初期ページ)のURLを取得し、ホームページを汎用Webブラウザに表示するための表示情報を生成することができる。ここで生成される表示情報には、クラウドブラウザの制御部310を表示するための情報も含まれる。また、ページ情報提供部52は、設定情報に含まれる状態情報に基づいて、タブブラウザの前回終了時の状態を再現させることができる。なお、ページ情報提供部52は、ホームページを表示するか、前回終了時に表示していたWebページを表示するかを選択するための表示情報を生成してもよい。また、このような選択が、設定情報としてあらかじめ設定情報記憶部50に登録されていることとしてもよい。   The page information providing unit 52 of the browser system 10 receives an access request from the general-purpose web browser of the user terminal 20 (S1003). The access request includes a user ID. For example, the user ID may be input in a general-purpose Web browser, or may be acquired from cookie information of the general-purpose Web browser. When receiving the access request, the page information providing unit 52 acquires the setting information associated with the user ID from the setting information storage unit 50 (S1004). Then, the page information providing unit 52 generates display information for displaying the web page on the general-purpose web browser based on the acquired setting information (S1005). Specifically, the page information providing unit 52 can acquire the URL of a home page (initial page) included in the setting information and generate display information for displaying the home page on a general-purpose web browser. The display information generated here includes information for displaying the control unit 310 of the cloud browser. Further, the page information providing unit 52 can reproduce the state of the tab browser at the previous end based on the state information included in the setting information. Note that the page information providing unit 52 may generate display information for selecting whether to display a home page or a Web page that was displayed at the end of the previous time. Further, such selection may be registered in the setting information storage unit 50 in advance as setting information.

なお、ホームページがWebサイト30に存在する場合、ページ情報提供部52はWebサイト30にアクセスすることにより、ホームページを表示するための表示情報を生成することができる。この場合、Webサイト30は、ページ情報提供部52からの要求に応じてWebページを表示するための表示情報を提供する(S1006)。   If the home page exists on the website 30, the page information providing unit 52 can generate display information for displaying the home page by accessing the website 30. In this case, the Web site 30 provides display information for displaying a Web page in response to a request from the page information providing unit 52 (S1006).

ページ情報提供部52は、生成した表示情報をユーザ端末20の汎用Webブラウザに送信する(S1007)。ユーザ端末20の汎用Webブラウザは、この表示情報を受信し(S1008)、図6に例示したように、クラウドブラウザのWebページ300を表示する(S1009)。   The page information providing unit 52 transmits the generated display information to the general-purpose web browser of the user terminal 20 (S1007). The general-purpose web browser of the user terminal 20 receives this display information (S1008), and displays the web page 300 of the cloud browser as illustrated in FIG. 6 (S1009).

ユーザ端末20の汎用Webブラウザでは、クラウドブラウザのWebページ300内において各種操作を行うことができる。例えば、ユーザは、表示部320に表示されたWebページに含まれるリンクを選択するなど、Webサイト30のWebページに対する操作を行うことができる。また例えば、ユーザは、制御部310においてURLを入力したりブックマークを選択したりすることができる。   The general-purpose web browser of the user terminal 20 can perform various operations within the web page 300 of the cloud browser. For example, the user can perform an operation on the Web page of the Web site 30 such as selecting a link included in the Web page displayed on the display unit 320. For example, the user can input a URL or select a bookmark in the control unit 310.

クラウドブラウザのWebページ300内においてユーザ操作が行われると、該ユーザ操作に応じた操作情報がブラウザシステム10に送信される(S1010)。ページ情報提供部52は、この操作情報を受信し(S1011)、操作情報に応じてWebページ300を更新するための表示情報を生成する(S1012)。例えば、表示部320に表示されたWebページに含まれるリンクが選択された場合、ページ情報提供部52は、当該リンクによって示されるWebサイト30にアクセスし、当該リンクによって示されるWebページを表示部320に表示するための表示情報を生成することができる。また例えば、制御部310において「ブックマーク」が選択された場合、ページ情報提供部52は、ブックマークのリスト400を表示するための表示情報を生成することができる。さらに、ブックマークのリスト400においてブックマークの1つが選択されると、ページ情報提供部52は、選択されたブックマークによって示されるWebサイト30にアクセスし、当該ブックマークによって示されるWebページを表示部320に表示するための表示情報を生成することができる。   When a user operation is performed in the web page 300 of the cloud browser, operation information corresponding to the user operation is transmitted to the browser system 10 (S1010). The page information providing unit 52 receives this operation information (S1011), and generates display information for updating the Web page 300 according to the operation information (S1012). For example, when a link included in the Web page displayed on the display unit 320 is selected, the page information providing unit 52 accesses the Web site 30 indicated by the link and displays the Web page indicated by the link. Display information for display on 320 can be generated. For example, when “bookmark” is selected in the control unit 310, the page information providing unit 52 can generate display information for displaying the bookmark list 400. Further, when one of the bookmarks is selected in the bookmark list 400, the page information providing unit 52 accesses the Web site 30 indicated by the selected bookmark and displays the Web page indicated by the bookmark on the display unit 320. Display information can be generated.

ページ情報提供部52は、生成した表示情報をユーザ端末20の汎用Webブラウザに送信する(S1014)。ユーザ端末20の汎用Webブラウザは、この表示情報を受信する(S1015)。これにより、ユーザ端末20の汎用Webブラウザでは、クラウドブラウザのWebページ300の表示が更新される(S1016)。このWebページ300の更新処理は、汎用Webブラウザが終了されるまで、あるいは、汎用Webブラウザにおいてブラウザシステム10以外のURLが指定されるまで繰り返し行われる(S1017:N)。   The page information providing unit 52 transmits the generated display information to the general-purpose web browser of the user terminal 20 (S1014). The general-purpose web browser of the user terminal 20 receives this display information (S1015). Thereby, in the general-purpose web browser of the user terminal 20, the display of the web page 300 of the cloud browser is updated (S1016). This update process of the Web page 300 is repeated until the general-purpose Web browser is terminated or until a URL other than the browser system 10 is designated in the general-purpose Web browser (S1017: N).

なお、設定情報更新部54は、クラウドブラウザのWebページ300におけるユーザ操作に応じて設定情報記憶部50を更新することができる。例えば、設定情報更新部54は、クラウドブラウザのWebページ300において選択されたWebページのURLをブックマークに登録することができる。また例えば、設定情報更新部54は、クラウドブラウザにおいて表示されたWebページの履歴を示す履歴情報をユーザIDと対応づけて設定情報記憶部50に格納することができる。   The setting information update unit 54 can update the setting information storage unit 50 in response to a user operation on the web page 300 of the cloud browser. For example, the setting information update unit 54 can register the URL of the Web page selected in the Web page 300 of the cloud browser in the bookmark. Further, for example, the setting information update unit 54 can store history information indicating the history of the Web page displayed on the cloud browser in the setting information storage unit 50 in association with the user ID.

汎用Webブラウザが終了されるか、あるいは、汎用Webブラウザにおいてブラウザシステム10以外のURLが指定されると(S1017:Y)、ユーザ端末20の汎用Webブラウザは、ブラウザシステム10に終了通知を送信し(S1018)、クラウドブラウザを利用したWebページの表示処理を終了する(S1019)。ブラウザシステム10のページ情報提供部52は、ユーザ端末20の汎用Webブラウザから終了通知を受信すると(S1020)、当該ユーザ端末20に対してクラウドブラウザ機能を提供する処理を終了する(S1021)。このとき、ページ情報提供部52は、例えば、各タブに表示されていたWebページの情報等、クラウドブラウザの終了時における状態を示す状態情報を、ユーザIDと対応づけて設定情報記憶部50に格納することができる。   When the general-purpose web browser is terminated or a URL other than the browser system 10 is designated in the general-purpose web browser (S1017: Y), the general-purpose web browser of the user terminal 20 transmits an end notification to the browser system 10. (S1018) The web page display process using the cloud browser is terminated (S1019). When receiving the end notification from the general-purpose web browser of the user terminal 20 (S1020), the page information providing unit 52 of the browser system 10 ends the process of providing the cloud browser function to the user terminal 20 (S1021). At this time, the page information providing unit 52 associates, for example, status information indicating the status at the time of termination of the cloud browser, such as information on the web page displayed on each tab, with the user ID in the setting information storage unit 50. Can be stored.

以上、本実施形態について説明した。本実施形態では、Webサイト30にアクセスするためのユーザごとの設定情報がユーザIDと対応づけて設定情報記憶部50に格納される。そして、ページ情報提供部52は、ユーザ端末20の汎用Webブラウザからのアクセス要求に応じて、ユーザの設定情報に基づいてWebサイト30にアクセスするためのWebページを表示するための表示情報を汎用Webブラウザに提供することができる。つまり、各ユーザ端末20に専用のプログラムをインストールすることなく、複数のユーザ端末20間でブラウザの設定を共有することが可能となる。   The present embodiment has been described above. In the present embodiment, setting information for each user for accessing the Web site 30 is stored in the setting information storage unit 50 in association with the user ID. Then, the page information providing unit 52 uses display information for displaying a Web page for accessing the Web site 30 based on the user setting information in response to an access request from the general-purpose Web browser of the user terminal 20. It can be provided to a web browser. That is, browser settings can be shared among a plurality of user terminals 20 without installing a dedicated program on each user terminal 20.

なお、本実施形態は、本発明の理解を容易にするためのものであり、本発明を限定して解釈するためのものではない。本発明は、その趣旨を逸脱することなく、変更/改良され得るととともに、本発明にはその等価物も含まれる。   Note that this embodiment is intended to facilitate understanding of the present invention and is not intended to limit the present invention. The present invention can be changed / improved without departing from the gist thereof, and the present invention includes equivalents thereof.

10 ブラウザシステム
20 ユーザ端末
30 Webサイト
50 設定情報記憶部
52 ページ情報提供部
54 設定情報更新部
DESCRIPTION OF SYMBOLS 10 Browser system 20 User terminal 30 Web site 50 Setting information storage part 52 Page information provision part 54 Setting information update part

Claims (8)

Webサイトにアクセスするためのユーザごとの設定情報をユーザ識別子と対応付けて記憶する設定情報記憶部と、
ユーザ端末のWebブラウザからのユーザ識別子を含むアクセス要求に応じて、該ユーザ識別子に対応する前記設定情報に基づいて、アクセス用Webページを表示するための表示情報を前記Webブラウザに提供するページ情報提供部と、
を備え、
前記アクセス用Webページは、WebサイトのWebページを表示する表示部と、該Webページの表示を制御する制御部とを含む、
ブラウザシステム。
A setting information storage unit that stores setting information for each user for accessing the website in association with a user identifier;
In response to an access request including a user identifier from the Web browser of the user terminal, page information that provides the Web browser with display information for displaying an access Web page based on the setting information corresponding to the user identifier A providing department;
With
The access Web page includes a display unit that displays a Web page of a Web site, and a control unit that controls display of the Web page.
Browser system.
請求項1に記載のブラウザシステムであって、
前記ページ情報提供部は、前記Webブラウザにおける前記アクセス用Webページに対する操作に応じて、該操作に応じたWebページを前記表示部に表示するための表示情報を前記Webブラウザに提供する、
ブラウザシステム。
The browser system according to claim 1,
The page information providing unit provides the web browser with display information for displaying a web page corresponding to the operation on the display unit in response to an operation on the access web page in the web browser.
Browser system.
請求項2に記載のブラウザシステムであって、
前記ページ情報提供部は、前記制御部において特定されたWebサイトのWebページを前記表示部に表示するための表示情報を、該Webサイトから取得して前記Webブラウザに提供する、
ブラウザシステム。
The browser system according to claim 2,
The page information providing unit obtains display information for displaying the Web page of the Web site specified by the control unit on the display unit from the Web site, and provides the display information to the Web browser;
Browser system.
請求項3に記載のブラウザシステムであって、
前記設定情報には、WebサイトのWebページを特定するためのブックマークが含まれ、
前記ページ情報提供部は、前記ブックマークを前記制御部に表示するための表示情報を前記Webブラウザに提供する、
ブラウザシステム。
The browser system according to claim 3,
The setting information includes a bookmark for specifying the web page of the website,
The page information providing unit provides the Web browser with display information for displaying the bookmark on the control unit;
Browser system.
請求項3または4に記載のブラウザシステムであって、
前記ページ情報提供部は、WebサイトのURLの入力エリアを前記制御部に表示するための表示情報を前記Webブラウザに提供する、
ブラウザシステム。
The browser system according to claim 3 or 4,
The page information providing unit provides the web browser with display information for displaying an input area of a URL of a website on the control unit;
Browser system.
請求項1〜5の何れか一項に記載のブラウザシステムであって、
前記Webページにおけるユーザ操作に応じて前記設定情報を更新する設定情報更新部をさらに備える、
ブラウザシステム。
A browser system according to any one of claims 1 to 5,
A setting information update unit that updates the setting information in response to a user operation on the Web page;
Browser system.
コンピュータが、
Webサイトにアクセスするためのユーザごとの設定情報をユーザ識別子と対応付けて設定情報記憶部に記憶し、
ユーザ端末のWebブラウザからの、ユーザ識別子を含むアクセス要求に応じて、該ユーザ識別子に対応する前記設定情報に基づいて、アクセス用Webページを表示するための表示情報を前記Webブラウザに提供し、
前記アクセス用Webページは、WebサイトのWebページを表示する表示部と、該Webページの表示を制御する制御部とを含む、
ブラウジング方法。
Computer
The setting information for each user for accessing the website is stored in the setting information storage unit in association with the user identifier,
In response to an access request including a user identifier from a web browser of a user terminal, display information for displaying an access web page is provided to the web browser based on the setting information corresponding to the user identifier;
The access Web page includes a display unit that displays a Web page of a Web site, and a control unit that controls display of the Web page.
Browsing method.
コンピュータを
Webサイトにアクセスするためのユーザごとの設定情報をユーザ識別子と対応付けて記憶する設定情報記憶部、
ユーザ端末のWebブラウザからの、ユーザ識別子を含むアクセス要求に応じて、該ユーザ識別子に対応する前記設定情報に基づいて、アクセス用Webページを表示するための表示情報を前記Webブラウザに提供するページ情報提供部であって、前記アクセス用Webページは、WebサイトのWebページを表示する表示部と、該Webページの表示を制御する制御部とを含む情報提供部、
として機能させるためのプログラム。
A setting information storage unit that stores setting information for each user for accessing a computer to a website in association with a user identifier;
A page that provides display information for displaying an access Web page to the Web browser based on the setting information corresponding to the user identifier in response to an access request including the user identifier from the Web browser of the user terminal An information providing unit, wherein the access web page includes a display unit that displays a web page of a website, and a control unit that controls display of the web page;
Program to function as.
JP2012165632A 2012-07-26 2012-07-26 Browser system Active JP5953156B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2012165632A JP5953156B2 (en) 2012-07-26 2012-07-26 Browser system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2012165632A JP5953156B2 (en) 2012-07-26 2012-07-26 Browser system

Publications (2)

Publication Number Publication Date
JP2014026424A true JP2014026424A (en) 2014-02-06
JP5953156B2 JP5953156B2 (en) 2016-07-20

Family

ID=50200018

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2012165632A Active JP5953156B2 (en) 2012-07-26 2012-07-26 Browser system

Country Status (1)

Country Link
JP (1) JP5953156B2 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015220741A (en) * 2014-05-21 2015-12-07 株式会社リコー Distribution control system, distribution control method, and program
US9756202B2 (en) 2015-05-20 2017-09-05 Ricoh Company, Ltd. Information processing system, information processing method and computer program product
CN109074274A (en) * 2016-05-23 2018-12-21 思杰系统有限公司 Virtual browser is integrated
US10270926B2 (en) 2015-05-20 2019-04-23 Ricoh Company, Ltd. Information processing apparatus, information processing system, and information processing method

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001357069A (en) * 2000-06-14 2001-12-26 Mitsubishi Electric Corp Server type bookmark managing device and managing method therefor
US20070055568A1 (en) * 2005-09-06 2007-03-08 Osborne Gary T Online real-time price discounting system and method
JP2008097201A (en) * 2006-10-10 2008-04-24 Nec Corp Browser data sharing system, server, method, and program
JP2009117887A (en) * 2007-11-01 2009-05-28 Meidensha Corp Electronic authentication device, electronic authentication system, electronic authentication method and program of the method
JP2010097498A (en) * 2008-10-17 2010-04-30 Panasonic Electric Works Co Ltd Facility browser system
JP2011081812A (en) * 2010-10-18 2011-04-21 D-Worx Inc Online bookmark providing method and network system

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001357069A (en) * 2000-06-14 2001-12-26 Mitsubishi Electric Corp Server type bookmark managing device and managing method therefor
US20070055568A1 (en) * 2005-09-06 2007-03-08 Osborne Gary T Online real-time price discounting system and method
JP2008097201A (en) * 2006-10-10 2008-04-24 Nec Corp Browser data sharing system, server, method, and program
JP2009117887A (en) * 2007-11-01 2009-05-28 Meidensha Corp Electronic authentication device, electronic authentication system, electronic authentication method and program of the method
JP2010097498A (en) * 2008-10-17 2010-04-30 Panasonic Electric Works Co Ltd Facility browser system
JP2011081812A (en) * 2010-10-18 2011-04-21 D-Worx Inc Online bookmark providing method and network system

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015220741A (en) * 2014-05-21 2015-12-07 株式会社リコー Distribution control system, distribution control method, and program
US9756202B2 (en) 2015-05-20 2017-09-05 Ricoh Company, Ltd. Information processing system, information processing method and computer program product
US10270926B2 (en) 2015-05-20 2019-04-23 Ricoh Company, Ltd. Information processing apparatus, information processing system, and information processing method
US10356181B2 (en) 2015-05-20 2019-07-16 Ricoh Company, Ltd. Information processing system, information processing method and computer program product
CN109074274A (en) * 2016-05-23 2018-12-21 思杰系统有限公司 Virtual browser is integrated
CN109074274B (en) * 2016-05-23 2021-12-28 思杰系统有限公司 Computing device, method, and computer-readable medium for virtual browser integration

Also Published As

Publication number Publication date
JP5953156B2 (en) 2016-07-20

Similar Documents

Publication Publication Date Title
US10088980B2 (en) Method and system for providing menu data for mobile applications
US20140096014A1 (en) Method for enabling dynamic client user interfaces on multiple platforms from a common server application via metadata
EP2724251B1 (en) Methods for making ajax web applications bookmarkable and crawlable and devices thereof
US20150215398A1 (en) Web browser synchronization with multiple simultaneous profiles
US20190272298A1 (en) Dynamic web page navigation
KR101709882B1 (en) Systems and methods to map page states
JP5953156B2 (en) Browser system
JP5638761B2 (en) Screen generation method, screen display method, screen generation device, and program
US10089283B2 (en) Mobile enablement of webpages
JP5781105B2 (en) History management system and history management method
JP4956276B2 (en) Servlet activation program and home gateway device
JP5963420B2 (en) Image processing system, image processing apparatus, control method therefor, and program
JP5604016B1 (en) Script caching method and information processing apparatus using the same
US9111074B1 (en) Login synchronization for related websites
WO2015019398A1 (en) Screen display program
CN104361004A (en) Browser favorite data processing method and browser
JP2011192223A (en) Client device, display method, program, information processing apparatus, and information processing system
JP6122123B2 (en) Screen display program
JP6128503B1 (en) Program, server and system for providing services related to electronic manuals
JP2017049966A (en) Information processing device, control method of the same and program thereof
KR100637801B1 (en) Personal homepage service system based on P2P technology
Sen et al. Combining AJAX and WSRF for Web-browser based Grid clients
KR101392773B1 (en) Method, terminal and computer-readable recording medium for executing home application
Kumar et al. HTML5 and JavaScript Apps with MVVM and Knockout
JP2017199357A (en) Program for providing service related to electronic manual, server, and system

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20150330

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20160217

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20160222

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20160411

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20160517

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20160613

R150 Certificate of patent or registration of utility model

Ref document number: 5953156

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250