Timely
See how much time you're spending on Facebook in real-time
Timely क्या है?
Timely http://timely-chrome-extension.blogspot.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "See how much time you're spending on Facebook in real-time"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Timely एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension will display two stopwatches every time you open Facebook on the browser; one stopwatch will display how much time you have been spending since you opened Facebook in a tab (session time) and the other one will display the total spent time per day. Both stopwatches will change color according to the time spent. The left stopwatch will turn red when the total time is more than 60 minutes and the right stopwatch when the session time is more than 15 minutes.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | bfmbkfjklpkaogjlmcengklnloplijal |
आधिकारिक URL | https://chrome.google.com/webstore/detail/timely/bfmbkfjklpkaogjlmcengklnloplijal |
विवरण | See how much time you're spending on Facebook in real-time |
फ़ाइल का आकार | 33.11 KB |
स्थापना संख्या | 98 |
वर्तमान संस्करण | 1.0.2 |
अंतिम अपडेट | 2018-07-15 |
प्रकाशन तिथि | 2018-07-15 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | http://timely-chrome-extension.blogspot.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.0.2", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "19": "images\/icon-19.png", "38": "images\/icon-38.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "author": "Marco Ch\u00e1vez", "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "identity", "storage" ], "content_scripts": [ { "css": [ "styles\/content.css" ], "js": [ "scripts\/analytics.tracker.js", "scripts\/content.js" ], "matches": [ "https:\/\/facebook.com\/*", "https:\/\/www.facebook.com\/*" ] } ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "web_accessible_resources": [ "fonts\/orbitron-bold.otf" ] } |