Basket
Save and share your favourite items all in one app.
Basket란 무엇입니까?
Basket은(는) https://www.trybasket.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save and share your favourite items all in one app."입니다.
확장 프로그램 스크린샷
Basket 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Ever felt frustrated by endless tabs, hundreds of screenshots and wishlists scattered all over the internet, when shopping online? Yeah, we feel you. We made Basket to make shopping a breeze! Basket will save you time and money. In two taps that item you've discovered is safe in your basket. When that thing you love goes on sale, we’ll let you know with a price drop alert. Shop your favourites and soon-to-be-favourites at almost all online retailers, shopping apps and blogs. Say goodbye to the old ways of remembering things, you know - bookmarks, tabs, screenshots. Make Basket the sanctuary for all your future finds, we’ll store them safely until you’re ready to buy. Never lose a product again. Install Basket now for FREE. See it. Save it. Basket.
확장 프로그램 기본 정보
이름 | Basket |
ID | hjpbnkkeihnknafkdbglklgmblkgdkki |
공식 URL | https://chromewebstore.google.com/detail/basket/hjpbnkkeihnknafkdbglklgmblkgdkki |
설명 | Save and share your favourite items all in one app. |
파일 크기 | 4.67 MB |
설치 횟수 | 1,683 |
현재 버전 | 2.1.2 |
최근 업데이트 | 2024-02-28 |
출시 날짜 | 2023-02-24 |
평점 | 4.91/5 총 117 개의 평점 |
개발자 | https://www.trybasket.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.trybasket.com |
도움말 페이지 URL | https://www.trybasket.com/contact-us |
개인정보 보호 정책 페이지 URL | https://www.trybasket.com/policies/privacy-policy |
지원되는 언어 | en-GB,sk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Basket", "version": "2.1.2", "default_locale": "en_GB", "icons": { "16": "assets\/icons\/production\/favicon-16px.png", "32": "assets\/icons\/production\/favicon-32px.png", "48": "assets\/icons\/production\/favicon-48px.png", "128": "assets\/icons\/production\/favicon-128px.png" }, "description": "Save and share your favourite items all in one app.", "homepage_url": "https:\/\/www.trybasket.com", "short_name": "Basket", "permissions": [ "activeTab", "tabs", "storage", "contextMenus" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "author": "Intent Technologies", "action": { "default_icon": { "16": "assets\/icons\/production\/favicon-16px.png", "32": "assets\/icons\/production\/favicon-32px.png", "48": "assets\/icons\/production\/favicon-48px.png", "128": "assets\/icons\/production\/favicon-128px.png" }, "default_title": "Basket" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "browser-polyfill.js", "js\/content-script.bundle.js" ], "run_at": "document_end" } ], "commands": { "save-to-quick-saves": { "suggested_key": { "default": "Alt+B", "mac": "Alt+B" }, "description": "Save item to Quick Saves" } }, "web_accessible_resources": [ { "resources": [ "images\/*.svg", "images\/*.gif", "images\/*.png", "assets\/fonts\/**\/*.ttf" ], "matches": [ " |