Công thức toán LaTeX cho Comment FB

Gõ công thức toán trong comment Facebook trên thuvienvatly.com

¿Qué es Công thức toán LaTeX cho Comment FB?

Công thức toán LaTeX cho Comment FB es una extensión de Chrome desarrollada por https://trungtamtinhoc.edu.vn, y su función principal es "Gõ công thức toán trong comment Facebook trên thuvienvatly.com".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Công thức toán LaTeX cho Comment FB

Descarga archivos de extensión Công thức toán LaTeX cho Comment FB en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Áp dụng để bình luận có công thức toán trên hộp bình luận Facebook tại thuvienvatly.com

*** Cách gõ công thức toán:

Xem hướng dẫn chi tiết tại http://goo.gl/gwABFs

- Để viết công thức toán trên cùng dòng, ta viết mã toán LaTeX giữa cặp dấu $

Ví dụ: Phương trình bậc hai có dạng: $ ax^2+bx+c=0 $


- Để viết công thức toán trên một dòng riêng biệt, ta viết mã toán LaTeX giữa cặp dấu $$

Ví dụ:

Phương trình bậc hai có dạng: 
  $$ ax^2+bx+c=0 $$
  
- Chú ý giữa cặp dấu $$ hoặc $ có một khảng cách ngăn cách công thức và cặp dấu.

  + Đúng: $ x^2 $ hoặc $$ x^2 $$
  + Sai: $x^2$ hoặc $$x^2$$

*** Mã toán LaTeX lấy ở đâu

Sau khi cài ứng dụng mở rộng này, bạn nhìn góc trên-phải trình duyệt Chrome, sẽ thấy biểu tượng X mũ 2.

Click vào biểu tượng này, chọn và soạn công thức theo ý muốn.

Sau khi soạn xong, copy mã mà trình soạn thảo tạo ra, paste vào ô comment FB giữa cập dấu $ hoặc $$ như hướng dẫn trên rồi bình luận. 

Sau khi  tải lại trang, bạn sẽ thấy công thức.                    

Información Básica de la Extensión

Nombre Công thức toán LaTeX cho Comment FB Công thức toán LaTeX cho Comment FB
ID mjoiebfafeepldeeecpceociolnfkelp
URL Oficial https://chromewebstore.google.com/detail/c%C3%B4ng-th%E1%BB%A9c-to%C3%A1n-latex-cho/mjoiebfafeepldeeecpceociolnfkelp
Descripción Gõ công thức toán trong comment Facebook trên thuvienvatly.com
Tamaño del Archivo 44.45 KB
Cantidad de Instalaciones 1,048
Versión Actual 1.2
Última Actualización 2019-03-08
Fecha de Publicación 2019-03-08
Calificación 3.50/5 Total de 12 Calificaciones
Desarrollador https://trungtamtinhoc.edu.vn
Tipo de Pago free
Sitio Web de la Extensión http://www.trungtamtinhoc.edu.vn/
URL de la Página de Ayuda http://www.trungtamtinhoc.edu.vn/
Idiomas Soportados vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "bg.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_popup": "popup.html",
        "default_title": "C\u00f4ng c\u1ee5 bi\u1ec3u di\u1ec5n LaTeX"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js.js"
            ],
            "matches": [
                "http:\/\/*.facebook.com\/*",
                "https:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "G\u00f5 c\u00f4ng th\u1ee9c to\u00e1n trong comment Facebook tr\u00ean thuvienvatly.com",
    "homepage_url": "http:\/\/thuvienvatly.com\/",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "C\u00f4ng th\u1ee9c to\u00e1n LaTeX cho Comment FB",
    "permissions": [
        "http:\/\/*.facebook.com\/*",
        "https:\/\/*.facebook.com\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "short_name": "ToanFB",
    "version": "1.2"
}