Code Pin
Pin your favorite code
Apa itu Code Pin?
Code Pin adalah ekstensi Chrome yang dikembangkan oleh gonelf, dan fitur utamanya adalah "Pin your favorite code".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Code Pin
Unduh file ekstensi Code Pin dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | jejfnidohoiookblfekocmkeogjmhjfe |
URL Resmi | https://chrome.google.com/webstore/detail/code-pin/jejfnidohoiookblfekocmkeogjmhjfe |
Deskripsi | Pin your favorite code |
Ukuran File | 9.17 KB |
Jumlah Instalasi | 26 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2015-08-08 |
Tanggal Publikasi | 2015-08-08 |
Pengembang | gonelf |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |