Universal share
Share this page with all you want...
Co to jest Universal share?
Universal share to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Share this page with all you want...”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Universal share
Pobierz pliki rozszerzeń Universal share 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
Share or send a webpage anywhere you go on the web to different tools / website like :
o Send by mail, gMail, Free mail (soon)
o Share with Facebook, Google plus, Twitter, (Viadeo, Linkedin soon)
o Display on Google mobilizer, Instapaper mobilizer, Readability
o Convert to RSS via page2RSS
o Add to feedly, Netvibes, The Old Reader
o Add to My Yahoo
(new feature will arrive later) Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | paihghjbgnfoebjlepldifjmndmchnij |
| Oficjalny URL | https://chromewebstore.google.com/detail/universal-share/paihghjbgnfoebjlepldifjmndmchnij |
| Opis | Share this page with all you want... |
| Rozmiar pliku | 82.87 KB |
| Liczba instalacji | 455 |
| Aktualna Wersja | 0.23 |
| Ostatnia Aktualizacja | 2013-10-18 |
| Data Publikacji | 2013-10-18 |
| Ocena | 4.75/5 Łącznie 4 Oceny |
| Deweloper | Unknown |
| Typ Płatności | free |
| Obsługiwane Języki | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Universal share",
"manifest_version": 2,
"version": "0.23",
"options_page": "page_options.html",
"permissions": [
"tabs",
"management"
],
"description": "Share this page with all you want...",
"icons": {
"16": "share16.png",
"19": "share19.png",
"48": "share48.png",
"128": "share128.png"
},
"browser_action": {
"default_icon": "share19.png",
"default_popup": "popup.html",
"default_title": "Share\/send with ..."
}
} | |