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 |
官方網址 | 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 |
電子郵箱 | [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" ] } |