Code Monkey home page Code Monkey logo

github1s_chrome_extension's Introduction

GitHub1s_chrome_extension

Introduction

Page Views Count

Easier and faster to use Github1s

Based on conwnet/github1s, Thanks!

One second to read GitHub code with VS Code.

https://github.com/conwnet/github1s


chrome extension

https://chrome.google.com/webstore/detail/github1s/lodjfmkfbfkpdhnhkcdcoonghhghbkhe

safari extension

https://github.com/code4you2021/GitHub1s-For-Safari-Extension

Buy Me A Coffee

Love the project? Wanna buy me a coffee? (or a beer :D)

alt text


Noted

Why does my chrome extension ask for history permissions?

This is the standard warning for the "tabs" permission.
It allows you to query, and be notified of changes, to URLs of all tabs. This allows you to spy on the user's history in real time - even if you don't have access to the browser's own history log.

Note that "tabs" permission is not required in most cases. Providing access to URLs is basically the only reason to include it. You can use most of the tabs API without it, and can get access to current tab without warning using the "activeTab" permission.

manifest - Why does my chrome extension ask for history permissions? - Stack Overflow

https://stackoverflow.com/questions/40660407/why-does-my-chrome-extension-ask-for-history-permissions

I'm so sorry for that, i have changed the permission to activeTab.


Tampermonkey

https://greasyfork.org/zh-CN/scripts/421412-%E4%B8%80%E9%94%AE%E5%BC%80%E5%90%AFgithub1s%E9%A1%B5%E9%9D%A2

Bookmarklet

javascript: window.location.href = window.location.href.replace(
	"github.com",
	"github1s.com"
);

Preview

nLqP6Fx NXNTz7P iNomSiR BU6atl0

History

v0.2.1

add customization options

v0.2.2

add 'Open with new tab' option

v0.2.3

add 'Open with Right-click menu' option

v0.2.4

add 'Allow use of GitHub1s in private repositories' option

v0.2.5

add 'Switching to use Gitpod' option

v0.3.0

Configuration page UI modification

Add the option to use keyboard shortcut keys

v0.3.1

Fix the problem of not being able to customize URLs

v0.3.2

Fix the problem that GitHub Pjax loading makes it impossible to use GitHub1s

v0.3.3

v0.3.4

fix bugs

v0.3.5

Fix the button not appearing problem

v0.3.6

Add stackblitz.com support

Use GitHub1s without logging into Github

github1s_chrome_extension's People

Contributors

conwnet avatar developerdong avatar fhefh2015 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.