Tansa

Tansa Text Proofing

Tansa là gì?

Tansa là một tiện ích mở rộng Chrome được phát triển bởi https://www.tansa.com, và tính năng chính của nó là "Tansa Text Proofing".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tansa

Tải xuống các tệp mở rộng Tansa dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Write to a higher standard
Tansa is an advanced text proofing system that can check thousands of words per second.
Not only will it correct nearly all spelling, style, punctuation and hyphenation errors, it also ensures that everyone in your organization follows the same set of rules.

Everywhere you need it
Tansa is a flexible solution that works in the most popular text editing applications, web platforms and page layout software. 

Custom dictionaries
Your dictionaries can be adapted to suit your organization perfectly. We can help customize your solution by analyzing a large volume of your company's published text.

Save time and money
Our customers have documented dramatic increases in productivity, reducing copy editing time by as much as 40 percent and drastically reducing published errors.

Improve readability
Tansa can identify the number or length of characters, words, sentences and syllables to ensure Plain Language guidelines are achieved. Tansa´s readability score is based on several indexes, including Flesch-Kincaid, Dale-Chall and SMOG.

Write with variety and precision
Tansa will suggest synonyms where there is more than one option. Synonyms develop your writing by giving you a more varied and richer vocabulary.

Make your own adjustments
The Tansa Web Admin is designed to work as both an interactive tool to direct Tansa´s proofing engine and as a searchable style guide. The type of permissions given to users are based on the users´ roles. Administrators will be able to edit and manage entries, while the majority of users will only be given permission to view entries and make suggestions.

A multi-lingual solution
Our solutions are available in more than a dozen languages. Multiple languages can be supported on a single server which makes it easier for our customers to distribute the solution to offices around the world. 

Integrated and customized for your tools
Tansa´s APIs allow customers to drop our proofing client into almost any editorial system, proprietary or out of the box. This creates a centralized editing solution, whether your users are working in Microsoft Word, Adobe InDesign or your own custom-developed web CMS.

Tansa learns from your mistakes
Machine learning is actively used to improve our solution. Every time you run content through Tansa, the system keeps track of every error that is found, corrected or ignored. This statistical data is used to improve the system's proofing results.

Customers worldwide uses Tansa
More than 150k writers, editors and page designers around the world use Tansa on a daily basis to improve their editorial workflow.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tansa Tansa
ID kbgpolnipdcfiobjgldjjhdcfpbkfdja
URL Chính Thức https://chromewebstore.google.com/detail/tansa/kbgpolnipdcfiobjgldjjhdcfpbkfdja
Mô tả Tansa Text Proofing
Kích Thước Tệp 375 KB
Số Lần Cài Đặt 8,349
Phiên Bản Hiện Tại 5.0.0.37
Cập Nhật Lần Cuối 2023-09-23
Ngày Phát Hành 2020-06-30
Đánh Giá 4.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://www.tansa.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.tansa.com
URL Trang Trợ Giúp https://www.tansa.com/support/
Ngôn Ngữ Được Hỗ Trợ de,en,en-GB,en-US,fr,nl,no,da,es,pt-BR,sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Tansa Systems AS",
    "name": "__MSG_tansa_title__",
    "version": "5.0.0.37",
    "description": "__MSG_tansa_description__",
    "default_locale": "en",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "Tansa",
        "default_popup": "html\/actionMenu.html"
    },
    "background": {
        "page": "html\/background.html",
        "persistent": true
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "management",
        "browsingData",
        "*:\/\/*\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "",
        "activeTab"
    ],
    "web_accessible_resources": [
        "js\/common.js",
        "js\/aboutDialog.js",
        "js\/connectionDialog.js",
        "html\/connection.html",
        "images\/icon16.png"
    ],
    "externally_connectable": {
        "ids": [
            "*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "js\/contentscript.js"
            ],
            "run_at": "document_end"
        }
    ]
}