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.
拡張機能の基本情報
名前 | ![]() |
ID | iejhlllkkgmjodlfbgkeodhibdindmcg |
公式URL | 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": [] } |