PinSnapper
Take anything you can see on a web page, and pin it to Pinterest
ما هو PinSnapper؟
PinSnapper هو إضافة Chrome تم تطويرها بواسطة Chris Danford، والميزة الرئيسية لها هي "Take anything you can see on a web page, and pin it to Pinterest".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة PinSnapper
قم بتنزيل ملفات الامتداد PinSnapper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
PinSnapper lets you take anything you see on a web page, and create a Pinterest pin from it. Just click the PinSnapper icon, drag a rectangle, and you've created a Pin! معلومات أساسية عن التمديد
| الاسم | |
| ID | edamlpocaepmeldjhppnmadaieeoddba |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/pinsnapper/edamlpocaepmeldjhppnmadaieeoddba |
| الوصف | Take anything you can see on a web page, and pin it to Pinterest |
| حجم الملف | 20.39 KB |
| عدد التثبيتات | 812 |
| النسخة الحالية | 0.0.13 |
| آخر تحديث | 2014-06-16 |
| تاريخ النشر | 2014-06-15 |
| تقييم | 3.08/5 مجموع تقييمات 13 |
| المطور | Chris Danford |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"version": "0.0.13",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"icons": {
"16": "images\/icon-16.png",
"128": "images\/icon-128.png"
},
"default_locale": "en",
"background": {
"scripts": [
"scripts\/background.js"
]
},
"page_action": {
"default_icon": {
"19": "images\/icon-19.png",
"38": "images\/icon-38.png"
},
"default_title": "__MSG_appName__"
},
"omnibox": {
"keyword": "PinSnapper"
},
"permissions": [
"tabs",
"activeTab"
],
"web_accessible_resources": [
"web_images\/*",
"styles\/*"
]
} | |