Highlighter + Notes
Highlighter and Notes for Webpages
什麼是Highlighter + Notes?
Highlighter + Notes是由Prateek Chawla開發的Chrome擴展程式,該擴展的主要功能是“Highlighter and Notes for Webpages”。
擴展截圖
下載Highlighter + Notes擴展crx文件
下載Highlighter + Notes擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Highlight important text and take notes effortlessly. This extension enables you to highlight text on any web page. Choose from five different colors to highlight text, and the next time you visit the page your highlights will be waiting for you. Also, you can take short notes that are retained on your next visit. Simply open up the Popup or use keyboard hotkeys to get started. Keyboard Hotkeys: Press Ctrl + Shift + H to toggle highlighter. Press Ctrl + Shift + E to toggle eraser. ** Highlighter may not work on some websites due to their structure **
擴展基本資訊
名稱 | Highlighter + Notes |
ID | kllkegeooedapeomenkneoilkodcleaa |
官方網址 | https://chromewebstore.google.com/detail/highlighter-+-notes/kllkegeooedapeomenkneoilkodcleaa |
簡介 | Highlighter and Notes for Webpages |
檔案大小 | 766 KB |
安裝次數 | 3,139 |
目前版本 | 1.0.0 |
更新時間 | 2020-05-31 |
上架時間 | 2020-05-30 |
評分 | 3.75/5 共 20 次評分 |
開發者 | Prateek Chawla |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Highlighter + Notes", "version": "1.0.0", "description": "Highlighter and Notes for Webpages", "icons": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "64": "images\/icon_64.png", "128": "images\/icon_128.png" }, "browser_action": { "default_icon": "images\/icon_128.png", "default_popup": "popup\/highlighter-popup.html", "default_title": "Highlighter + Notes" }, "author": "Prateek Chawla", "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ " |