Webotate (Beta)
Annotate webpages however you like.
Webotate (Beta)とは何ですか?
Webotate (Beta)はSamarth Wahalによって開発されたChromeの拡張機能で、その主な機能は「Annotate webpages however you like.」です。
拡張機能のスクリーンショット
Webotate (Beta)拡張機能のCRXファイルをダウンロード
Webotate (Beta)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
You can annotate books, so why not webpages? This chrome extension was built with the purpose of annotating and making the web your canvas. Whether you create meaningful notes or draw funky mustaches on your friends' pictures is completely up to you. Features: - Annotate with your mouse, and possibly, stylus. - Save/Load annotations from local storage - Clear/Erase whole or parts of annotations - Multiple colors - Ctrl+Click to select content on page while in Annotate mode
拡張機能の基本情報
名前 | |
ID | mndfmdpnaddjhajnclbbajfcceojpjbf |
公式URL | https://chrome.google.com/webstore/detail/webotate-beta/mndfmdpnaddjhajnclbbajfcceojpjbf |
説明 | Annotate webpages however you like. |
ファイルサイズ | 74.18 KB |
インストール数 | 210 |
現在のバージョン | 0.0.1 |
最終更新日 | 2015-03-24 |
公開日 | 2015-03-24 |
評価 | 4.50/5 合計 2 レビュー |
開発者 | Samarth Wahal |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/LordZamy/Webotate |
ヘルプページのURL | https://github.com/LordZamy/Webotate |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Webotate (Beta)", "version": "0.0.1", "manifest_version": 2, "description": "Annotate webpages however you like.", "homepage_url": "http:\/\/google.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "page_action": { "default_icon": "icons\/icon19.png", "default_title": "Webotate", "default_popup": "src\/page_action\/page_action.html" }, "permissions": [ "contentSettings", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "src\/inject\/inject.js", "src\/inject\/jquery-2.1.3.min.js", "src\/inject\/store.min.js" ] } ] } |