Code Pin
Pin your favorite code
ما هو Code Pin؟
Code Pin هو إضافة Chrome تم تطويرها بواسطة gonelf، والميزة الرئيسية لها هي "Pin your favorite code".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Code Pin
قم بتنزيل ملفات الامتداد Code Pin بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } |