Like on GitHub
Use this extension to save your links to your GitHub repo.
什么是Like on GitHub?
Like on GitHub是由Adnan Ahmed开发的Chrome扩展程序,该扩展的主要功能是“Use this extension to save your links to your GitHub repo.”。
扩展截图
下载Like on GitHub扩展crx文件
下载Like on GitHub扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Remembering the links that you like on internet is difficult. So use this extension to save the links that you like on web to your github repo. Setting up this chrome extension is easy. Just install this extension and go to Options page to set the required credentials. After setting these credentials extension is ready to use. Press CMD+SHIFT+L and a window will open, click on the the save button in the window and your link will be saved to your github repo.
For more information you can visit: https://github.com/Idnan/like-on-github 扩展基本信息
| 名称 | |
| ID | fbkngleiiccokoifohhjhlagkejlphkj |
| 官方URL | https://chromewebstore.google.com/detail/like-on-github/fbkngleiiccokoifohhjhlagkejlphkj |
| 简介 | Use this extension to save your links to your GitHub repo. |
| 文件大小 | 105 KB |
| 安装次数 | 62 |
| 当前版本 | 2.1.0 |
| 更新时间 | 2018-05-27 |
| 上架时间 | 2018-05-26 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | Adnan Ahmed |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/Idnan |
| 帮助页面URL | https://adnanahmed.info |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Like on GitHub",
"short_name": "LikeOnGitHub",
"description": "Use this extension to save your links to your GitHub repo.",
"version": "2.1.0",
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"icons": {
"16": "assets\/icons\/standard-16.png",
"48": "assets\/icons\/standard-48.png",
"64": "assets\/icons\/standard-64.png",
"128": "assets\/icons\/standard-128.png"
},
"permissions": [
"storage",
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"browser_action": {
"default_title": "Like on GitHub",
"default_icon": "assets\/icons\/standard-16.png"
},
"manifest_version": 2,
"homepage_url": "http:\/\/github.com\/idnan",
"options_page": "options.html"
} | |