Fancy Bookmarklet
Discover favorite items from online stores/shops and click Fav Button to save at FancyHype
ما هو Fancy Bookmarklet؟
Fancy Bookmarklet هو إضافة Chrome تم تطويرها بواسطة http://fancyhype.com، والميزة الرئيسية لها هي "Discover favorite items from online stores/shops and click Fav Button to save at FancyHype".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Fancy Bookmarklet
قم بتنزيل ملفات الامتداد Fancy Bookmarklet بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Use this Extension to add cool items to your Favortites at FancyHype.com معلومات أساسية عن التمديد
| الاسم | |
| ID | njpdcbobjhpbdmeaajffdhfdofjfnlof |
| عنوان URL الرسمي | https://chrome.google.com/webstore/detail/fancy-bookmarklet/njpdcbobjhpbdmeaajffdhfdofjfnlof |
| الوصف | Discover favorite items from online stores/shops and click Fav Button to save at FancyHype |
| حجم الملف | 13.46 KB |
| عدد التثبيتات | 17 |
| النسخة الحالية | 1.0 |
| آخر تحديث | 2014-09-04 |
| تاريخ النشر | 2014-09-04 |
| تقييم | 3.00/5 مجموع تقييمات 2 |
| المطور | http://fancyhype.com |
| نوع الدفع | free |
| موقع الإضافة | http://fancyhype.com/bookmarklet/ |
| عنوان صفحة المساعدة | http://fancyhype.com/faqs/ |
| اللغات المدعومة | en |
| manifest.json | |
{
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "icons\/logo_32x32.png",
"default_title": "Fav at FancyHype"
},
"content_scripts": [
{
"js": [
"fetcher.js",
"styler.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"description": "Discover favorite items from online stores\/shops and click Fav Button to save at FancyHype",
"icons": {
"16": "icons\/logo_32x32.png",
"48": "icons\/logo_48x48.png",
"128": "icons\/logo_128x128.png"
},
"manifest_version": 2,
"name": "Fancy Bookmarklet",
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*",
"background"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.0",
"web_accessible_resources": [
"icons\/logo.gif",
"icons\/close.png",
"style.css"
]
} | |