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
官方網址 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
    }
}