Jump to content

Search the Community

Showing results for tags 'master_preferences'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • TnC Genel
    • Reklam-Bağış-Sponsorluk
    • Duyurular
  • Modifiye Edilmiş İşletim Sistemleri
    • Windows 11
    • Windows 10
    • Windows 8
    • Windows 7
    • Windows Diğer
    • Windows Xp
    • Diğer İşletim Sistemleri
    • MultiBoot Sistemler
    • Linux Distributions
  • Bilgisayar Dünyası Genel
    • Her Zaman Gerekliler
    • Yazılım
    • Donanım
    • Sosyal Medya - Anında Mesajlaşma
    • Yararlı Linkler
  • TnC PROGRAM-APPZ
    • TNC-TR Çalışmaları
    • Program-Appz
    • Program-Appz - Ebook İstek
    • AIO
    • Portable Programlar
    • Türkçe Yamalar
    • Katılımsız - Unattended
  • Programlama
    • AutoIT
    • AutoPlay Media Studio
    • C#
  • Webmaster
    • Webmaster Sorunları & Çözüm Yolları
    • Hosting & Domain
  • TnC Multimedya
    • Multimedya Istek
    • Kendi Müziğiniz
  • TnC Oyun - Games
    • Oyun-Games
    • Oyun İstek
  • Cep Telefonu - Mobile
    • GSM Bilgi Paylaşımı
    • GSM Multimedya
    • iPhone / iPod
    • Android
    • Diğer GSM Program & Oyun
  • TnC Diğer
    • Teknoloji Haberleri
    • Alım-Satım
    • Kültür-Sanat
    • Sohbet-Chat
    • Çöp Kutusu
    • Anketler
  • Haberler Deneme
  • Olta Balıkçıları Kulübü's Herkes Ekipmanını Paylaşsın
  • Haritacılar's Konular
  • PUBG Oyuncuları's Konular
  • Satranç - Chess's Konular

Calendars

  • Community Calendar
  • Satranç - Chess's Takvim Etkinlikleri

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Facebook


Skype


Twitter


Google+


Steam



Found 1 result

  1. Merhaba, Google Chrome kurulumunu "master_preferences" dosyası kullanarak özelleştirebiliyoruz. Chrome'u ayarlı şekilde veya eklentili biçimde kurdurmak mümkün. Bunun için chrome'u msi dosyasından kurmanız gerekmekte ve kurulum dizinine "master_preferences" adlı bir dosyayı kopyalatmanız gerekiyor. Detaylı anlatım için şu adreslere bakabilirsiniz : https://support.google.com/chrome/a/answer/187948?hl=tr (Ayarlı kurulum anlatımı) https://support.google.com/chrome/a/answer/188453?hl=tr (Eklentili kurulum anlatımı) http://www.chromium.org/administrators/configuring-other-preferences (Tüm kodların listesi) Ayarlı kurulum için: { "homepage" : "https://www.google.com.tr", "homepage_is_newtabpage" : true, "browser" : { "show_home_button" : true }, "session" : { "restore_on_startup" : 4, "startup_urls" : [ "https://www.google.com.tr" ] }, "bookmark_bar" : { "show_on_all_tabs" : true }, "sync_promo" : { "show_on_first_run_allowed": false }, "distribution" : { "auto_launch_chrome": false, "chrome": true, "app_host": true, "chrome_frame": true, "ready_mode": true, "disable_logging": true, "import_bookmarks": true, "import_bookmarks_from_file": "%TempDir%", "import_history": false, "import_home_page": true, "import_search_engine": true, "ping_delay": 60, "show_welcome_page": false, "skip_first_run_ui": true, "suppress_first_run_bubble": true, "do_not_create_desktop_shortcut": false, "do_not_create_quick_launch_shortcut": false, "do_not_launch_chrome": true, "do_not_register_for_update_launch": true, "enable_do_not_track": true, "log_file": "log.txt", "make_chrome_default": true, "make_chrome_default_for_user": true, "suppress_first_run_default_browser_prompt": true, "msi": true, "multi_install": true, "require_eula": false, "system_level": true, "use_spelling_service": true, "verbose_logging": true }, "first_run_tabs" : [ "https://www.google.com.tr", "welcome_page", "new_tab_page" ] } Eklentili kurulum için (Örnek olarak Ublock Origin eklentisi kullanıldı) { "homepage" : "https://www.google.com.tr", "homepage_is_newtabpage" : true, "extensions": { "settings": { "cjpalhdlnbpafiamejdnhcphjbkeiagm": { "location": 1, "manifest": { "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmJNzUNVjS6Q1qe0NRqpmfX/oSJdgauSZNdfeb5RV1Hji21vX0TivpP5gq0fadwmvmVCtUpOaNUopgejiUFm/iKHPs0o3x7hyKk/eX0t2QT3OZGdXkPiYpTEC0f0p86SQaLoA2eHaOG4uCGi7sxLJmAXc6IsxGKVklh7cCoLUgWEMnj8ZNG2Y8UKG3gBdrpES5hk7QyFDMraO79NmSlWRNgoJHX6XRoY66oYThFQad8KL8q3pf3Oe8uBLKywohU0ZrDPViWHIszXoE9HEvPTFAbHZ1umINni4W/YVs+fhqHtzRJcaKJtsTaYy+cholu5mAYeTZqtHf6bcwJ8t9i2afwIDAQAB", "name": "uBlock Origin", "permissions": [ "contextMenus", "privacy", "storage", "tabs", "unlimitedStorage", "webNavigation", "webRequest", "webRequestBlocking", "http://*/*", "https://*/*" ], "update_url": "https://clients2.google.com/service/update2/crx", "version": "0.0" }, "path": "cjpalhdlnbpafiamejdnhcphjbkeiagm\\0.0", "state": 1 } } } }
×
×
  • Create New...