StipsX
StipsX is an extension created to make your experience at Stips.co.il better by spicing up the look of it.
StipsX란 무엇입니까?
StipsX은(는) StipsX에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "StipsX is an extension created to make your experience at Stips.co.il better by spicing up the look of it."입니다.
확장 프로그램 스크린샷
StipsX 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
StipsX הוא תוסף הנועד לספק הרחבה למראה הנוכחי של אתר סטיפס על ידי הוספת ערכות נושא חדשות, מצב כהה ואנימציות.
확장 프로그램 기본 정보
이름 | StipsX |
ID | aahjankbmcmbolobdconlbmgfddcjhjo |
공식 URL | https://chromewebstore.google.com/detail/stipsx/aahjankbmcmbolobdconlbmgfddcjhjo |
설명 | StipsX is an extension created to make your experience at Stips.co.il better by spicing up the look of it. |
파일 크기 | 69.8 KB |
설치 횟수 | 88 |
현재 버전 | 0.0.3 BETA |
최근 업데이트 | 2021-10-03 |
출시 날짜 | 2021-09-28 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | StipsX |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://docs.google.com/forms/d/e/1FAIpQLSd_zSVerON66tvLSTAlIR0e-ueA4y4V5ueBOxb20sVwD8wTwQ/viewform |
지원되는 언어 | iw |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "StipsX", "description": "StipsX is an extension created to make your experience at Stips.co.il better by spicing up the look of it.", "author": "ShefelV", "version": "0.0.3", "version_name": "0.0.3 BETA", "manifest_version": 3, "background": { "service_worker": "scripts\/background.js" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+F", "mac": "MacCtrl+Shift+F" } } }, "permissions": [ "storage", "scripting", "tabs" ], "host_permissions": [ "https:\/\/stips.co.il\/*" ], "content_scripts": [ { "matches": [ "https:\/\/stips.co.il\/*" ], "css": [ "styles\/themes\/default-palette.css" ], "js": [ "scripts\/utils.js", "scripts\/stips.js" ] } ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/icon\/icon16.png", "24": "\/images\/icon\/icon24.png", "32": "\/images\/icon\/icon32.png", "48": "\/images\/icon\/icon48.png", "128": "\/images\/icon\/icon128.png" } }, "icons": { "16": "\/images\/icon\/icon16.png", "24": "\/images\/icon\/icon24.png", "32": "\/images\/icon\/icon32.png", "48": "\/images\/icon\/icon48.png", "128": "\/images\/icon\/icon128.png" }, "web_accessible_resources": [ { "resources": [ "styles\/themes\/dark.css", "styles\/themes\/bright.css", "scripts\/utils.js", "styles\/themes\/disable-animations.css", "palettes.json" ], "matches": [ "https:\/\/stips.co.il\/*" ] } ] } |