时间提醒
一个简单的一小时提醒和点击排列书签
What is 时间提醒?
时间提醒 is a Chrome extension developed by Mixj, and its main feature is "一个简单的一小时提醒和点击排列书签".
Extension Screenshots
Download 时间提醒 Extension CRX File
Download 时间提醒 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
从打开浏览器开始,每一小时会有马叫声发出及弹窗出现,提醒用户进行休息; 将所有书签进行排序,根目录不会改变,根据每个目录下的字符串长度进行排序.
Extension Basic Information
Name | 时间提醒 |
ID | jpcfoanfjpbeomgcahblkfjgenijoglc |
Official URL | https://chromewebstore.google.com/detail/%E6%97%B6%E9%97%B4%E6%8F%90%E9%86%92/jpcfoanfjpbeomgcahblkfjgenijoglc |
Description | 一个简单的一小时提醒和点击排列书签 |
File Size | 66.37 KB |
Installation Count | 28 |
Current Version | 0.0.5 |
Last Updated | 2020-08-18 |
Publish Date | 2018-07-17 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Mixj |
[email protected] | |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "background": { "scripts": [ ".\/js\/background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "\u70b9\u70b9\u770b?" }, "description": "\u4e00\u4e2a\u7b80\u5355\u7684\u4e00\u5c0f\u65f6\u63d0\u9192\u548c\u70b9\u51fb\u6392\u5217\u4e66\u7b7e", "icons": { "16": "icon.png", "19": "icon.png", "38": "icon.png", "48": "icon.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkH\/1kxwssSRW6ofnJhxpG4qGZbIp43h0nI3+GBJ1MPHDiWHVktc4qqKbT66Kuj8bGJP8IHm4woXLmGrAuiXKAOeEeU0vFjhdaizrPr0xRgcUBHmoFpHyzrAOzJe2YvM5CgQYAoN2AT3+gn3JNg2i5VdNeeunLnKUKoy1x69NqL08mWhf+6\/Gf7orUet+vguUshnP7ASKPZSbt9khDXuz30BSiOQdzcm7UDQ8g8E7yKs8fTSkRI3hoQ+NQpXipLhMsN7EnFmoMgSeU1kxBUvmYM8t\/5HmmbV95yBT0RhIFaR9X6u5cSvOWjGiX487daJShQml6WN4DUQSN26geNPUKwIDAQAB", "manifest_version": 2, "name": "\u65f6\u95f4\u63d0\u9192", "permissions": [ "bookmarks", "notifications" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.5" } |