Share Tools
Share the current page on Twitter, FB, Reddit and many popular sites. Add your favorite site.
Co to jest Share Tools?
Share Tools to rozszerzenie Chrome opracowane przez https://browsernative.com, a jego główną funkcją jest „Share the current page on Twitter, FB, Reddit and many popular sites. Add your favorite site.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Share Tools
Pobierz pliki rozszerzeń Share Tools 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
Supports many popular sites and services. You can easily add your favorite site. Visit our homepage for details: https://browsernative.com/share-tools-extension/
Podstawowe informacje o rozszerzeniu
Nazwa | Share Tools |
ID | pbbbcphofkjkmbadhjioamnnbphgeghd |
Oficjalny URL | https://chromewebstore.google.com/detail/share-tools/pbbbcphofkjkmbadhjioamnnbphgeghd |
Opis | Share the current page on Twitter, FB, Reddit and many popular sites. Add your favorite site. |
Rozmiar pliku | 101 KB |
Liczba instalacji | 2,621 |
Aktualna Wersja | 0.0.19 |
Ostatnia Aktualizacja | 2021-04-20 |
Data Publikacji | 2020-04-18 |
Ocena | 4.89/5 Łącznie 18 Oceny |
Deweloper | https://browsernative.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://browsernative.com/share-tools-extension/ |
Adres URL Strony Pomocy | https://browsernative.com/share-tools-extension/ |
Adres URL Strony Polityki Prywatności | https://browsernative.com/extensions-privacy-policy |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "\/js\/background.js" ], "persistent": false }, "browser_action": { "default_icon": "static\/icon128.png", "default_title": "Share Tools", "default_popup": "\/html\/popup.html" }, "description": "Share the current page on Twitter, FB, Reddit and many popular sites. Add your favorite site.", "homepage_url": "https:\/\/browsernative.com\/share-tools-extension\/", "icons": { "128": "static\/icon128.png", "48": "static\/icon48.png" }, "manifest_version": 2, "name": "Share Tools", "version": "0.0.19", "permissions": [ "activeTab" ], "options_ui": { "page": "\/html\/options.html", "open_in_tab": true }, "web_accessible_resources": [ "html\/*.html" ], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+S" } } } } |