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」です。
拡張機能のスクリーンショット
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!
拡張機能の基本情報
名前 | |
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": [] } |