Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Nov 25, 2025.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Highlight & Save",
"version": "1.3",
"description": "B\u00f4i \u0111en v\u0103n b\u1ea3n v\u00e0 l\u01b0u l\u1ea1i th\u00e0nh ghi ch\u00fa.",
"permissions": [
"contextMenus",
"storage",
"activeTab",
"scripting",
"clipboardWrite"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
}
},
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
],
"host_permissions": [
"*:\/\/*\/*"
]
}