laghnmifffncfonaoffcndocllegejnf
Agrega un botón a github para ver el historial del archivo / Add a button to github to see the file history This browser extension adds a button (when you visit a file on github, gitlab, bitbucket) to open file on https://githistory.xyz v1.0.10 Fix * #18 display github history button, with new github UI. v1.0.9 * Update extension to manifest v3 * Update github support Note: It still and issue to handle events on subfolder, to display the button you will need to reload the page only when you navigate on subfolders v1.0.7 * Update support for gitlab. v1.0.6 * Fix issue: Extension prevents login to bitbucket.org (again) v1.0.5 * Fix issue: Extension prevents login to bitbucket.org, add button to new bitbucket ui.
GitZip for github
It can make the sub-directories and files of github repository as zip and download it Why GitZip: - You DO NOT have to download the whole project just for those few files/folders you need. Usage: 1. Browse any Github repository page. 2. Two ways to download: 2.1. Choose the items: 2.1.1. In default, you can double click on items or check the checkbox on the front of items. 2.1.2. Click download button at the bottom-right of the page. 2.2. In context menu: 2.2.1. Click "GitZip Download" > "Whole Repository" or "Current Folder". 2.2.2. Move the mouse cursor on the item and click "GitZip Download" > "Selected Folder/File". 2.2.3. Click "GitZip Download" > "Checked Items" after doing 2-1-1. 3. See the progress dashboard and wait for browser trigger download. 4. Get the ZIP file. Options: "How to select" for item selecting behaviour and "theme" for dark or light themes. Get Token: - If you see the "Rate Limit" warning message on progress dashboard, you should get the Github API access token for upgrade rate limit. GitZip provide a convenient way for it: 1. Click GitZip Extension icon on your browser. 2. Click "Normal" or "Private" link beside "Get Token". 3. Authorize GitZip permission on Github auth page. 4. Back to repo page automatically. 5. Continue to use. 1.0.2: 1. Compatible with new UI (In feature preview called: New Code Search and Code View) 2. Fix a bug about saving personal token. 1.0.1: 1. Enhance popstate detection. 2. Deprecate ".repository-content" selector for items detection. 1.0.0: 1. More download ways in context menu. 2. Can change settings in options page for item selecting behaviour and theme. 3. Can use checkbox to select item. 4. Migrate to Manifest V3 spec.
Star History
A chrome extension showing star history graph of current GitHub repository Extension of https://star-history.com. When you visit a GitHub repo, this extension allows you to see its star history.
Enhanced GitHub
Display repo size, size of each file, download link and option to copy file contents Extension that provides useful features on top of GitHub Website. 1. Displays repo size. 2. Displays each file size in every active branch (not applicable for folder / symlink) 3. Show download link for each individual file (not applicable for folder / symlink) 4. Copy file's contents directly to Clipboard (just won't work for markdown files) 5. Download file 7. Coming soon...please suggest by opening an issue on https://github.com/softvar/enhanced-github/issues Enhanced GitHub Chrome Extension doesn't collect/share/care about your data at all. Asks for GitHub Access Token only for private repos and if Rate Limiting is your concern. 1. "*://*.github.com/*" - for running on github.com domain. 2. storage - for storing GitHub access token on your local system. GitHub Access token is required for private repos and for handling API rate-limiting issues. 3. webRequest - to support GitHub being a single-page-application now. 4. webNavigation - to support GitHub being a single-page-application now. Read the detailed blog to support SPA and for requesting permissions #3 and #4 - https://medium.com/@softvar/making-chrome-extension-smart-by-supporting-spa-websites-1f76593637e8 * Note: From v1.0.0 onwards - Click on download icon/button while pressing Alt / Cmd(for Mac)/ Ctrl(for Windows) because GitHub has stopped downloading of files directly. * From v3.0.0 onwards, this extension wants webRequest permission so that it can properly handle SPA behavior of GitHub website. * From v4.0.0 onwards, it support GitHub New Design. Please check the detailed CHANGELOG - https://github.com/softvar/enhanced-github/blob/master/CHANGELOG.md OPEN-SOURCED and LICENSE: For more updates, please stay tuned! For any queries/issues - open an issue on https://github.com/softvar/enhanced-github/issues For any query, drop me an email at varun2902@gmail.com
GitHub Code Folding
Code folding - the ability to selectively hide and display sections of a code - is an invaluable feature in many text editors and IDEs. Now, developers can utilize that same style code-folding while poring over source code on the web in GitHub. Works for any type of indentation, spaces or tabs. v0.1.0 - remove jQuery dependency - use event page instead of permanent background