Developer Cheat Sheet

A cheat sheet for a developer is the place where the developer will save all the unique things. this is pre-alpha version

什麼是Developer Cheat Sheet?

Developer Cheat Sheet是由nmurciano1開發的Chrome擴展程式,該擴展的主要功能是“A cheat sheet for a developer is the place where the developer will save all the unique things. this is pre-alpha version”。

擴展截圖

screenshot

下載Developer Cheat Sheet擴展crx文件

下載Developer Cheat Sheet擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        A cheat sheet for a developer is the place where the developer will save all the unique things he doesn’t want to remember all the time, and just copy and paste from it for his personal usage.
The cheat sheet should be saved for a specific user by his account. 
When a user installs the chrome extension for the first time.                    

擴展基本資訊

名稱 Developer Cheat Sheet Developer Cheat Sheet
ID odkopabfklhmpdfamdlohfgbbodklohc
官方網址 https://chromewebstore.google.com/detail/developer-cheat-sheet/odkopabfklhmpdfamdlohfgbbodklohc
簡介 A cheat sheet for a developer is the place where the developer will save all the unique things. this is pre-alpha version
檔案大小 2.1 MB
安裝次數 49
目前版本 0.0.4
更新時間 2020-10-10
上架時間 2020-10-01
評分 5.00/5 共 1 次評分
開發者 nmurciano1
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Developer Cheat Sheet",
    "name": "Developer Cheat Sheet",
    "description": "A cheat sheet for a developer is the place where the developer will save all the unique things. this is pre-alpha version",
    "manifest_version": 2,
    "version": "0.0.4",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Cheat Sheet"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "identity",
        "identity.email",
        "tabs",
        "clipboardRead"
    ],
    "oauth2": {
        "client_id": "17304686700-qhft0nc28a6nedt5f1t2fjb8dlkasuku.apps.googleusercontent.com",
        "scopes": [
            "profile"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuF52U3s+uobLxz+Ejf3HOEIL9aI9Wr+kSnPNRye2tzFAyForIQ55RlUZ\/ewC\/88qUvJCwgTM3bAlUWSxN8H2d2\/mrfDNJixILcmmfCAVPc3ZvbiVytmNy6owPo7Z0g3Oca5Ulcsj8hd\/m8mjNQ2bw5Yv\/auRWJc3KbNxEtyZ3\/Bzuhn7iiD227pWupESDq7fBJqEdKvZIE3GjHFjfNEhrypHLsdfidzEaqed71q4h5sjPgWBCG9uJbxJ8kzkoNoeefb\/tvJbMWlp3HIdDeQCJ1lbdPisZ5xcCriBKidZ43SFPFe0LeRf10xDuao72nvUKTgH53zGUpDazyu0eaBnVwIDAQAB"
}