Inline Pinterest
Adds an inline Pinterest Pin button to all images viewed in Chrome
ما هو Inline Pinterest؟
Inline Pinterest هو إضافة Chrome تم تطويرها بواسطة adityajung، والميزة الرئيسية لها هي "Adds an inline Pinterest Pin button to all images viewed in Chrome".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Inline Pinterest
قم بتنزيل ملفات الامتداد Inline Pinterest بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | Inline Pinterest |
ID | lilpkdpnfinkopkfiheaacgmlggjcicn |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/inline-pinterest/lilpkdpnfinkopkfiheaacgmlggjcicn |
الوصف | Adds an inline Pinterest Pin button to all images viewed in Chrome |
حجم الملف | 3.53 KB |
عدد التثبيتات | 233 |
النسخة الحالية | 1.0 |
آخر تحديث | 2014-01-25 |
تاريخ النشر | 2014-01-25 |
تقييم | 3.40/5 مجموع تقييمات 5 |
المطور | adityajung |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Inline Pinterest", "version": "1.0", "manifest_version": 2, "description": "Adds an inline Pinterest Pin button to all images viewed in Chrome", "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "js": [ "pinterestinline.js" ] } ] } |