Bignest Launchpad
Your personalized Chrome Launchpad!
Bignest Launchpadคืออะไร?
Bignest Launchpad เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://bignest.com และคุณลักษณะหลักของมันคือ "Your personalized Chrome Launchpad!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bignest Launchpad
ดาวน์โหลดไฟล์ส่วนขยาย Bignest Launchpad ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Upgrade your browser with our extension, and experience a completely new take on the browser's "new tab". Once you install this extension, your "new tab" will be replaced with our Bignest new tab. Bignest allows you to fully customize your first browser page, so you can build your own perfect launchpad. Add a number of different widgets to your launchpad, all of which are completely free to add and use. Didn’t find what you were looking for? No problem, send us your suggestions and we’ll build it just for you for free. With by-weekly updates and new features built around your feedback, you'll sure to get the best in personalized dashboard experience. So, let’s build the most versatile extension in the world together! Email: [email protected] ---------------------------------------------------- More of a paper and pen type? No problem, use this address and we will get our top people to read your prose and answer in style. Address of our HQ: Bignest Inc., Celovška cesta 291, 1000 Ljubljana, Slovenia, EU By using this extension, you agree to Bignest’s Terms of Service available at https://legal.bignest.com/terms-of-service.html Disclaimer: This extension uses Google Analytics to collect user’s usage statistics to help us improve the user experience and help us decide on future features. If you want to opt-out of Google Analytics tracking, please go to our extension settings page, and under preferences find the option to opt-out from Google Analytics tracking. Terms of Service: https://legal.bignest.com/terms-of-service Privacy Policy: https://legal.bignest.com/privacy-policy
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ilbkndleekaenohldnodcholgefinonj |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/bignest-launchpad/ilbkndleekaenohldnodcholgefinonj |
คำอธิบาย | Your personalized Chrome Launchpad! |
ขนาดไฟล์ | 3.71 MB |
จำนวนการติดตั้ง | 22 |
เวอร์ชันปัจจุบัน | 1.3.1.1 |
อัปเดตครั้งล่าสุด | 2020-12-23 |
วันที่เผยแพร่ | 2020-06-04 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | http://bignest.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://bignest.com |
URL หน้าช่วยเหลือ | https://bignest.com/faqs |
URL หน้านโยบายความเป็นส่วนตัว | https://legal.bignest.com/privacy-policy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.3.1.1", "name": "Bignest Launchpad", "manifest_version": 2, "description": "Your personalized Chrome Launchpad!", "browser_action": { "default_title": "Bignest tab", "default_popup": "popup.html" }, "icons": { "16": "img\/favicon\/icon-16.png", "48": "img\/favicon\/icon-48.png", "128": "img\/favicon\/icon-128.png" }, "web_accessible_resources": [ "inject.html", "*.map" ], "background": [], "chrome_url_overrides": { "newtab": "new-tab.html" }, "content_scripts": [ { "matches": [ "https:\/\/bignest.com\/*" ], "js": [ "js\/content_script.js" ] } ], "permissions": [ "bookmarks", "chrome:\/\/favicon\/", "geolocation", "https:\/\/bignest.com\/*", "topSites" ], "content_security_policy": "default-src 'self'; script-src 'self' 'sha256-sHTgd5lHjqBCohcOWNSi0GeQmMnLykx7HsjgCRAa6gM=' 'sha256-KIUYIUyDIv2sRXSDKfsn7QWF642YeyD39ZCm\/jsmAoA=' 'sha256-SMQYXVAiUXnDLeZQFeit94uLb5bJPagAZBvZNdSYIMY=' https:\/\/www.googletagmanager.com\/gtag\/ https:\/\/www.google-analytics.com https:\/\/ssl.google-analytics.com\/ https:\/\/www.googletagmanager.com https:\/\/google-analytics.com https:\/\/api.bignest.com http:\/\/localhost:3100 https:\/\/localhost:3100 https:\/\/www.alphavantage.co 'unsafe-eval'; media-src https:\/\/assets.bignest.com ; connect-src http:\/\/numbersapi.com http:\/\/localhost:3100 https:\/\/localhost:3100 https:\/\/api.bignest.com https:\/\/www.alphavantage.co; style-src * 'unsafe-inline' 'self' blob:; font-src *; img-src * chrome:\/\/favicon\/ 'self' data:;object-src 'self'" } |