LOVE IT

Save the things you love from the Web and organise them in your personal collections

LOVE ITคืออะไร?

LOVE IT เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://liketob.uy และคุณลักษณะหลักของมันคือ "Save the things you love from the Web and organise them in your personal collections"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LOVE IT

ดาวน์โหลดไฟล์ส่วนขยาย LOVE IT ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Add images from your favourite stores, blogs and any other websites directly to LIKEtoB.UY                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ LOVE IT LOVE IT
ID bakkeepkbcfbbahfjgjncdcmcnfdemdl
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/bakkeepkbcfbbahfjgjncdcmcnfdemdl
คำอธิบาย Save the things you love from the Web and organise them in your personal collections
ขนาดไฟล์ 119 KB
จำนวนการติดตั้ง 21
เวอร์ชันปัจจุบัน 1.5.6
อัปเดตครั้งล่าสุด 2016-11-23
วันที่เผยแพร่ 2016-11-23
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา http://liketob.uy
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LOVE IT",
    "description": "Save the things you love from the Web and organise them in your personal collections",
    "version": "1.5.6",
    "icons": {
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "permissions": [
        "",
        "tabs",
        "activeTab"
    ]
}