Basket
Save and share your favourite items all in one app.
Basketคืออะไร?
Basket เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.trybasket.com และคุณลักษณะหลักของมันคือ "Save and share your favourite items all in one app."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Basket
ดาวน์โหลดไฟล์ส่วนขยาย Basket ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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": [ " |