TnP IIT Delhi Resume Builder

A Chrome Plugin for Training and Placement Cell at IIT Delhi. Allows reordering of data and copy/paste in Resumes. ###How to…

什麼是TnP IIT Delhi Resume Builder?

TnP IIT Delhi Resume Builder是由Shubham Jindal開發的Chrome擴展程式,該擴展的主要功能是“A Chrome Plugin for Training and Placement Cell at IIT Delhi. Allows reordering of data and copy/paste in Resumes. ###How to…”。

擴展截圖

screenshot

下載TnP IIT Delhi Resume Builder擴展crx文件

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

擴展使用說明

                        A Chrome Plugin for Training and Placement Cell at IIT Delhi. Allows reordering of data and copy/paste in Resumes.

###How to reorder

Just mention the sequence in the required order by commas separated and click REORDER.
Example: The sequence 3,2,1 will place 3rd block at first, 2nd block will remain at 2nd and 1st block will go to 3rd.                    

擴展基本資訊

名稱 TnP IIT Delhi Resume Builder TnP IIT Delhi Resume Builder
ID oeejcfikednchcidalnbbbdgochjopde
官方網址 https://chrome.google.com/webstore/detail/tnp-iit-delhi-resume-buil/oeejcfikednchcidalnbbbdgochjopde
簡介 A Chrome Plugin for Training and Placement Cell at IIT Delhi. Allows reordering of data and copy/paste in Resumes. ###How to…
檔案大小 43.34 KB
安裝次數 1,000
目前版本 2.0
更新時間 2017-08-03
上架時間 2017-08-03
評分 4.20/5 共 5 次評分
開發者 Shubham Jindal
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TnP IIT Delhi Resume Builder",
    "version": "2.0",
    "manifest_version": 2,
    "browser_action": {
        "name": "TnP Reordering Data",
        "icons": [
            "icon.png"
        ],
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.js",
                "myscript.js"
            ],
            "run_at": "document_end"
        }
    ]
}