TDK Türkçe Sözlük
TDK Türkçe Sözlük, Türk Dil Kurumu (sozluk.gov.tr) tarafından sağlanan bilgilerle çalışan kullanışlı bir sözlük eklentisidir.
What is TDK Türkçe Sözlük?
TDK Türkçe Sözlük is a Chrome extension developed by Tuğsan Ünlü, and its main feature is "TDK Türkçe Sözlük, Türk Dil Kurumu (sozluk.gov.tr) tarafından sağlanan bilgilerle çalışan kullanışlı bir sözlük eklentisidir.".
Extension Screenshots
Download TDK Türkçe Sözlük Extension CRX File
Download TDK Türkçe Sözlük extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Sürüm: 0.3 * PC için CTRL + Space, MAC için Alt + Space tuşları kısayol olarak eklendi.
Extension Basic Information
Name | TDK Türkçe Sözlük |
ID | jnjmpncmhemcbbknebmcpclgmmmjbkcd |
Official URL | https://chromewebstore.google.com/detail/tdk-t%C3%BCrk%C3%A7e-s%C3%B6zl%C3%BCk/jnjmpncmhemcbbknebmcpclgmmmjbkcd |
Description | TDK Türkçe Sözlük, Türk Dil Kurumu (sozluk.gov.tr) tarafından sağlanan bilgilerle çalışan kullanışlı bir sözlük eklentisidir. |
File Size | 158 KB |
Installation Count | 483 |
Current Version | 0.3 |
Last Updated | 2020-05-06 |
Publish Date | 2020-05-06 |
Rating | 4.43/5 Total 7 Ratings |
Developer | Tuğsan Ünlü |
[email protected] | |
Payment Type | free |
Supported Languages | tr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TDK T\u00fcrk\u00e7e S\u00f6zl\u00fck", "version": "0.3", "description": "TDK T\u00fcrk\u00e7e S\u00f6zl\u00fck, T\u00fcrk Dil Kurumu (sozluk.gov.tr) taraf\u0131ndan sa\u011flanan bilgilerle \u00e7al\u0131\u015fan kullan\u0131\u015fl\u0131 bir s\u00f6zl\u00fck eklentisidir.", "default_icon": { "32": "icons\/32.png", "48": "icons\/48.png" }, "browser_action": { "default_icon": "icons\/48.png", "default_popup": "index.html" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Space", "mac": "Alt+Space" } } }, "content_scripts": [ { "matches": [ "*:\/\/sozluk.gov.tr\/*" ], "js": [ "js\/vue.min.js", "js\/vue-resource.min.js", "js\/scripts.js" ] } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';" } |