#author("2018-08-22T13:15:58+09:00","default:tanak0to","tanak0to")
#author("2018-08-22T13:16:44+09:00","default:tanak0to","tanak0to")
RIGHT:[[Mac 関係覚え書き]]

*初期設定 [#x2f3b489]
https://support.google.com/chrome/a/answer/187948?hl=ja
を参考にする.
上記ページのリンクから
 master_preferences
のサンプルファイルをダウンロードする.
 https://storage.googleapis.com/support-kms-prod/Y2dvgj4vUhoxiiLqzWmhjpLW3b3rBaLWuW8L

https://storage.googleapis.com/support-kms-prod/Y2dvgj4vUhoxiiLqzWmhjpLW3b3rBaLWuW8L

ダウンロードした master_preferences を編集して,
/Library/Google/ に(なければ作成する)
  Google Chrome Master Preferences
という名前でコピーする.(全ユーザに読み込みできること)

初回起動(ユーザが Chrome の環境設定を持っていない状態)に
設定した内容が反映される.

master_preferences の内容(と,編集すべき点<--)

 {
   "homepage": "http://www.example.jp/",   <--
   "homepage_is_newtabpage": false,
   "browser": {
     "show_home_button": true
   },
   "session": {
     "restore_on_startup": 4,
     "startup_urls": [
       "http://www.example.jp/"         <--
     ]
   },
   "bookmark_bar": {
     "show_on_all_tabs": true
   },
   "sync_promo": {
     "show_on_first_run_allowed": false
   },
   "distribution": {
     "import_bookmarks_from_file": "bookmarks.html",
     "import_bookmarks": false,  <--
     "import_history": false,    <--
     "import_home_page": false,  <--
     "import_search_engine": false, <--
     "ping_delay": 60,
     "do_not_create_desktop_shortcut": true,
     "do_not_create_quick_launch_shortcut": true,
     "do_not_launch_chrome": true,
     "do_not_register_for_update_launch": true,
     "make_chrome_default": false,  <--
     "make_chrome_default_for_user": false,  <--
     "suppress_first_run_default_browser_prompt": false, <--
     "system_level": true,
     "verbose_logging": false     <--
   },
   "first_run_tabs": [
     "http://www.example.jp/"   <--
   ]
 }

トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS