Add to Pinry
Pins images from current page to a Pinry installation.
ما هو Add to Pinry؟
Add to Pinry هو إضافة Chrome تم تطويرها بواسطة lapo، والميزة الرئيسية لها هي "Pins images from current page to a Pinry installation.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Add to Pinry
قم بتنزيل ملفات الامتداد Add to Pinry بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Add images easily to your own installation of Pinry!
(browser integration for official bookmarklet) معلومات أساسية عن التمديد
| الاسم | |
| ID | jmhdcnmfkglikfjafdmdikoonedgijpa |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/add-to-pinry/jmhdcnmfkglikfjafdmdikoonedgijpa |
| الوصف | Pins images from current page to a Pinry installation. |
| حجم الملف | 9.61 KB |
| عدد التثبيتات | 780 |
| النسخة الحالية | 0.2.1 |
| آخر تحديث | 2020-06-29 |
| تاريخ النشر | 2020-06-29 |
| تقييم | 4.00/5 مجموع تقييمات 3 |
| المطور | lapo |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://github.com/lapo-luchini/browser-pinry |
| عنوان صفحة المساعدة | https://github.com/lapo-luchini/browser-pinry/issues |
| اللغات المدعومة | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Add to Pinry",
"version": "0.2.1",
"description": "Pins images from current page to a Pinry installation.",
"manifest_version": 2,
"icons": {
"48": "ico-48.png",
"128": "ico-128.png"
},
"permissions": [
"contextMenus",
"activeTab",
"storage"
],
"browser_action": {
"default_icon": "ico-128.png",
"default_title": "Add to Pinry"
},
"background": {
"scripts": [
"background.js"
]
},
"options_ui": {
"page": "options.html",
"browser_style": true,
"chrome_style": true
}
} | |