Webotate (Beta)
Annotate webpages however you like.
ما هو Webotate (Beta)؟
Webotate (Beta) هو إضافة Chrome تم تطويرها بواسطة Samarth Wahal، والميزة الرئيسية لها هي "Annotate webpages however you like.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Webotate (Beta)
قم بتنزيل ملفات الامتداد Webotate (Beta) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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" ] } ] } |