Save as Gist
Save notes and webpage information as private gists.
什么是Save as Gist?
Save as Gist是由nick.vanexan开发的Chrome扩展程序,该扩展的主要功能是“Save notes and webpage information as private gists.”。
扩展截图
下载Save as Gist扩展crx文件
下载Save as Gist扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This allows you to save a note to your private gists on GitHub. If you are on a webpage and highlight certain text, it will pre-populate your note with that text.
扩展基本信息
名称 | Save as Gist |
ID | bkdmkcpliolodfhpndnocfpglldmeeop |
官方URL | https://chromewebstore.google.com/detail/save-as-gist/bkdmkcpliolodfhpndnocfpglldmeeop |
简介 | Save notes and webpage information as private gists. |
文件大小 | 14.54 KB |
安装次数 | 79 |
当前版本 | 0.0.4 |
更新时间 | 2018-04-18 |
上架时间 | 2018-04-17 |
评分 | 5.00/5 共1次评分 |
开发者 | nick.vanexan |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Save as Gist", "version": "0.0.4", "description": "Save notes and webpage information as private gists.", "permissions": [ "storage", "identity", "activeTab", "https:\/\/api.github.com\/*", "https:\/\/github.com\/*" ], "background": { "scripts": [ "background.js" ] }, "manifest_version": 2, "browser_action": { "default_title": "Create new gist", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |