Wishlist

The Wishlist extension is made to be used alongside the WIshlist app (located at w1shlist.herokuapp.com). This extension simply…

ما هو Wishlist؟

Wishlist هو إضافة Chrome تم تطويرها بواسطة http://w1shlist.herokuapp.com، والميزة الرئيسية لها هي "The Wishlist extension is made to be used alongside the WIshlist app (located at w1shlist.herokuapp.com). This extension simply…".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Wishlist

قم بتنزيل ملفات الامتداد Wishlist بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        The Wishlist extension is made to be used alongside the WIshlist app (located at w1shlist.herokuapp.com). This extension simply highlights images on a current page, allowing the user to select one to add to their wishlist, which is displayed on the web app. Please note that you must be logged in to Wishlist to use extension.                    

معلومات أساسية عن التمديد

الاسم Wishlist Wishlist
ID lopficaepgghcelaeifkmgpcfhfdlkik
عنوان URL الرسمي https://chrome.google.com/webstore/detail/wishlist/lopficaepgghcelaeifkmgpcfhfdlkik
الوصف The Wishlist extension is made to be used alongside the WIshlist app (located at w1shlist.herokuapp.com). This extension simply…
حجم الملف 52.04 KB
عدد التثبيتات 275
النسخة الحالية 1.0
آخر تحديث 2014-08-04
تاريخ النشر 2014-08-04
تقييم 3.86/5 مجموع تقييمات 7
المطور http://w1shlist.herokuapp.com
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wishlist",
    "short_name": "Add things to your wishlist.",
    "version": "1.0",
    "browser_action": {
        "default_title": "Wishlist",
        "default_icon": "icons\/icon21.png"
    },
    "icons": {
        "16": "icons\/icon21.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "vendors\/jquery.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/w1shlist.herokuapp.com\/; object-src 'self'"
}