Swirl it

Recommend the page you are on to one of your friends

什麼是Swirl it?

Swirl it是由http://www.swrl.co開發的Chrome擴展程式,該擴展的主要功能是“Recommend the page you are on to one of your friends”。

擴展截圖

screenshot

下載Swirl it擴展crx文件

下載Swirl it擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Swirl is a place to create reviews and recommendations for your friends. It makes it super simple to write a book, movie, music, or website review, and have your friends rate and discuss it.

You can also use it as a way to remember all those things your friends recommended to you. Just swirl it!                    

擴展基本資訊

名稱 Swirl it Swirl it
ID mlcecjbidbmgjjokhjapcbilmollbejc
官方網址 https://chrome.google.com/webstore/detail/swirl-it/mlcecjbidbmgjjokhjapcbilmollbejc
簡介 Recommend the page you are on to one of your friends
檔案大小 27.9 KB
安裝次數 13
目前版本 1.2
更新時間 2015-06-07
上架時間 2015-06-07
評分 5.00/5 共 1 次評分
開發者 http://www.swrl.co
付費類型 free
擴展官網 http://www.swrl.co/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Swirl it",
    "short_name": "Swirl",
    "description": "Recommend the page you are on to one of your friends",
    "homepage_url": "http:\/\/www.swrl.co\/",
    "version": "1.2",
    "browser_action": {
        "default_icon": "icon19.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": []
}