LSF Tools
To solve internal operational problems easily.
LSF Tools란 무엇입니까?
LSF Tools은(는) fe.develop에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "To solve internal operational problems easily."입니다.
확장 프로그램 스크린샷
LSF Tools 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
LSF Tools is a collection of browser extensions to solve internal operational problems. With this tool you will get the following features: ● 🌐 Quickly check the multilingual translation status of the page ● 🚀 Quickly positioning page multilingual configuration ● 📊 Quickly view the page buried data status ● 📈 Quickly analyze user traffic trends
확장 프로그램 기본 정보
이름 | LSF Tools |
ID | iejllphclkdidjkblfajboaakifdcmkp |
공식 URL | https://chromewebstore.google.com/detail/lsf-tools/iejllphclkdidjkblfajboaakifdcmkp |
설명 | To solve internal operational problems easily. |
파일 크기 | 1.58 MB |
설치 횟수 | 275 |
현재 버전 | 1.9.3 |
최근 업데이트 | 2023-11-22 |
출시 날짜 | 2022-12-17 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | fe.develop |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "LSF Tools", "version": "1.9.3", "description": "To solve internal operational problems easily.", "action": { "default_icon": "assets\/icon-512.png", "default_popup": "src\/popup\/index.html" }, "options_ui": { "page": "src\/options\/index.html", "open_in_tab": true }, "background": { "service_worker": "serviceWorker.js", "type": "module" }, "icons": { "16": "assets\/icon-512.png", "48": "assets\/icon-512.png", "128": "assets\/icon-512.png" }, "permissions": [ "storage", "http:\/\/*\/", "https:\/\/*\/" ], "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "content_scripts": [ { "js": [ "src\/contentScripts\/index.js" ], "matches": [ "*:\/\/*\/*" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "web_accessible_resources": [ { "resources": [ "assets\/src\/contentScripts\/index.368ab45f.js", "assets\/bootstrap.6fb76922.js", "assets\/_commonjsHelpers.468b0bfa.js", "assets\/fusion.1aad51f5.js", "assets\/index.8b8f5866.js", "assets\/noop.d073f165.js", "assets\/src\/contentScripts\/index.edbf5950.css", "assets\/fusion.67ffa6d9.css", "assets\/noop.82f819c9.css" ], "matches": [ "*:\/\/*\/*" ], "use_dynamic_url": true } ] } |