Web Historian - Education Edition

Web Historian - Visualize your web use to understand your habits.

Web Historian - Education Editionคืออะไร?

Web Historian - Education Edition เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://webhistorian.org และคุณลักษณะหลักของมันคือ "Web Historian - Visualize your web use to understand your habits."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Web Historian - Education Edition

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

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

                        Have you ever lost track of time online? Need to retrace your steps to re-find something? Are you curious how you use the web at different times of the day? Which sites lead you to other sites most often? How your use of a website changes over time? The answers to these questions and many more are locked in data that is already in your web browser. Unlock it with Web Historian. 

Web browsers keep history data, but they don't enable users to benefit from this data to understand their own habits. Web historian is a browser extension that helps users see their web browsing patterns using interactive visualizations. Users can harness this information to make informed decisions about their web use.

Many companies collect and analyze web browsing history for marketing and advertising purposes. Browsing history data has been less accessible to those who want to analyze their own web browsing behavior, and to researchers who study the social impact of the web. That is why Web Historian was created. Web Historian is a non-profit open source project developed specifically to provide users with as much transparency and control over their own information as possible. When users install Web Historian they download a program that runs only on their computer, not online. 

Take control of how you use the web with Web Historian.                    

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

ชื่อ Web Historian - Education Edition Web Historian - Education Edition
ID chpcblajbmmlbhecpnnadmjmlbhkloji
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/web-historian-education-e/chpcblajbmmlbhecpnnadmjmlbhkloji
คำอธิบาย Web Historian - Visualize your web use to understand your habits.
ขนาดไฟล์ 769 KB
จำนวนการติดตั้ง 1,742
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2022-08-08
วันที่เผยแพร่ 2019-09-20
คะแนน 4.22/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา https://webhistorian.org
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://webhistorian.github.io/
URL หน้านโยบายความเป็นส่วนตัว https://webhistorian.github.io/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_appName__",
    "version": "1.0",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDesc__",
    "permissions": [
        "history",
        "tabs",
        "storage"
    ],
    "action": {
        "default_icon": "images\/star48.png",
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "16": "images\/star16.png",
        "48": "images\/star48.png",
        "128": "images\/star128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "minimum_chrome_version": "88.0.0.0"
}