transpire

Annotate websites quickly and easily

Was ist transpire?

transpire ist eine Chrome-Erweiterung, die von eric entwickelt wurde, und ihr Hauptmerkmal ist "Annotate websites quickly and easily".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

transpire-Erweiterungs-CRX-Datei herunterladen

Laden Sie transpire-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name transpire transpire
ID kiioceodgbfmhipolicjekjoongacejp
Offizielle URL https://chrome.google.com/webstore/detail/transpire/kiioceodgbfmhipolicjekjoongacejp
Beschreibung Annotate websites quickly and easily
Dateigröße 20.37 KB
Installationsanzahl 18
Aktuelle Version 0.2.1
Letztes Update 2014-10-25
Veröffentlichungsdatum 2014-10-25
Entwickler eric
Zahlungsart free
Erweiterungswebsite https://www.transpireapp.com
Hilfeseite URL https://www.transpireapp.com
Unterstützte Sprachen 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"
            ]
        }
    ]
}