Code Pin
Pin your favorite code
什么是Code Pin?
Code Pin是由gonelf开发的Chrome扩展程序,该扩展的主要功能是“Pin your favorite code”。
扩展截图
下载Code Pin扩展crx文件
下载Code Pin扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Now you can save pages without images into your Pinterest account like Github and others.
Just install and use.
Visit github page to improve this project: https://github.com/gonelf/pin-code-chrome-extension 扩展基本信息
| 名称 | |
| ID | jejfnidohoiookblfekocmkeogjmhjfe |
| 官方URL | https://chrome.google.com/webstore/detail/code-pin/jejfnidohoiookblfekocmkeogjmhjfe |
| 简介 | Pin your favorite code |
| 文件大小 | 9.17 KB |
| 安装次数 | 26 |
| 当前版本 | 1.0 |
| 更新时间 | 2015-08-08 |
| 上架时间 | 2015-08-08 |
| 开发者 | gonelf |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Code Pin",
"description": "Pin your favorite code",
"version": "1.0",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "CodePin.html"
},
"content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
"permissions": [
"activeTab",
"tabs"
]
} | |