Annotate

A simple tool to annotate web pages and share them through permalinks.

Annotate là gì?

Annotate là một tiện ích mở rộng Chrome được phát triển bởi https://webrobots.io, và tính năng chính của nó là "A simple tool to annotate web pages and share them through permalinks.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Annotate 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

                        Extension for annotating web pages                    

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

Tên Annotate Annotate
ID emakhcohiapmkipgkjelkkkfaphanjdn
URL Chính Thức https://chromewebstore.google.com/detail/annotate/emakhcohiapmkipgkjelkkkfaphanjdn
Mô tả A simple tool to annotate web pages and share them through permalinks.
Kích Thước Tệp 501 KB
Số Lần Cài Đặt 1,746
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2016-10-04
Ngày Phát Hành 2016-10-03
Đánh Giá 3.67/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://webrobots.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://webrobots.io
URL Trang Chính Sách Bảo Mật https://webrobots.io/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Annotate",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "A simple tool to annotate web pages and share them through permalinks.",
    "author": "https:\/\/webrobots.io",
    "homepage_url": "https:\/\/webrobots.io",
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+P"
            }
        }
    },
    "permissions": [
        "activeTab",
        "https:\/\/weannotate.s3.amazonaws.com\/",
        "http:\/\/portal.webrobots.io\/*",
        "http:\/\/demo.webrobots.io\/*",
        "https:\/\/ssl.google-analytics.com\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    }
}