From 11e8ab5205d9b99cfe70a2be3de451aeb20db3e5 Mon Sep 17 00:00:00 2001 From: samet Date: Sun, 3 Mar 2024 22:59:17 +0300 Subject: [PATCH] add blog post --- public/posts/gpv-chrome-extension.md | 71 ++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 public/posts/gpv-chrome-extension.md diff --git a/public/posts/gpv-chrome-extension.md b/public/posts/gpv-chrome-extension.md new file mode 100644 index 0000000..a3b8cc0 --- /dev/null +++ b/public/posts/gpv-chrome-extension.md @@ -0,0 +1,71 @@ +--- +title: "GitHub Profile Viewer Opener Chrome Extension" +date: "2024-03-03" +description: "This Chrome extension allows you to easily open a GitHub Profile on Github Profile Viewer Website." +author: "admin" +keywords: "GitHub Profile Viewer, GPV Chrome Extension" +--- +# GitHub Profile Viewer Opener Chrome Extension + +This Chrome extension allows you to easily open a GitHub Profile on [Github Profile Viewer](https://githubprofileviewer.com/). +Install the GPV extension to enhance your experience on Github, Gists, and GitLab profiles. Once installed, simply click on the extension while browsing profiles on these platforms to access comprehensive Profile Statistics through the Github Profile Viewer. Elevate your profile tracking and analysis by integrating GPV into your browser, allowing for a seamless and enriched exploration of Github, Gists, and GitLab profiles. + +## Install from Chrome Web Store + +To add the "GitHub Profile Viewer Opener" Chrome extension from the Chrome Web Store, follow these simple steps: + +1. Visit the Chrome Web Store by navigating to **[chrome.google.com/webstore](https://chromewebstore.google.com/detail/gpv-opener/abgechjdbcnlcdcmhkaakobeoimjgkmb).** + +2. In the search bar, type "GitHub Profile Viewer Opener" and press Enter. + +3. Locate the extension in the search results. + +4. Click on the extension to view its details. + +5. On the extension page, click the "Add to Chrome" button. + +6. A confirmation dialog will appear. Click "Add extension" to proceed. + +7. The extension will be added to your Chrome browser, and its icon should appear in the Chrome toolbar. + +Now, you've successfully installed the "GitHub Profile Viewer Opener" Chrome extension from the Chrome Web Store. You can use it to enhance your experience on GitHub, Gists, and GitLab profiles as described in the extension documentation. + +## Installation + +1. Clone or download this repository or + + ```bash + git clone https://github.com/sametcn99/open-on-gpv-crx.git + ``` + +2. Open Google Chrome and go to `chrome://extensions/`. + +3. Enable "Developer mode" in the top right corner. + +4. Click on "Load unpacked" and select the extension directory. + +5. The extension icon should appear in your Chrome toolbar. + +## Easiest Way to Installation + +1. Download crx file from [Releases](https://github.com/sametcn99/open-on-gpv-crx/releases). +2. Open Google Chrome and go to `chrome://extensions/`. +3. Enable "Developer mode" in the top right corner. +4. Drag and drop `.crx` file to the extensions page. +5. And click `Add Extension` button. + +## How to Use + +1. Navigate to any GitHub or Gist profile page (e.g. `https://github.com/username/*` , `https://gist.github.com/username/*`, `https://gitlab.com/username/*`). + +2. Click on the extension icon in the toolbar. + +3. The profile will be opened in [Github Profile Viewer](https://next-github-profile-viewer.vercel.app) in a new tab. + +## Features + +- Quickly open GitHub Profiles in GPV. + +## Issues and Contributions + +Feel free to open issues or contribute to this project. Pull requests are welcome!