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" ] } ] } |