Week

Show current week number in toolbar.

什么是Week?

Week是由Lavve开发的Chrome扩展程序,该扩展的主要功能是“Show current week number in toolbar.”。

扩展截图

screenshot
screenshot

下载Week扩展crx文件

下载Week扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        The quickest way to find out what the current week number it is.

2.4.1
- Icons optimizations

2.4.0
- Preparation for localizations (https://bugs.chromium.org/p/chromium/issues/detail?id=1268098)
- New landing page when clicking the icon

2.3.0
- Update to manifest v3

2.2
- Flat design

2.1.1
- Updates week number more frequent
- Icon added on Chrome extension page in Google Chrome                    

扩展基本信息

名称 Week Week
ID ibbkfijlikhkenbcdlkackfjfbcakdon
官方URL https://chromewebstore.google.com/detail/week/ibbkfijlikhkenbcdlkackfjfbcakdon
简介 Show current week number in toolbar.
文件大小 113 KB
安装次数 659
当前版本 2.4.1
更新时间 2022-04-12
上架时间 2016-02-18
评分 4.35/5 共17次评分
开发者 Lavve
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/Lavve/week/
帮助页面URL https://github.com/Lavve/week/issues
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "author": "C-son",
    "short_name": "__MSG_extName__",
    "default_locale": "en",
    "version": "2.4.1",
    "description": "__MSG_description__",
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDOcf7MnDCjf+04KEeitpZyvqx+C7UeIX6PYcqHH6nRXHESR1lNfTsRVmxr9gBsnWMGVoq2T7KdJ3ogF8c1jAkLrtC0U\/z1zqWtDKnqvg9FOjTxiDjj4mkwvI1fpC3hepfiWQ1ftceYPNL5rEuz+g6QL7NC1B7ywtw+lzcnRlfnLQIDAQAB",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "offline_enabled": true,
    "action": {
        "default_icon": "weeks\/0.png",
        "default_title": "__MSG_extName__ 0"
    },
    "permissions": [
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    }
}