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
官方網址 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"
            ]
        }
    ]
}