Webotate (Beta)
Annotate webpages however you like.
Cos'è Webotate (Beta)?
Webotate (Beta) è un'estensione di Chrome sviluppata da Samarth Wahal, e la sua funzione principale è "Annotate webpages however you like.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Webotate (Beta)
Scarica i file di estensione Webotate (Beta) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | mndfmdpnaddjhajnclbbajfcceojpjbf |
URL Ufficiale | https://chrome.google.com/webstore/detail/webotate-beta/mndfmdpnaddjhajnclbbajfcceojpjbf |
Descrizione | Annotate webpages however you like. |
Dimensione del File | 74.18 KB |
Conteggio Installazioni | 210 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2015-03-24 |
Data di Pubblicazione | 2015-03-24 |
Valutazione | 4.50/5 Totale 2 Valutazioni |
Sviluppatore | Samarth Wahal |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/LordZamy/Webotate |
URL della Pagina di Aiuto | https://github.com/LordZamy/Webotate |
Lingue Supportate | 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" ] } ] } |