제작자: tajiu
Inspect and view changes in RepeatLight source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "RepeatLight",
"version": "1.2.0",
"description": "Highlight repeated words across the page with a single click",
"browser_specific_settings": {
"gecko": {
"id": "{dcaf59ba-6ee5-4617-ae15-c2a58b4c475d}",
"strict_min_version": "142.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"icons": {
"16": "img/i16.png",
"32": "img/i32.png",
"48": "img/i48.png",
"96": "img/i96.png",
"128": "img/i128.png"
},
"browser_action": {
"default_popup": "dialog/dialog.html",
"default_icon": {
"16": "img/i16.png",
"32": "img/i32.png",
"48": "img/i48.png",
"96": "img/i96.png",
"128": "img/i128.png"
}
},
"background": {
"scripts": [
"word_highlighter.js"
]
},
"permissions": [
"tabs",
"activeTab"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"word_highlighter.js"
],
"run_at": "document_idle"
}
]
} 최고의 RepeatLight 대안
다음은 RepeatLight과(와) 유사한 Firefox add-on입니다: