transpire

Annotate websites quickly and easily

什么是transpire?

transpire是由eric开发的Chrome扩展程序,该扩展的主要功能是“Annotate websites quickly and easily”。

扩展截图

screenshot
screenshot
screenshot

下载transpire扩展crx文件

下载transpire扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 transpire transpire
ID kiioceodgbfmhipolicjekjoongacejp
官方URL https://chrome.google.com/webstore/detail/transpire/kiioceodgbfmhipolicjekjoongacejp
简介 Annotate websites quickly and easily
文件大小 20.37 KB
安装次数 18
当前版本 0.2.1
更新时间 2014-10-25
上架时间 2014-10-25
开发者 eric
付费类型 free
扩展官网 https://www.transpireapp.com
帮助页面URL https://www.transpireapp.com
支持的语言 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"
            ]
        }
    ]
}