All Projects → harshjv → Github Repo Size

harshjv / Github Repo Size

Licence: mit
🚀 Chrome extension to display repository size on GitHub

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Github Repo Size

Leethub
Automatically sync your leetcode solutions to your github account - top 5 trending GitHub repository
Stars: ✭ 316 (-63.21%)
Mutual labels:  github-api, chrome-extension, chrome
Chrome Extension Udemy Translate
Translate Udemy's subtitles into Chinese、English etc(Disneyplus+netflix+udemy+lynda+hulu+hbo now+primevideo)
Stars: ✭ 553 (-35.62%)
Mutual labels:  chrome-extension, chrome
Refined Bitbucket
Chrome and Firefox extension that improves Bitbucket's user experience
Stars: ✭ 560 (-34.81%)
Mutual labels:  chrome-extension, chrome
Gooreplacer
⚡️⚡️A browser extension to modify HTTP requests :-)
Stars: ✭ 850 (-1.05%)
Mutual labels:  chrome-extension, chrome
Chromeigstory
Chrome extension that lets you view your friend's Instagram Stories in the browser.
Stars: ✭ 502 (-41.56%)
Mutual labels:  chrome-extension, chrome
Hls Downloader Web Extension
Web Extension for sniffing and downloading HTTP Live streams (HLS)
Stars: ✭ 510 (-40.63%)
Mutual labels:  chrome-extension, chrome
Chrome Utm Stripper
Browser extension that strips Google Analytics (UTM) parameters, and various other click tracking tokens, from URL query strings
Stars: ✭ 590 (-31.32%)
Mutual labels:  chrome-extension, chrome
Tracy
A tool designed to assist with finding all sinks and sources of a web application and display these results in a digestible manner.
Stars: ✭ 464 (-45.98%)
Mutual labels:  chrome-extension, chrome
Markdown New Tab
🗒️ ⏰ ✅ Save notes in Markdown directly in the 'New Tab' page
Stars: ✭ 746 (-13.15%)
Mutual labels:  chrome-extension, chrome
Saka Key
A keyboard interface to the web
Stars: ✭ 748 (-12.92%)
Mutual labels:  chrome-extension, chrome
Stylebot
Change the appearance of the web instantly
Stars: ✭ 746 (-13.15%)
Mutual labels:  chrome-extension, chrome
Markdown Viewer
Markdown Viewer / Browser Extension
Stars: ✭ 497 (-42.14%)
Mutual labels:  chrome-extension, chrome
Simpread
简悦 ( SimpRead ) - 让你瞬间进入沉浸式阅读的扩展
Stars: ✭ 5,352 (+523.05%)
Mutual labels:  chrome-extension, chrome
Crx Hotreload
Chrome Extension Hot Reloader
Stars: ✭ 545 (-36.55%)
Mutual labels:  chrome-extension, chrome
Darkness
Dark Themes for Popular Websites
Stars: ✭ 467 (-45.63%)
Mutual labels:  chrome-extension, chrome
Oscnews
Chrome 插件,查看开源中国软件更新资讯,文档导航,GitHub 趋势榜,linux命令索引,浏览历史记录和时钟页面。
Stars: ✭ 582 (-32.25%)
Mutual labels:  chrome-extension, chrome
Toggl Button
Toggl Button extension for Chrome and Firefox
Stars: ✭ 891 (+3.73%)
Mutual labels:  chrome-extension, chrome
Githuber
Display Github Trending repositories on Chrome New Tab Extensions
Stars: ✭ 418 (-51.34%)
Mutual labels:  chrome-extension, chrome
Qzoneexport
QQ空间导出助手,用于备份QQ空间的说说、日志、私密日记、相册、视频、留言板、QQ好友、收藏夹、分享、最近访客为文件,便于迁移与保存
Stars: ✭ 456 (-46.92%)
Mutual labels:  chrome-extension, chrome
Nighttab
A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.
Stars: ✭ 598 (-30.38%)
Mutual labels:  chrome-extension, chrome

🚀 Chrome extension to display repository size on GitHub JavaScript Style Guide Chrome Web Store Chrome Web Store

Automatically adds repository size to GitHub's repository summary.

Featured on Product Hunt Install from chrome web store

Screenshot

Screenshot of repository size on GitHub

Private Repository

To enable viewing size of private repositories;

  1. Install extension from chrome webstore, if you haven't.
  2. Go to https://github.com/settings/tokens to generate your personal access token.
  • Check repo scope to enable this extension on private repo.
  1. Click on the Github Repo Size extension (this extension)'s icon aside the address bar.
  2. Paste your access token there in the prompt box.

Temporarily override the token

You can set x-github-token in localStorage to your access token, and the extension will use this value even if you've previously set token.

localStorage.setItem('x-github-token', <YOUR-PERSONAL-ACCESS-TOKEN>)

and then remove it to use previously set token;

localStorage.removeItem('x-github-token')

Development

  1. Clone this repo
  2. Go to chrome extensions chrome://extensions
  3. Enable developer mode
  4. Click on load unpacked extension and select this cloned repo

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].