XING booster

Makes the work with the new XING-profiles more efficient.

什麼是XING booster?

XING booster是由warokartwork開發的Chrome擴展程式,該擴展的主要功能是“Makes the work with the new XING-profiles more efficient.”。

下載XING booster擴展crx文件

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

擴展使用說明

                        Opens the comment-field on opening a profile and inserts a date-stamp when adding a new comment.                    

擴展基本資訊

名稱 XING booster XING booster
ID iejhlllkkgmjodlfbgkeodhibdindmcg
官方網址 https://chrome.google.com/webstore/detail/xing-booster/iejhlllkkgmjodlfbgkeodhibdindmcg
簡介 Makes the work with the new XING-profiles more efficient.
檔案大小 47.43 KB
安裝次數 17
目前版本 1.0.2
更新時間 2013-07-24
上架時間 2013-07-24
評分 5.00/5 共 1 次評分
開發者 warokartwork
付費類型 free
支援的語言 de
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "XING booster",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "Makes the work with the new XING-profiles more efficient.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png",
        "16": "icon_16.png"
    },
    "page_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs",
        "https:\/\/www.xing.com\/",
        "https:\/\/www.xing.de\/"
    ],
    "web_accessible_resources": []
}