History by Date
Browse your history by date, instead of infinite scroll. This extension is open source. It also respects your privacy. * Navigate…
History by Date क्या है?
History by Date https://baylaunch.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Browse your history by date, instead of infinite scroll. This extension is open source. It also respects your privacy. * Navigate…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में History by Date एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Browse your history by date, instead of infinite scroll. This extension is open source. It also respects your privacy. * Navigate browser history by date * Break usage down by continuous sessions * See what domains you visited most, per session * Example: "I used Chrome for 3 hours in the morning (mostly StackOverflow), and 2 hours in evening (mostly Gmail)" * Calculates total hours spent online each day * Filter out specific domains (Example: "Ignore Youtube.com")
एक्सटेंशन की मूल जानकारी
नाम | History by Date |
ID | cancngpbjlfnkdfeigpododikkpelmfg |
आधिकारिक URL | https://chromewebstore.google.com/detail/history-by-date/cancngpbjlfnkdfeigpododikkpelmfg |
विवरण | Browse your history by date, instead of infinite scroll. This extension is open source. It also respects your privacy. * Navigate… |
फ़ाइल का आकार | 367 KB |
स्थापना संख्या | 14,383 |
वर्तमान संस्करण | 1.0.5 |
अंतिम अपडेट | 2017-12-04 |
प्रकाशन तिथि | 2017-12-03 |
रेटिंग | 4.13/5 कुल 30 रेटिंग्स |
डेवलपर | https://baylaunch.com |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "History by Date", "short_name": "HistoryDate", "version": "1.0.5", "manifest_version": 2, "browser_action": { "default_icon": "dist\/logo_128.png", "default_title": "History by Date" }, "background": { "scripts": [ "back\/background.js" ] }, "content_security_policy": "default-src 'self'; script-src 'self' http:\/\/localhost:3000 'unsafe-eval'; connect-src http:\/\/localhost:3000; img-src 'self' chrome:\/\/favicon; style-src 'self' http:\/\/localhost:3000 'unsafe-inline'", "permissions": [ "history", "storage", "chrome:\/\/favicon\/", "tabs" ], "web_accessible_resources": [ "front\/*", "dist\/*" ], "icons": { "128": "dist\/logo_128.png" }, "commands": { "open-history-tab": { "suggested_key": { "default": "Ctrl+Shift+Y", "mac": "Command+Shift+Y" }, "description": "View browser history" } } } |