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
官方URL 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": []
}