Webotate (Beta)
Annotate webpages however you like.
What is Webotate (Beta)?
Webotate (Beta) is a Chrome extension developed by Samarth Wahal, and its main feature is "Annotate webpages however you like.".
Extension Screenshots
Download Webotate (Beta) Extension CRX File
Download Webotate (Beta) 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
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
Extension Basic Information
Name | |
ID | mndfmdpnaddjhajnclbbajfcceojpjbf |
Official URL | https://chrome.google.com/webstore/detail/webotate-beta/mndfmdpnaddjhajnclbbajfcceojpjbf |
Description | Annotate webpages however you like. |
File Size | 74.18 KB |
Installation Count | 210 |
Current Version | 0.0.1 |
Last Updated | 2015-03-24 |
Publish Date | 2015-03-24 |
Rating | 4.50/5 Total 2 Ratings |
Developer | Samarth Wahal |
Payment Type | free |
Extension Website | https://github.com/LordZamy/Webotate |
Help Page URL | https://github.com/LordZamy/Webotate |
Supported Languages | 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" ] } ] } |