Social Media Stopwatch
Timer for how long you spend on Social Media
什么是Social Media Stopwatch?
Social Media Stopwatch是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Timer for how long you spend on Social Media”。
扩展截图
下载Social Media Stopwatch扩展crx文件
下载Social Media Stopwatch扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
An extension meant to help you manage time spent on social media. Add timers manually when you want, or set URLs to have timers added automatically. This extension allows you to set timers for every tab you have open. Choose the tab from the drop-down menu and input the time you want to create a timer. Once the timer is up, the the tab will open and send you an alert. You can also set websites/specific URLs to have alarms created for them automatically. These can be set in the options page, accessed by right clicking on the extension icon.
扩展基本信息
名称 | Social Media Stopwatch |
ID | fahoaamoeaejjidplpjhgmaggphgnaig |
官方URL | https://chromewebstore.google.com/detail/social-media-stopwatch/fahoaamoeaejjidplpjhgmaggphgnaig |
简介 | Timer for how long you spend on Social Media |
文件大小 | 79.21 KB |
安装次数 | 45 |
当前版本 | 1.0.0 |
更新时间 | 2019-03-26 |
上架时间 | 2019-03-26 |
开发者 | Unknown |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Social Media Stopwatch", "version": "1.0.0", "description": "Timer for how long you spend on Social Media", "permissions": [ "tabs", "activeTab", "storage", "alarms" ], "options_page": "options.html", "background": { "scripts": [ "background.js", "jquery-3.3.1.min.js" ], "persistent": true }, "icons": { "128": "images\/soc_stop128.png" }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/soc_stop16.png", "32": "images\/soc_stop32.png", "48": "images\/soc_stop48.png", "128": "images\/soc_stop128.png" }, "icons": { "16": "images\/soc_stop16.png", "32": "images\/soc_stop32.png", "48": "images\/soc_stop48.png", "128": "images\/soc_stop128.png" } }, "manifest_version": 2 } |