Bindles

Replaces new tab page with fast, ad-free personal dashboard featuring desktops and number of interactive widgets.

Bindlesคืออะไร?

Bindles เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Bindles Developers และคุณลักษณะหลักของมันคือ "Replaces new tab page with fast, ad-free personal dashboard featuring desktops and number of interactive widgets."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bindles

ดาวน์โหลดไฟล์ส่วนขยาย Bindles ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Bindles is a fast, secure and ad-free browser extension that replaces ordinary new tab page with nice looking and highly customizable dashboard. With Bindles you can stay focused on things that matter and do routine tasks more quickly. 

Features:
★ Compose your own dashboard using interactive widgets
★ Use presets to speed up configuration process
★ Customise application's look and feel
★ Track how much time you spend on sites you visit
★ Backup configuration to a file and restore it when needed

Available widgets:
➤ News feed 
➤ Todo list
➤ Links
➤ Clock
➤ Stopwatch 
➤ Calendar
➤ Search box
➤ Sticky notes
➤ Stock market
➤...and many more to come soon.

Privacy:
Bindles does not send your personal data to our servers! All data collected/processed by this application remain stored in the local browser cache (on your hard drive). Application requires permission to read and change all your data on websites you visit, because it downloads content from various providers. Please note, that you can always revoke that permission on extension settings page, however some functionalities like news, background images or weather may not work properly. In future versions, we may integrate this application with third party services (i.e. for syncing your settings), however we will always ask you for permission before sharing your personal data with any party.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Bindles Bindles
ID eiedechlgjfjocejmbeikiddcnfaddia
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/bindles/eiedechlgjfjocejmbeikiddcnfaddia
คำอธิบาย Replaces new tab page with fast, ad-free personal dashboard featuring desktops and number of interactive widgets.
ขนาดไฟล์ 764 KB
จำนวนการติดตั้ง 22
เวอร์ชันปัจจุบัน 0.6.5
อัปเดตครั้งล่าสุด 2019-10-06
วันที่เผยแพร่ 2019-10-06
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Bindles Developers
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,en-GB,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "browser_action": {
        "default_icon": "favicon.png",
        "default_title": "Bindles"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "default_locale": "en",
    "description": "Replaces new tab page with fast, ad-free personal dashboard featuring desktops and number of interactive widgets.",
    "icons": {
        "128": "favicon.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "60",
    "name": "Bindles",
    "offline_enabled": true,
    "optional_permissions": [],
    "options_page": "index.html#\/settings",
    "permissions": [
        "tabs",
        "topSites",
        "background",
        "storage",
        "notifications",
        "webRequest",
        "webRequestBlocking",
        "idle",
        "geolocation",
        ""
    ],
    "version": "0.6.5"
}