- UID
- 31
- 帖子
- 72
- 精华
- 0
- 贡献
- 0
- 推广
- 0
- 有效BUG
- 0
- 注册时间
- 2005-2-21
|
42#
发表于 2015-5-12 22:24
| 只看该作者
试了下,可以用。不过不能把鼠标手势的提示选项设为False,否则启动时提示出错。
下面是我的Preferences文件的内容,我常用的是关闭标签手势,所以就只设了这个:
{
"kMouseGestureProfile": {
"R": 12,
"RU": 12,
"RD": 12,
"kMouseGestureUserMouseGesture": true,
"kMouseGestureUserMouseGestureTips": true
},
"adblock": {
"mode": 0,
"statistic_day_count": 0,
"statistic_day_date": "13075833600000000"
},
"bookmark_bar": {
"show_on_all_tabs": true
},
"bookmark_editor": {
"expanded_nodes": [ "1", "2", "6" ]
},
"browser": {
"check_default_browser": false,
"clear_browsing_data_on_exit_key": true,
"clear_data": {
"form_data": true,
"hosted_apps_data": true,
"passwords": true,
"time_period": 4
},
"clear_lso_data_enabled": true,
"disk_cache_dir": "d:\\program files\\theworld\\theworld_6\\TheWorld6\\User Data\\Default",
"last_clear_browsing_data_time": "13075914230348125",
"show_home_button": true,
"window_placement": {
"bottom": 1030,
"left": 180,
"maximized": true,
"right": 1230,
"top": 180,
"work_area_bottom": 870,
"work_area_left": 0,
"work_area_right": 1440,
"work_area_top": 0
}
},
"countryid_at_install": 17230,
"default_search_provider": {
"enabled": true,
"encodings": "UTF-8",
"icon_url": "http://www.baidu.com/favicon.ico",
"id": "4",
"image_url": "",
"image_url_post_params": "",
"instant_url": "",
"instant_url_post_params": "",
"keyword": "baidu.com",
"name": "\u767E\u5EA6",
"new_tab_url": "",
"prepopulate_id": "21",
"search_terms_replacement_key": "",
"search_url": "http://www.baidu.com/s?ie={inputEncoding}&wd={searchTerms}",
"search_url_post_params": "",
"suggest_url": "http://www.google.cn/complete/search?client=chrome&q={searchTerms}&{google:cursorPosition}{google:zeroPrefixUrl}sugkey={google:suggestAPIKeyParameter}",
"suggest_url_post_params": ""
},
"dns_prefetching": {
"host_referral_list": [ 2 ],
"startup_list": [ 1 ]
},
"download": {
"directory_upgrade": true
},
"homepage_engine_list": [ 0 ],
"kTabOptions": {
"kOpenTabBackground": true
},
"net": {
"http_server_properties": {
"version": 2
}
},
"plugins": {
"migrated_to_pepper_flash": true,
"removed_old_component_pepper_flash_settings": true
},
"profile": {
"avatar_index": 0,
"content_settings": {
"clear_on_exit_migrated": true,
"pref_version": 1
},
"created_by_version": "6.2.0.128",
"default_content_settings": {
"geolocation": 2
},
"exit_type": "Normal",
"exited_cleanly": true,
"icon_version": 2,
"managed_user_id": "",
"name": "\u7B2C 1 \u4F4D\u7528\u6237"
},
"savefile": {
"default_directory": "D:\\My Documents\\Downloads"
},
"session": {
"restore_on_startup": 4,
"restore_on_startup_migrated": true,
"urls_to_restore_on_startup": [ "http://www.baidu.com/" ]
},
"upgrade": {
"autoupgrade_available_desc": "",
"last_time_check": "13075912960252125",
"newest_version_autoupgrade": "",
"newest_version_upgrade": "",
"upgrade_available_desc": ""
}
} |
|