WO2017107844A1 - 显示信息的调整方法、装置、计算机程序及可读介质 - Google Patents

显示信息的调整方法、装置、计算机程序及可读介质 Download PDF

Info

Publication number
WO2017107844A1
WO2017107844A1 PCT/CN2016/110142 CN2016110142W WO2017107844A1 WO 2017107844 A1 WO2017107844 A1 WO 2017107844A1 CN 2016110142 W CN2016110142 W CN 2016110142W WO 2017107844 A1 WO2017107844 A1 WO 2017107844A1
Authority
WO
WIPO (PCT)
Prior art keywords
browser
information
label
feature
script
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.)
Ceased
Application number
PCT/CN2016/110142
Other languages
English (en)
French (fr)
Inventor
杨德立
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.)
Beijing Qihoo Technology Co Ltd
Original Assignee
Beijing Qihoo Technology 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 Beijing Qihoo Technology Co Ltd filed Critical Beijing Qihoo Technology Co Ltd
Publication of WO2017107844A1 publication Critical patent/WO2017107844A1/zh
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • G06F16/9577Optimising the visualization of content, e.g. distillation of HTML documents

Definitions

  • the present invention relates to the field of information technology, and in particular, to a method, an apparatus, a computer program, and a readable medium for adjusting display information.
  • the system automatically displays a browser recommendation list in which a user-selectable browser is displayed. Since the browser icons displayed in the list are displayed in the same manner, the display position is displayed. It is also randomly arranged. Therefore, the probability that the user selects each browser is also the same. Since there is no adjustment method for the browser display information in the browser recommendation list, the usage rate of the specific browser cannot be improved.
  • the present invention provides a method, an apparatus, a computer program, and a readable medium for adjusting display information.
  • the main purpose of the present invention is to enable adjustment of display information, thereby improving the usage rate of a specific browser.
  • a method for adjusting display information including:
  • the feature information is adjusted Display information of the browser in the browser recommendation list.
  • an apparatus for adjusting information including:
  • the adding module is further configured to add feature information in the monitoring script by using the label;
  • an adjustment module configured to adjust display information of the browser in the browser recommendation list by using the feature information when the browser call event is monitored by the monitoring script.
  • a computer program comprising computer readable code, when the computer readable code is run on a computing device, causing the computing device to perform the method of adjusting display information .
  • a computer readable medium wherein the computer program is stored.
  • the technical solution provided by the embodiment of the present invention has at least the following advantages:
  • the invention provides a method, a device, a computer program and a readable medium for displaying information, first adding a label label to a listening script corresponding to a browser, and then adding feature information to the monitoring script through the label.
  • the display information of the browser in the browser recommendation list is adjusted by the feature information.
  • the present invention realizes the pair by adding a label label to the monitoring script and preprocessing the label.
  • the display position and display manner of a specific browser in the browser recommendation list are adjusted, which can improve the usage rate of a specific browser.
  • FIG. 1 is a schematic flowchart diagram of a method for adjusting display information according to an embodiment of the present invention
  • FIG. 2 is a schematic flowchart diagram of another method for adjusting display information according to an embodiment of the present invention
  • FIG. 3 is a schematic structural diagram of an apparatus for adjusting display information according to an embodiment of the present invention.
  • FIG. 4 is a schematic structural diagram of another apparatus for adjusting display information according to an embodiment of the present invention.
  • FIG. 5 is a diagram showing a browser recommendation list display interface according to an embodiment of the present invention.
  • Figure 6 shows schematically a block diagram of a computing device for performing the method according to the invention
  • Fig. 7 schematically shows a storage unit for holding or carrying program code implementing the method according to the invention.
  • An embodiment of the present invention provides a method for adjusting display information. As shown in FIG. 1 , the method includes:
  • the browser may specifically be a browser that needs to improve usage.
  • the monitoring script may specifically be a listener set to a BrowserActivity (browser home access operation) in a Manifest corresponding to the browser. Specifically in The listener is set in Manifest's intent-filter (intent filter).
  • the specific script form can be as follows: ⁇ intent-filter>
  • adding a label label to the listening script corresponding to the browser may specifically add a label to the intent-filter in the Manifest corresponding to the browser.
  • the feature information may be a feature identifier, for example, a feature identifier such as " ⁇ n", " ⁇ f", and the feature information may also be a feature field, where the feature field is used to highlight the corresponding browser.
  • the identification information for example, the feature field is “recommended”. At this time, the identifier information of the browser is displayed in the browser recommendation list, and the recommended text information is displayed next to the browser identification information to guide the user to preferentially select the browsing. , thereby increasing the browser's usage.
  • the display information of the browser in the browser recommendation list is adjusted by using the feature information.
  • the browser call event may specifically trigger the browser call event when the user clicks on the link address corresponding to the first page of the webpage.
  • the browser recommendation list displays identification information of different browsers, and the display information may include display location information of the browser in the browser recommendation list, display style information of the browser in the browser recommendation list, and the like. The embodiment of the invention is not limited.
  • the display information of the browser in the browser recommendation list is adjusted by the feature information, and the browser recommendation list is implemented.
  • the browser displays information adjustments to increase the usage of a particular browser.
  • the invention provides a method for adjusting display information, firstly in the monitor corresponding to the browser Adding a label label, and then adding feature information in the listening script through the label, and adjusting the browser in the browser by using the feature information when listening to a browser calling event by the listening script
  • the information displayed in the recommendation list Compared with the display mode of the browser icon displayed in the current browser recommendation list is the same, and the display position is also randomly arranged, the present invention realizes the pair by adding a label label to the monitoring script and preprocessing the label.
  • the display position and display manner of a specific browser in the browser recommendation list are adjusted, which can improve the usage rate of a specific browser.
  • An embodiment of the present invention provides another method for adjusting display information. As shown in FIG. 2, the method includes:
  • the browser may specifically be a browser that needs to improve usage.
  • the monitoring script may specifically be a listener set to a BrowserActivity (browser home access operation) in a Manifest corresponding to the browser. Specifically, set the listener in Manifest's intent-filter.
  • the feature identifier is configured to configure a display position of the browser in the browser recommendation list as a first place.
  • the feature identifier may be specifically “ ⁇ a”, “ ⁇ b”, etc., and is not limited in the embodiment of the present invention.
  • the specific form can be " ⁇ a" ⁇ label>.
  • the method further includes: acquiring initial configuration information of the terminal device corresponding to the browser, and then generating the feature identifier according to the initial configuration information of the terminal device. Since the display order of the different browsers in the browser recommendation list is related to the initial configuration information of the terminal device, the generated feature identifier can be guaranteed by acquiring the feature identifier according to the initial configuration information of the terminal device. Reliability, and thus ensure that the browser's identification information can be displayed in the top list in the browser recommendation list.
  • Step 203a after step 202a, when the browser invocation event is monitored by the listening script, the display position of the browser in the browser recommendation list is configured as the first position by the feature identifier.
  • the feature identifier is used to identify that the identifier information of the browser is displayed in the first place in the list, by adding the feature identifier in the browser listening field Symbol, you can adjust the display position of a specific browser in the browser recommendation list.
  • a feature field is configured in the location of the label in the listening script.
  • the feature field is used to highlight the identifier information of the browser in the browser recommendation list.
  • the feature field may be text information such as "recommended” and “optimal”.
  • Step 203b after step 202b, when the browser call event is monitored by the listening script, the identifier information of the browser is displayed in the browser recommendation list and the feature field is displayed in a preset position.
  • the preset position may be the right side, the lower side, and the like of the identifier information of the browser, which is not limited in the embodiment of the present invention.
  • the specific application scenario may be as follows, but is not limited thereto, and includes: a default browser displayed in the browser recommendation list includes a UC browser, a 360 browser, an Ou Peng browser, a Baidu browser, and the like.
  • a default browser displayed in the browser recommendation list includes a UC browser, a 360 browser, an Ou Peng browser, a Baidu browser, and the like.
  • you want to adjust the display information of the 360 browser first add a label label to the listening script corresponding to the 360 browser, and then configure the feature identifier " ⁇ " in front of the label in the listening script. n", and configuring the feature field recommendation in the location of the label in the monitoring script, and then displaying the browser recommendation list according to the adjusted display information, as shown in FIG. 5, at this time, the identifier information of the 360 browser is located.
  • the first place, and the addition of recommended text information to achieve the purpose of adjusting the display information of a specific browser, and improved the use of 360 browser.
  • Another method for adjusting display information provided by the present invention is to first add a label label to a listener script corresponding to the browser, and then add feature information to the listener script through the label, and listen to the browse through the listener script.
  • the display information of the browser in the browser recommendation list is adjusted by the feature information.
  • the present invention realizes the pair by adding a label label to the monitoring script and preprocessing the label. The display position and display manner of a specific browser in the browser recommendation list are adjusted, which can improve the usage rate of a specific browser.
  • an embodiment of the present invention provides an apparatus for adjusting display information.
  • the apparatus includes: an adding module 31 and an adjustment module. Block 32.
  • the adding module 31 is configured to add a label label to the listening script corresponding to the browser;
  • the adding module 31 is further configured to add feature information in the monitoring script by using the label;
  • the adjusting module 32 is configured to adjust display information of the browser in the browser recommendation list by using the feature information when the browser calling event is monitored by the monitoring script.
  • the apparatus for adjusting information for displaying information firstly adds a label label to a listener script corresponding to a browser, and then adds feature information to the listener script through the label, and listens to the browser through the listener script.
  • the display information of the browser in the browser recommendation list is adjusted by the feature information.
  • the present invention realizes the pair by adding a label label to the monitoring script and preprocessing the label.
  • the display position and display manner of a specific browser in the browser recommendation list are adjusted, which can improve the usage rate of a specific browser.
  • the embodiment of the present invention provides another apparatus for adjusting display information.
  • the apparatus includes: an adding module 41 and an adjusting module 42.
  • An adding module 41 configured to add a label label to a listener script corresponding to the browser
  • the adding module 41 is further configured to add feature information in the listening script by using the label;
  • the adjusting module 42 is configured to adjust display information of the browser in the browser recommendation list by using the feature information when the browser calling event is monitored by the monitoring script.
  • the adding module 41 is specifically configured to configure a feature identifier before the location of the label in the listening script, where the feature identifier is used to display the browser in the browser recommendation list.
  • the display position is configured first.
  • the device further includes:
  • the obtaining module 43 is configured to acquire initial configuration information of the terminal device corresponding to the browser;
  • the generating module 44 is configured to generate the feature identifier according to initial configuration information of the terminal device.
  • the adjusting module 42 is specifically configured to: when the browser calling event is monitored by the monitoring script, configure the display position of the browser in the browser recommendation list by using the feature identifier. Bit.
  • the adding module 41 is specifically configured to configure a feature field in the location of the label in the listening script, where the feature field is used to highlight the identifier information of the browser in the browser recommendation list. .
  • the adjusting module 42 is specifically configured to: when the browser calling event is monitored by the monitoring script, display the identifier information of the browser in the browser recommendation list and display the Feature field.
  • Another apparatus for displaying information provided by the present invention first adds a label label to a listener script corresponding to the browser, and then adds feature information to the listener script through the label, and listens to the browse through the listener script.
  • the display information of the browser in the browser recommendation list is adjusted by the feature information.
  • the present invention realizes the pair by adding a label label to the monitoring script and preprocessing the label.
  • the display position and display manner of a specific browser in the browser recommendation list are adjusted, which can improve the usage rate of a specific browser.
  • the various component embodiments of the present invention may be implemented in hardware, or in a software module running on one or more processors, or in a combination thereof.
  • a microprocessor or digital signal processor may be used in practice to implement some or all of the methods and apparatus for adjusting display information in accordance with embodiments of the present invention.
  • the invention can also be implemented as a device or device program (e.g., a computer program and a computer program product) for performing some or all of the methods described herein.
  • Such a program implementing the invention may be stored on a computer readable medium or may be in the form of one or more signals. Such signals may be downloaded from an Internet website, provided on a carrier signal, or provided in any other form.
  • FIG. 6 shows a computing device that can implement an adjustment method of display information according to the present invention.
  • the computing device conventionally includes a processor 510 and a computer program product or computer readable medium in the form of a memory 520.
  • the memory 520 may be an electronic memory such as a flash memory, an EEPROM (Electrically Erasable Programmable Read Only Memory), an EPROM, a hard disk, or a ROM.
  • Memory 520 has a memory space 530 for program code 531 for performing any of the method steps described above.
  • storage space 530 for program code may include various program code 531 for implementing various steps in the above methods, respectively.
  • the program code can be read from or written to one or more computer program products.
  • Such computer program products include program code carriers such as hard disks, compact disks (CDs), memory cards or floppy disks.
  • Such a computer program product is typically a portable or fixed storage unit as described with reference to FIG.
  • the storage unit may have storage segments, storage spaces, and the like that are similarly arranged to memory 520 in the computing device of FIG.
  • the program code can be compressed, for example, in an appropriate form.
  • the storage unit includes computer readable code 531 ', ie, code readable by a processor, such as 510, that when executed by a computing device causes the computing device to perform each of the methods described above step.
  • modules in the devices of the embodiments can be adaptively changed and placed in one or more devices different from the embodiment.
  • the modules or units or components of the embodiments may be combined into one module or unit or component, and further they may be divided into a plurality of sub-modules or sub-units or sub-components.
  • any combination of the features disclosed in the specification, including the accompanying claims, the abstract and the drawings, and any methods so disclosed, or All processes or units of the device are combined.
  • Each feature disclosed in this specification (including the accompanying claims, the abstract and the drawings) may be replaced by alternative features that provide the same, equivalent or similar purpose.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • User Interface Of Digital Computer (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

一种显示信息的调整方法、装置、计算机程序及可读介质,涉及信息技术领域,通过在监听脚本中添加标签label,并通过对该label进行预处理,实现对所述浏览器推荐列表中特定浏览器的显示位置和显示方式进行调整,可以提高特定浏览器的使用率。所述方法包括:首先在浏览器对应的监听脚本中添加标签label(101),然后通过所述label在所述监听脚本中添加特征信息(102),当通过所述监听脚本监听到浏览器调用事件时,通过所述特征信息调整所述浏览器在所述浏览器推荐列表中的显示信息(103)。

Description

显示信息的调整方法、装置、计算机程序及可读介质
本申请要求在2015年12月21日提交中国专利局、申请号为201510967737.5、发明名称为“显示信息的调整方法、装置、计算机程序及可读介质”的中国专利申请的优先权,其全部内容通过引用结合在本申请中。
技术领域
本发明涉及一种信息技术领域,特别是涉及一种显示信息的调整方法、装置、计算机程序及可读介质。
背景技术
近些年来,随着信息技术的不断发展,互联网技术越来越成熟,通过浏览器浏览信息已经成为人们日常生活中的一部分,浏览器的普及率也越来越高。因此,不同厂商的浏览器之间的竞争也越来越激烈,浏览器的重要衡量指标之一就是浏览器的使用率。
目前,当用户点击一个网页链接时,系统会自动显示一个浏览器推荐列表,该列表中显示有用户可选择的浏览器,由于该列表中显示的浏览器图标的显示方式是相同的,显示位置也是随机排列的,因此,用户选择每一个浏览器的概率也是相同的,由于目前并不存在对浏览器推荐列表中浏览器显示信息的调整方法,从而无法实现提高特定浏览器的使用率。
发明内容
有鉴于此,本发明提供一种显示信息的调整方法、装置、计算机程序及可读介质,主要目的在于可以实现对显示信息的调整,进而提高特定浏览器的使用率。
依据本发明一个方面,提供了一种显示信息的调整方法,包括:
在浏览器对应的监听脚本中添加标签label;
通过所述label在所述监听脚本中添加特征信息;
当通过所述监听脚本监听到浏览器调用事件时,通过所述特征信息调 整所述浏览器在所述浏览器推荐列表中的显示信息。
依据本发明另一个方面,提供了一种显示信息的调整装置,包括:
添加模块,用于在浏览器对应的监听脚本中添加标签label;
所述添加模块,还用于通过所述label在所述监听脚本中添加特征信息;
调整模块,用于当通过所述监听脚本监听到浏览器调用事件时,通过所述特征信息调整所述浏览器在所述浏览器推荐列表中的显示信息。
根据本发明的又一个方面,提供了一种计算机程序,其包括计算机可读代码,当所述计算机可读代码在计算设备上运行时,导致所述计算设备执行所述的显示信息的调整方法。
根据本发明的再一个方面,提供了一种计算机可读介质,其中存储了所述的计算机程序。
借由上述技术方案,本发明实施例提供的技术方案至少具有下列优点:
本发明提供的一种显示信息的调整方法、装置、计算机程序及可读介质,首先在浏览器对应的监听脚本中添加标签label,然后通过所述label在所述监听脚本中添加特征信息,当通过所述监听脚本监听到浏览器调用事件时,通过所述特征信息调整所述浏览器在所述浏览器推荐列表中的显示信息。与目前浏览器推荐列表中显示的浏览器图标的显示方式是相同的,显示位置也是随机排列的相比,本发明通过在监听脚本中添加标签label,并通过对该label进行预处理,实现对所述浏览器推荐列表中特定浏览器的显示位置和显示方式进行调整,可以提高提高特定浏览器的使用率。
上述说明仅是本发明技术方案的概述,为了能够更清楚了解本发明的技术手段,而可依照说明书的内容予以实施,并且为了让本发明的上述和其它目的、特征和优点能够更明显易懂,以下特举本发明的具体实施方式。
附图说明
通过阅读下文优选实施方式的详细描述,各种其他的优点和益处对于本领域普通技术人员将变得清楚明了。附图仅用于示出优选实施方式的目的,而并不认为是对本发明的限制。而且在整个附图中,用相同的参考符号表示相同的部件。在附图中:
图1示出了本发明实施例提供的一种显示信息的调整方法流程示意图;
图2示出了本发明实施例提供的另一种显示信息的调整方法流程示意图;
图3示出了本发明实施例提供的一种显示信息的调整装置结构示意图;
图4示出了本发明实施例提供的另一种显示信息的调整装置结构示意图;
图5出了本发明实施例提供的浏览器推荐列表显示界面图;
图6示意性地示出了用于执行根据本发明的方法的计算设备的框图;
图7示意性地示出了用于保持或者携带实现根据本发明的方法的程序代码的存储单元。
具体实施方式
下面将参照附图更详细地描述本公开的示例性实施例。虽然附图中显示了本公开的示例性实施例,然而应当理解,可以以各种形式实现本公开而不应被这里阐述的实施例所限制。相反,提供这些实施例是为了能够更透彻地理解本公开,并且能够将本公开的范围完整的传达给本领域的技术人员。
本发明实施例提供了一种显示信息的调整方法,如图1所示,所述方法包括:
101、在浏览器对应的监听脚本中添加标签label。
其中,所述浏览器具体可以为需要提高使用率的浏览器,监听脚本具体可以为在浏览器对应的Manifest(安卓程序清单)中对BrowserActivity(浏览器首页访问操作)设置的监听程序。具体为在 Manifest的intent-filter(意图过滤器)中设置监听程序,具体脚本形式可以如下所示:<intent-filter>
<action android:name=″android.intent.action.VIEW″/>
<category android:name=″android.intent.category.BROWSABLE″/>
<category android:name=″android.intent.category.DEFAULT″/>
<data android:scheme=″http″/>
<data android:scheme=″https″/>
<data android:mimeType=″application/x-webarchive-xml″/>
</intent-filter>
对于本发明实施例,所述在浏览器对应的监听脚本中添加标签label具体可以为在浏览器对应的Manifest中的intent-filter添加label。
102、通过所述label在所述监听脚本中添加特征信息。
其中,所述特征信息可以为特征标识符,例如,“\n”、“\f”等特征标识符,所述特征信息还可以为特征字段,该特征字段用于突出显示该浏览器对应的标识信息,例如,特征字段为“推荐”,此时,在浏览器推荐列表中显示该浏览器的标识信息的同时还会在浏览器标识信息旁边显示推荐文本信息,以引导用户优先选择该浏览器,从而提高该浏览器的使用率。
103、当通过所述监听脚本监听到浏览器调用事件时,通过所述特征信息调整所述浏览器在所述浏览器推荐列表中的显示信息。
其中,浏览器调用事件具体可以为当用户点击网页首页对应的链接地址时触发该浏览器调用事件。所述浏览器推荐列表中显示有不同浏览器的标识信息,所述显示信息可以包括浏览器在浏览器推荐列表中的显示位置信息、所述浏览器在浏览器推荐列表中的显示样式信息等,本发明实施例不做限定。
对于本发明实施例,当通过所述监听脚本监听到浏览器调用事件时,通过所述特征信息调整所述浏览器在所述浏览器推荐列表中的显示信息,实现了对浏览器推荐列表中浏览器显示信息的调整,进而提高特定浏览器的使用率。
本发明提供的一种显示信息的调整方法,首先在浏览器对应的监听脚 本中添加标签label,然后通过所述label在所述监听脚本中添加特征信息,当通过所述监听脚本监听到浏览器调用事件时,通过所述特征信息调整所述浏览器在所述浏览器推荐列表中的显示信息。与目前浏览器推荐列表中显示的浏览器图标的显示方式是相同的,显示位置也是随机排列的相比,本发明通过在监听脚本中添加标签label,并通过对该label进行预处理,实现对所述浏览器推荐列表中特定浏览器的显示位置和显示方式进行调整,可以提高提高特定浏览器的使用率。
本发明实施例提供了另一种显示信息的调整方法,如图2所示,所述方法包括:
201、在浏览器对应的监听脚本中添加标签label。
其中,所述浏览器具体可以为需要提高使用率的浏览器,监听脚本具体可以为在浏览器对应的Manifest(安卓程序清单)中对BrowserActivity(浏览器首页访问操作)设置的监听程序。具体为在Manifest的intent-filter(意图过滤器)中设置监听程序。
202a、在所述监听脚本中所述label所在位置前配置特征标识符。
其中,所述特征标识符用于将所述浏览器在所述浏览器推荐列表中的显示位置配置为首位。所述特征标识符具体可以为“\a”、“\b”等,本发明实施例不做限定。具体形式可以为“\a”<label>。
对于本发明实施例,步骤202a之前还可以包括:获取所述浏览器对应的终端设备的初始配置信息,然后根据所述终端设备的初始配置信息生成所述特征标识符。由于不同浏览器在浏览器推荐列表中的显示顺序与终端设备的初始配置信息相关,因此,通过获取根据所述终端设备的初始配置信息生成所述特征标识符,可以保证生成的特征标识符的可靠性,进而保证浏览器的标识信息可以在浏览器推荐列表中显示在前列。
步骤202a之后的步骤203a、当通过所述监听脚本监听到浏览器调用事件时,通过所述特征标识符将所述浏览器在所述浏览器推荐列表中的显示位置配置为首位。
对于本发明实施例,由于所述特征标识符用于标识该浏览器的标识信息在列表中显示在首位,因此,通过在浏览器监听字段中添加该特征标识 符,可以实现调整特定浏览器在浏览器推荐列表中的显示位置。
与步骤202a并列的步骤202b、在所述监听脚本中所述label所在位置配置特征字段。
其中,所述特征字段用于在所述浏览器推荐列表中突出显示所述浏览器的标识信息。所述特征字段可以为“推荐”、“最优”等文本信息。
步骤202b之后的步骤203b、当通过所述监听脚本监听到浏览器调用事件时,在所述浏览器推荐列表中显示所述浏览器的标识信息并且在预置位置显示所述特征字段。
其中,所述预置位置可以为浏览器的标识信息的右侧、下侧等,本发明实施例不做限定。
对于本发明实施例,具体的应用场景可以如下所示,但不限于此,包括:浏览器推荐列表中默认显示的浏览器有UC浏览器、360浏览器、欧朋浏览器、百度浏览器等,此时,当想对360浏览器的显示信息进行调整时,首先在360浏览器对应的监听脚本中添加标签label,然后在所述监听脚本中所述label所在位置前配置特征标识符“\n”,并在在所述监听脚本中所述label所在位置配置特征字段推荐,然后根据调整后的显示信息显示浏览器推荐列表,可以如图5所示,此时360浏览器的标识信息位于首位,并且进行了添加推荐文本信息,进而达到了对特定浏览器的显示信息进行调整的目的,提高了360浏览器的使用率。
本发明提供的另一种显示信息的调整方法,首先在浏览器对应的监听脚本中添加标签label,然后通过所述label在所述监听脚本中添加特征信息,当通过所述监听脚本监听到浏览器调用事件时,通过所述特征信息调整所述浏览器在所述浏览器推荐列表中的显示信息。与目前浏览器推荐列表中显示的浏览器图标的显示方式是相同的,显示位置也是随机排列的相比,本发明通过在监听脚本中添加标签label,并通过对该label进行预处理,实现对所述浏览器推荐列表中特定浏览器的显示位置和显示方式进行调整,可以提高提高特定浏览器的使用率。
进一步地,作为图1所述方法的具体实现,本发明实施例提供了一种显示信息的调整装置,如图3所示,所述装置包括:添加模块31、调整模 块32。
添加模块31,用于在浏览器对应的监听脚本中添加标签label;
所述添加模块31,还用于通过所述label在所述监听脚本中添加特征信息;
调整模块32,用于当通过所述监听脚本监听到浏览器调用事件时,通过所述特征信息调整所述浏览器在所述浏览器推荐列表中的显示信息。
需要说明的是,本发明实施例提供的一种显示信息的调整装置所涉及各功能单元的其他相应描述,可以参考图1中的对应描述,在此不再赘述。
本发明提供的一种显示信息的调整装置,首先在浏览器对应的监听脚本中添加标签label,然后通过所述label在所述监听脚本中添加特征信息,当通过所述监听脚本监听到浏览器调用事件时,通过所述特征信息调整所述浏览器在所述浏览器推荐列表中的显示信息。与目前浏览器推荐列表中显示的浏览器图标的显示方式是相同的,显示位置也是随机排列的相比,本发明通过在监听脚本中添加标签label,并通过对该label进行预处理,实现对所述浏览器推荐列表中特定浏览器的显示位置和显示方式进行调整,可以提高提高特定浏览器的使用率。
进一步地,作为图2所述方法的具体实现,本发明实施例提供了另一种显示信息的调整装置,如图4所示,所述装置包括:添加模块41、调整模块42。
添加模块41,用于在浏览器对应的监听脚本中添加标签label;
所述添加模块41,还用于通过所述label在所述监听脚本中添加特征信息;
调整模块42,用于当通过所述监听脚本监听到浏览器调用事件时,通过所述特征信息调整所述浏览器在所述浏览器推荐列表中的显示信息。
进一步地,所述添加模块41,具体用于在所述监听脚本中所述label所在位置前配置特征标识符,所述特征标识符用于将所述浏览器在所述浏览器推荐列表中的显示位置配置为首位。
进一步地,所述装置还包括:
获取模块43,用于获取所述浏览器对应的终端设备的初始配置信息;
生成模块44,用于根据所述终端设备的初始配置信息生成所述特征标识符。
进一步地,所述调整模块42,具体用于当通过所述监听脚本监听到浏览器调用事件时,通过所述特征标识符将所述浏览器在所述浏览器推荐列表中的显示位置配置为首位。
进一步地,所述添加模块41,具体用于在所述监听脚本中所述label所在位置配置特征字段,所述特征字段用于在所述浏览器推荐列表中突出显示所述浏览器的标识信息。
进一步地,所述调整模块42,具体用于当通过所述监听脚本监听到浏览器调用事件时,在所述浏览器推荐列表中显示所述浏览器的标识信息并且在预置位置显示所述特征字段。
需要说明的是,本发明实施例提供的一种显示信息的调整装置所涉及各功能单元的其他相应描述,可以参考图2中的对应描述,在此不再赘述。
本发明提供的另一种显示信息的调整装置,首先在浏览器对应的监听脚本中添加标签label,然后通过所述label在所述监听脚本中添加特征信息,当通过所述监听脚本监听到浏览器调用事件时,通过所述特征信息调整所述浏览器在所述浏览器推荐列表中的显示信息。与目前浏览器推荐列表中显示的浏览器图标的显示方式是相同的,显示位置也是随机排列的相比,本发明通过在监听脚本中添加标签label,并通过对该label进行预处理,实现对所述浏览器推荐列表中特定浏览器的显示位置和显示方式进行调整,可以提高提高特定浏览器的使用率。
在上述实施例中,对各个实施例的描述都各有侧重,某个实施例中没有详述的部分,可以参见其他实施例的相关描述。
本发明的各个部件实施例可以以硬件实现,或者以在一个或者多个处理器上运行的软件模块实现,或者以它们的组合实现。本领域的技术人员应当理解,可以在实践中使用微处理器或者数字信号处理器(DSP)来实现根据本发明实施例的显示信息的调整方法和装置中的一些或者全部部 件的一些或者全部功能。本发明还可以实现为用于执行这里所描述的方法的一部分或者全部的设备或者装置程序(例如,计算机程序和计算机程序产品)。这样的实现本发明的程序可以存储在计算机可读介质上,或者可以具有一个或者多个信号的形式。这样的信号可以从因特网网站上下载得到,或者在载体信号上提供,或者以任何其他形式提供。
例如,图6示出了可以实现根据本发明的显示信息的调整方法的计算设备。该计算设备传统上包括处理器510和以存储器520形式的计算机程序产品或者计算机可读介质。存储器520可以是诸如闪存、EEPROM(电可擦除可编程只读存储器)、EPROM、硬盘或者ROM之类的电子存储器。存储器520具有用于执行上述方法中的任何方法步骤的程序代码531的存储空间530。例如,用于程序代码的存储空间530可以包括分别用于实现上面的方法中的各种步骤的各个程序代码531。这些程序代码可以从一个或者多个计算机程序产品中读出或者写入到这一个或者多个计算机程序产品中。这些计算机程序产品包括诸如硬盘,紧致盘(CD)、存储卡或者软盘之类的程序代码载体。这样的计算机程序产品通常为如参考图7所述的便携式或者固定存储单元。该存储单元可以具有与图6的计算设备中的存储器520类似布置的存储段、存储空间等。程序代码可以例如以适当形式进行压缩。通常,存储单元包括计算机可读代码531’,即可以由例如诸如510之类的处理器读取的代码,这些代码当由计算设备运行时,导致该计算设备执行上面所描述的方法中的各个步骤。
可以理解的是,上述方法及装置中的相关特征可以相互参考。另外,上述实施例中的“第一”、“第二”等是用于区分各实施例,而并不代表各实施例的优劣。
所属领域的技术人员可以清楚地了解到,为描述的方便和简洁,上述描述的系统,装置和单元的具体工作过程,可以参考前述方法实施例中的对应过程,在此不再赘述。
在此提供的算法和显示不与任何特定计算机、虚拟系统或者其它设备固有相关。各种通用系统也可以与基于在此的示教一起使用。根据上面的描述,构造这类系统所要求的结构是显而易见的。此外,本发明也不针对 任何特定编程语言。应当明白,可以利用各种编程语言实现在此描述的本发明的内容,并且上面对特定语言所做的描述是为了披露本发明的最佳实施方式。
在此处所提供的说明书中,说明了大量具体细节。然而,能够理解,本发明的实施例可以在没有这些具体细节的情况下实践。在一些实例中,并未详细示出公知的方法、结构和技术,以便不模糊对本说明书的理解。
类似地,应当理解,为了精简本公开并帮助理解各个发明方面中的一个或多个,在上面对本发明的示例性实施例的描述中,本发明的各个特征有时被一起分组到单个实施例、图、或者对其的描述中。然而,并不应将该公开的方法解释成反映如下意图:即所要求保护的本发明要求比在每个权利要求中所明确记载的特征更多的特征。更确切地说,如下面的权利要求书所反映的那样,发明方面在于少于前面公开的单个实施例的所有特征。因此,遵循具体实施方式的权利要求书由此明确地并入该具体实施方式,其中每个权利要求本身都作为本发明的单独实施例。
本领域那些技术人员可以理解,可以对实施例中的设备中的模块进行自适应性地改变并且把它们设置在与该实施例不同的一个或多个设备中。可以把实施例中的模块或单元或组件组合成一个模块或单元或组件,以及此外可以把它们分成多个子模块或子单元或子组件。除了这样的特征和/或过程或者单元中的至少一些是相互排斥之外,可以采用任何组合对本说明书(包括伴随的权利要求、摘要和附图)中公开的所有特征以及如此公开的任何方法或者设备的所有过程或单元进行组合。除非另外明确陈述,本说明书(包括伴随的权利要求、摘要和附图)中公开的每个特征可以由提供相同、等同或相似目的的替代特征来代替。
此外,本领域的技术人员能够理解,尽管在此所述的一些实施例包括其它实施例中所包括的某些特征而不是其它特征,但是不同实施例的特征的组合意味着处于本发明的范围之内并且形成不同的实施例。例如,在下面的权利要求书中,所要求保护的实施例的任意之一都可以以任意的组合方式来使用。
应该注意的是上述实施例对本发明进行说明而不是对本发明进行限制,并且本领域技术人员在不脱离所附权利要求的范围的情况下可设计出 替换实施例。在权利要求中,不应将位于括号之间的任何参考符号构造成对权利要求的限制。单词“包含”不排除存在未列在权利要求中的元件或步骤。位于元件之前的单词“一”或“一个”不排除存在多个这样的元件。本发明可以借助于包括有若干不同元件的硬件以及借助于适当编程的计算机来实现。在列举了若干装置的单元权利要求中,这些装置中的若干个可以是通过同一个硬件项来具体体现。单词第一、第二、以及第三等的使用不表示任何顺序。可将这些单词解释为名称。

Claims (14)

  1. 一种显示信息的调整方法,其特征在于,包括:
    在浏览器对应的监听脚本中添加标签label;
    通过所述label在所述监听脚本中添加特征信息;
    当通过所述监听脚本监听到浏览器调用事件时,通过所述特征信息调整所述浏览器在所述浏览器推荐列表中的显示信息。
  2. 根据权利要求1所述的显示信息的调整方法,其特征在于,所述通过所述label在所述监听脚本中添加特征信息包括:
    在所述监听脚本中所述label所在位置前配置特征标识符,所述特征标识符用于将所述浏览器在所述浏览器推荐列表中的显示位置配置为首位。
  3. 根据权利要求2所述的显示信息的调整方法,其特征在于,在所述监听脚本中所述label所在位置前配置特征标识符之前,所述方法还包括:
    获取所述浏览器对应的终端设备的初始配置信息;
    根据所述终端设备的初始配置信息生成所述特征标识符。
  4. 根据权利要求2所述的显示信息的调整方法,其特征在于,所述当通过所述监听脚本监听到浏览器调用事件时,通过所述特征信息调整所述浏览器图标在所述浏览器推荐列表中的显示信息包括:
    当通过所述监听脚本监听到浏览器调用事件时,通过所述特征标识符将所述浏览器在所述浏览器推荐列表中的显示位置配置为首位。
  5. 根据权利要求1所述的显示信息的调整方法,其特征在于,所述通过所述label在所述监听脚本中添加特征信息包括:
    在所述监听脚本中所述label所在位置配置特征字段,所述特征字段用于在所述浏览器推荐列表中突出显示所述浏览器的标识信息。
  6. 根据权利要求5所述的显示信息的调整方法,当通过所述监听脚本监听到浏览器调用事件时,通过所述特征信息调整所述浏览器在所述浏览器推荐列表中的显示信息包括:
    当通过所述监听脚本监听到浏览器调用事件时,在所述浏览器推荐列表中显示所述浏览器的标识信息并且在预置位置显示所述特征字段。
  7. 一种显示信息的调整装置,其特征在于,包括:
    添加模块,用于在浏览器对应的监听脚本中添加标签label;
    所述添加模块,还用于通过所述label在所述监听脚本中添加特征信息;
    调整模块,用于当通过所述监听脚本监听到浏览器调用事件时,通过所述特征信息调整所述浏览器在所述浏览器推荐列表中的显示信息。
  8. 根据权利要求7所述的显示信息的调整装置,其特征在于,
    所述添加模块,具体用于在所述监听脚本中所述label所在位置前配置特征标识符,所述特征标识符用于将所述浏览器在所述浏览器推荐列表中的显示位置配置为首位。
  9. 根据权利要求8所述的显示信息的调整装置,其特征在于,所述装置还包括:
    获取模块,用于获取所述浏览器对应的终端设备的初始配置信息;
    生成模块,用于根据所述终端设备的初始配置信息生成所述特征标识符。
  10. 根据权利要求8所述的显示信息的调整装置,其特征在于,
    所述调整模块,具体用于当通过所述监听脚本监听到浏览器调用事件时,通过所述特征标识符将所述浏览器在所述浏览器推荐列表中的显示位置配置为首位。
  11. 根据权利要求7所述的显示信息的调整装置,其特征在于,
    所述添加模块,具体用于在所述监听脚本中所述label所在位置配置特征字段,所述特征字段用于在所述浏览器推荐列表中突出显示所述浏览器的标识信息。
  12. 根据权利要求11所述的显示信息的调整装置,
    所述调整模块,具体用于当通过所述监听脚本监听到浏览器调用事件时,在所述浏览器推荐列表中显示所述浏览器的标识信息并且在预置位置显示所述特征字段。
  13. 一种计算机程序,包括计算机可读代码,当所述计算机可读代码在计算设备上运行时,导致所述计算设备执行根据权利要求1-6中的任一个所述的显示信息的调整方法。
  14. 一种计算机可读介质,其中存储了如权利要求13所述的计算机程序。
PCT/CN2016/110142 2015-12-21 2016-12-15 显示信息的调整方法、装置、计算机程序及可读介质 Ceased WO2017107844A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201510967737.5A CN105389393B (zh) 2015-12-21 2015-12-21 浏览器推荐列表中浏览器显示信息的调整方法及装置
CN201510967737.5 2015-12-21

Publications (1)

Publication Number Publication Date
WO2017107844A1 true WO2017107844A1 (zh) 2017-06-29

Family

ID=55421683

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2016/110142 Ceased WO2017107844A1 (zh) 2015-12-21 2016-12-15 显示信息的调整方法、装置、计算机程序及可读介质

Country Status (2)

Country Link
CN (1) CN105389393B (zh)
WO (1) WO2017107844A1 (zh)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114138142A (zh) * 2021-08-25 2022-03-04 成都统信软件技术有限公司 一种桌面图标处理方法、计算设备及可读存储介质

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105389393B (zh) * 2015-12-21 2019-04-19 北京奇虎科技有限公司 浏览器推荐列表中浏览器显示信息的调整方法及装置
CN113966590B (zh) * 2019-04-23 2023-04-14 深圳市九州安域科技有限公司 一种站点会话终止方法、装置、终端设备及介质
CN112907324A (zh) * 2021-02-26 2021-06-04 拉扎斯网络科技(上海)有限公司 一种实体对象信息列表的展示方法

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102314516A (zh) * 2011-09-22 2012-01-11 惠州Tcl移动通信有限公司 网页处理方法及其移动终端、电子设备
US20120110463A1 (en) * 2010-11-01 2012-05-03 International Business Machines Corporation Application Recommendation
CN104199985A (zh) * 2014-09-28 2014-12-10 北京奇虎科技有限公司 一种自定义置顶搜索结果的方法和系统、以及搜索服务器
CN105389393A (zh) * 2015-12-21 2016-03-09 北京奇虎科技有限公司 浏览器推荐列表中浏览器显示信息的调整方法及装置

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140359531A1 (en) * 2013-05-31 2014-12-04 Tencent Technology (Shenzhen) Company Limited Method, apparatus and terminal device for browser navigation
CN104794121A (zh) * 2014-01-17 2015-07-22 腾讯科技(深圳)有限公司 入口信息显示方法和装置
CN104461261A (zh) * 2014-12-05 2015-03-25 上海斐讯数据通信技术有限公司 管理移动终端默认应用的系统及方法

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120110463A1 (en) * 2010-11-01 2012-05-03 International Business Machines Corporation Application Recommendation
CN102314516A (zh) * 2011-09-22 2012-01-11 惠州Tcl移动通信有限公司 网页处理方法及其移动终端、电子设备
CN104199985A (zh) * 2014-09-28 2014-12-10 北京奇虎科技有限公司 一种自定义置顶搜索结果的方法和系统、以及搜索服务器
CN105389393A (zh) * 2015-12-21 2016-03-09 北京奇虎科技有限公司 浏览器推荐列表中浏览器显示信息的调整方法及装置

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114138142A (zh) * 2021-08-25 2022-03-04 成都统信软件技术有限公司 一种桌面图标处理方法、计算设备及可读存储介质
CN114138142B (zh) * 2021-08-25 2023-05-02 成都统信软件技术有限公司 一种桌面图标处理方法、计算设备及可读存储介质

Also Published As

Publication number Publication date
CN105389393A (zh) 2016-03-09
CN105389393B (zh) 2019-04-19

Similar Documents

Publication Publication Date Title
JP5656204B2 (ja) 他のユーザのユーザ嗜好に基づいて、ユーザに表示されるコンテンツをカスタマイズする方法
WO2017107834A1 (zh) 页面切换方法、装置、计算机程序及可读介质
US10911565B2 (en) Method, device and system for associating a service account
US10838612B2 (en) Apparatus and method for processing drag and drop
WO2017107833A1 (zh) 浏览器标签内的页面切换方法及装置
CN104346463B (zh) 一种页面标签的加载方法、装置和浏览器客户端
CN108804194B (zh) 通知栏消息处理方法、装置、用户终端及可读存储介质
WO2015103938A1 (zh) 一种加载网站点评信息的方法和浏览器客户端
CN101984404B (zh) 控制应用程序并行运行的方法、装置及具有该装置的终端
CN106162362B (zh) 一种视频播放方法及播放器
WO2017097262A1 (zh) 数据交互方法和装置及计算机程序和计算机可读介质
US10769313B2 (en) Method for fingerprint unlocking and terminal
CN105407134A (zh) 一种表单提交设备、方法和移动终端
CN106980442B (zh) 一种图标管理方法及电子设备
WO2017000612A1 (zh) 在搜索过程中实现向移动终端推荐App的方法及装置
CN104346560A (zh) 一种安全验证方法及装置
CN106569860A (zh) 一种应用管理方法及终端
CN105653578A (zh) 一种浏览器的操作方法及电子设备
CN110806822B (zh) 电子书的交互方法、计算设备及计算机存储介质
CN103186584A (zh) 微博话题发表方法及终端
CN105389393A (zh) 浏览器推荐列表中浏览器显示信息的调整方法及装置
WO2017107679A1 (zh) 一种历史信息展示方法及装置
CN106604363A (zh) 一种无线保真Wi‑Fi扫描方法及移动终端
US20150317143A1 (en) Method and apparatus for installing webpage application
CN105354490A (zh) 一种处理被劫持浏览器的方法及设备

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 16877655

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 16877655

Country of ref document: EP

Kind code of ref document: A1