Swirl it
Recommend the page you are on to one of your friends
Co to jest Swirl it?
Swirl it to rozszerzenie Chrome opracowane przez http://www.swrl.co, a jego główną funkcją jest „Recommend the page you are on to one of your friends”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Swirl it
Pobierz pliki rozszerzeń Swirl it w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | mlcecjbidbmgjjokhjapcbilmollbejc |
Oficjalny URL | https://chrome.google.com/webstore/detail/swirl-it/mlcecjbidbmgjjokhjapcbilmollbejc |
Opis | Recommend the page you are on to one of your friends |
Rozmiar pliku | 27.9 KB |
Liczba instalacji | 13 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2015-06-07 |
Data Publikacji | 2015-06-07 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | http://www.swrl.co |
Typ Płatności | free |
Strona Rozszerzenia | http://www.swrl.co/ |
Obsługiwane Języki | 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": [] } |