Linked CV - Website Generator
Transform your LinkedIn profile into a beautiful, responsive personal website.
Linked CV - Website Generatorとは何ですか?
Linked CV - Website Generatorはhttp://linkedcv.siteによって開発されたChromeの拡張機能で、その主な機能は「Transform your LinkedIn profile into a beautiful, responsive personal website. 」です。
拡張機能のスクリーンショット
Linked CV - Website Generator拡張機能のCRXファイルをダウンロード
Linked CV - Website Generator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Transform your LinkedIn profile into an online CV on a beautiful, responsive personal website. This extension helps you save time by automatically transferring your existing data from LinkedIn to a CV-like website, which you can customize using different themes and custom domains.
拡張機能の基本情報
名前 | |
ID | bicjcdinlbclfpmlnaamnkidpfgikjak |
公式URL | https://chrome.google.com/webstore/detail/linked-cv-website-generat/bicjcdinlbclfpmlnaamnkidpfgikjak |
説明 | Transform your LinkedIn profile into a beautiful, responsive personal website. |
ファイルサイズ | 41.07 KB |
インストール数 | 21 |
現在のバージョン | 1.0 |
最終更新日 | 2020-09-14 |
公開日 | 2020-09-13 |
評価 | 1.00/5 合計 1 レビュー |
開発者 | http://linkedcv.site |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.linkedcv.site/ |
ヘルプページのURL | https://www.linkedcv.site/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Linked CV", "name": "Linked CV - Website Generator", "version": "1.0", "manifest_version": 2, "description": "Transform your LinkedIn profile into a beautiful, responsive personal website. ", "icons": { "128": "logo128.png" }, "background": { "scripts": [ "browser-polyfill.min.js", "config.js", "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/*.linkedin.com\/*", "https:\/\/*.linkedcv.site\/*" ], "js": [ "browser-polyfill.min.js", "jquery-3.5.1.min.js", "config.js", "content.js" ], "css": [ "content.css" ] } ], "permissions": [ "storage" ] } |