transpire
Annotate websites quickly and easily
What is transpire?
transpire is a Chrome extension developed by eric, and its main feature is "Annotate websites quickly and easily".
Extension Screenshots
Download transpire Extension CRX File
Download transpire extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Do you have visual feedback for something you're viewing in your browser? Install the extension, click the icon, and start annotating right away.
Extension Basic Information
Name | |
ID | kiioceodgbfmhipolicjekjoongacejp |
Official URL | https://chrome.google.com/webstore/detail/transpire/kiioceodgbfmhipolicjekjoongacejp |
Description | Annotate websites quickly and easily |
File Size | 20.37 KB |
Installation Count | 18 |
Current Version | 0.2.1 |
Last Updated | 2014-10-25 |
Publish Date | 2014-10-25 |
Developer | eric |
Payment Type | free |
Extension Website | https://www.transpireapp.com |
Help Page URL | https://www.transpireapp.com |
Supported Languages | 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", " |