Swirl it

Recommend the page you are on to one of your friends

Swirl it là gì?

Swirl it là một tiện ích mở rộng Chrome được phát triển bởi http://www.swrl.co, và tính năng chính của nó là "Recommend the page you are on to one of your friends".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Swirl it

Tải xuống các tệp mở rộng Swirl it dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Swirl it Swirl it
ID mlcecjbidbmgjjokhjapcbilmollbejc
URL Chính Thức https://chrome.google.com/webstore/detail/swirl-it/mlcecjbidbmgjjokhjapcbilmollbejc
Mô tả Recommend the page you are on to one of your friends
Kích Thước Tệp 27.9 KB
Số Lần Cài Đặt 13
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2015-06-07
Ngày Phát Hành 2015-06-07
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển http://www.swrl.co
Loại Thanh Toán free
Trang Web Mở Rộng http://www.swrl.co/
Ngôn Ngữ Được Hỗ Trợ 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": []
}