PyTipsTab

A tool for Python Developers which shows Python tips after opening browser tab each time

什么是PyTipsTab?

PyTipsTab是由Sawrav Chowdhury开发的Chrome扩展程序,该扩展的主要功能是“A tool for Python Developers which shows Python tips after opening browser tab each time”。

扩展截图

screenshot
screenshot

下载PyTipsTab扩展crx文件

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

扩展使用说明

                        Py TipsTab is a Chrome tool for python coders which shows python tips and tricks after opening a new chrome tab each time.This tool helps python developers to remind some python easy tips.Hope that this tool keeps the python community strong. Happy coding. 

If you have any suggestions, please  leave a feedback message.If you liked it and wish to see more such awesome tools like that then please do leave a nice review.
Thanks                    

扩展基本信息

名称 PyTipsTab PyTipsTab
ID ljdjaolmpenbokloahfaaifcpbgeojgi
官方URL https://chrome.google.com/webstore/detail/pytipstab/ljdjaolmpenbokloahfaaifcpbgeojgi
简介 A tool for Python Developers which shows Python tips after opening browser tab each time
文件大小 62.88 KB
安装次数 63
当前版本 1.0
更新时间 2020-09-14
上架时间 2020-06-03
评分 5.00/5 共1次评分
开发者 Sawrav Chowdhury
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PyTipsTab",
    "manifest_version": 2,
    "description": "A tool for Python Developers which shows Python tips after opening browser tab each time",
    "permissions": [
        "activeTab"
    ],
    "version": "1.0",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "icons.png",
        "48": "icons.png",
        "128": "icons.png"
    },
    "browser_action": {
        "browser_style": true
    }
}