transpire

Annotate websites quickly and easily

transpire là gì?

transpire là một tiện ích mở rộng Chrome được phát triển bởi eric, và tính năng chính của nó là "Annotate websites quickly and easily".

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

screenshot
screenshot
screenshot

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

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

                        Do you have visual feedback for something you're viewing in your browser?  Install the extension, click the icon, and start annotating right away.                    

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

Tên transpire transpire
ID kiioceodgbfmhipolicjekjoongacejp
URL Chính Thức https://chrome.google.com/webstore/detail/transpire/kiioceodgbfmhipolicjekjoongacejp
Mô tả Annotate websites quickly and easily
Kích Thước Tệp 20.37 KB
Số Lần Cài Đặt 18
Phiên Bản Hiện Tại 0.2.1
Cập Nhật Lần Cuối 2014-10-25
Ngày Phát Hành 2014-10-25
Nhà Phát Triển eric
Loại Thanh Toán free
Trang Web Mở Rộng https://www.transpireapp.com
URL Trang Trợ Giúp https://www.transpireapp.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "transpire",
    "author": "transpireapp.com",
    "version": "0.2.1",
    "manifest_version": 2,
    "description": "Annotate websites quickly and easily",
    "homepage_url": "https:\/\/www.transpireapp.com",
    "icons": {
        "16": "icons\/transpire16.png",
        "48": "icons\/transpire48.png",
        "128": "icons\/transpire128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/lib\/transpire.js",
            "src\/bg\/background.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "https:\/\/www.transpireapp.com\/*"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": "icons\/transpire19.png"
    },
    "permissions": [
        "notifications",
        "activeTab",
        "tabs",
        "identity",
        "storage",
        "contextMenus",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.transpireapp.com\/*",
                "https:\/\/transpireapp.com\/*",
                "http:\/\/localhost\/*"
            ],
            "js": [
                "src\/inject\/inject.js",
                "src\/inject\/login.js"
            ]
        }
    ]
}