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 |
官方網址 | 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" ] } ] } |