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 |
官方網址 | 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" ] } |