türkçeyaz

Akıllı Türkçe yazım denetleyici

türkçeyazとは何ですか?

türkçeyazはhttp://turkceyaz.comによって開発されたChromeの拡張機能で、その主な機能は「Akıllı Türkçe yazım denetleyici」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

türkçeyaz拡張機能のCRXファイルをダウンロード

türkçeyaz拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Artık metinlerdeki yazım ve gramer hatalarını rahatlıkla bulabilirsin.

türkçeyaz eklentisi ile Gmail, Facebook, Twitter gibi birçok favori websitende yazım hatalarının önüne geçebileceksin.

- 50+ Denetim mekanizması
- Bağlaç kontrolleri
- Kelime önerileri
- Takvim bazlı gün kontrolü
- Noktalama işaret kontrolleri
- Özel isim analizi
- TDK sözlüğündeki kelimelerin açıklamaları ve örnek kullanımları
- Kelimelerin etimolojik açıklamaları                    

拡張機能の基本情報

名前 türkçeyaz türkçeyaz
ID apajopocjmgebnjeeopchmfaaoeopdhn
公式URL https://chrome.google.com/webstore/detail/t%C3%BCrk%C3%A7eyaz/apajopocjmgebnjeeopchmfaaoeopdhn
説明 Akıllı Türkçe yazım denetleyici
ファイルサイズ 4.86 MB
インストール数 6,800
現在のバージョン 1.0.12
最終更新日 2020-02-28
公開日 2020-02-26
評価 4.52/5 合計 29 レビュー
開発者 http://turkceyaz.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://turkceyaz.com
対応言語 tr
manifest.json
{
    "manifest_version": 2,
    "name": "t\u00fcrk\u00e7eyaz",
    "short_name": "t\u00fcrk\u00e7eyaz",
    "version": "1.0.12",
    "description": "Ak\u0131ll\u0131 T\u00fcrk\u00e7e yaz\u0131m denetleyici",
    "author": "Ertu\u011frul \u00c7etin",
    "default_locale": "tr",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "minimum_chrome_version": "67.0.0",
    "icons": {
        "16": "images\/16.png",
        "24": "images\/24.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "homepage_url": "https:\/\/turkceyaz.com",
    "offline_enabled": false,
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/static.hotjar.com\/c\/hotjar-1660676.js https:\/\/script.hotjar.com\/modules.9ad849c74ae56ab50f63.js; object-src 'self'",
    "browser_action": {
        "default_icon": "images\/48.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_tooltip__",
        "browser_style": false
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.turkceyaz.com\/*"
        ]
    },
    "optional_permissions": [
        "clipboardRead"
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "notifications",
        "cookies",
        "clipboardRead",
        "clipboardWrite"
    ],
    "background": {
        "scripts": [
            "share\/browser-polyfill.min.js",
            "share\/reloadContentScriptsIfNecessary.js",
            "bs\/background.js",
            "share\/tools.js",
            "bs\/common.js",
            "share\/markup.js"
        ]
    },
    "web_accessible_resources": [
        "images\/*",
        "css\/lt-marker-style.css",
        "**\/*.js",
        "vendors\/*",
        "editor.html"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "js": [
                "vendors\/jquery.min.js",
                "vendors\/purify.js",
                "vendors\/ally.js",
                "vendors\/most.js",
                "vendors\/featherlight\/featherlight.js",
                "share\/helpers.js",
                "share\/tools.js",
                "share\/markup.js",
                "cs\/contentscript.js",
                "cs\/textarea.js"
            ],
            "css": [
                "vendors\/featherlight\/featherlight.css",
                "css\/lt-marker-style.css"
            ]
        }
    ]
}