BMStats - Stats for your bookmarks

BMStats gives you a quick insight in how many bookmarks you have with useful lists and beautiful graphs.

BMStats - Stats for your bookmarksคืออะไร?

BMStats - Stats for your bookmarks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://propra.nl และคุณลักษณะหลักของมันคือ "BMStats gives you a quick insight in how many bookmarks you have with useful lists and beautiful graphs."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BMStats - Stats for your bookmarks

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

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

                        Too many bookmarks? Me too :) Insight is the first step in making your skyscraper pile of bookmarks a better place. Let's turn that skyscraper into a normal house. Where you can live, and be happy! 

BMStats tracks every day how many bookmarks you have. 
With beautiful graphs per day, week, month and year you can quickly see your progress in mastering your link-collection.

BMStats can show you the most bookmarked domains and with the folder tree, you'll be able to find out 'where the pain is', by searching for folders with a lot of items.

BMStats will motivate you to delete bookmarks everyday.

Good luck & enjoy!

Do you like the app? Please leave a review. 
Bugs or questions? Let me know.

PRIVACY:
Your data is stored on YOUR computer. (If you've enabled extension-syncing in Chrome, your data will be synced by Chrome of course)
BMStats doesn't collect anything!                    

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

ชื่อ BMStats - Stats for your bookmarks BMStats - Stats for your bookmarks
ID ogdcicncikokgpojepfdikmpeghoepig
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bmstats-stats-for-your-bo/ogdcicncikokgpojepfdikmpeghoepig
คำอธิบาย BMStats gives you a quick insight in how many bookmarks you have with useful lists and beautiful graphs.
ขนาดไฟล์ 162 KB
จำนวนการติดตั้ง 91
เวอร์ชันปัจจุบัน 1.1.3
อัปเดตครั้งล่าสุด 2018-01-19
วันที่เผยแพร่ 2018-01-19
คะแนน 3.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://propra.nl
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://propra.nl/bmstats
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BMStats - Stats for your bookmarks",
    "short_name": "BMStats",
    "version": "1.1.3",
    "manifest_version": 2,
    "description": "BMStats gives you a quick insight in how many bookmarks you have with useful lists and beautiful graphs.",
    "browser_action": {
        "default_icon": "img\/fa-star_128_0_000000_ffff00.png",
        "default_title": "Click to view your bookmark statistics"
    },
    "icons": {
        "16": "img\/fa-star_16_0_000000_ffff00.png",
        "128": "img\/fa-star_128_0_000000_ffff00.png",
        "256": "img\/fa-star_256_0_000000_ffff00.png"
    },
    "author": "Josha van Praag",
    "background": {
        "scripts": [
            "lib\/jquery-2.1.4.min.js",
            "lib\/moment.js",
            "tools.js",
            "core.js",
            "background.js"
        ]
    },
    "permissions": [
        "bookmarks",
        "storage"
    ]
}