transpire
Annotate websites quickly and easily
transpireとは何ですか?
transpireはericによって開発されたChromeの拡張機能で、その主な機能は「Annotate websites quickly and easily」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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", " |