LOVE IT

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

什麼是LOVE IT?

LOVE IT是由http://liketob.uy開發的Chrome擴展程式,該擴展的主要功能是“Save the things you love from the Web and organise them in your personal collections”。

擴展截圖

screenshot

下載LOVE IT擴展crx文件

下載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
官方網址 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"
    ]
}