Pikaso - Screenshot Twitter
Get a clean and clutter-free screenshot of any tweet. Perfect for sharing tweets on Instagram, websites, and newsletters.
Co to jest Pikaso - Screenshot Twitter?
Pikaso - Screenshot Twitter to rozszerzenie Chrome opracowane przez https://pikaso.me, a jego główną funkcją jest „Get a clean and clutter-free screenshot of any tweet. Perfect for sharing tweets on Instagram, websites, and newsletters.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Pikaso - Screenshot Twitter
Pobierz pliki rozszerzeń Pikaso - Screenshot Twitter 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
To use this extension you must first sign in at https://pikaso.me.
Podstawowe informacje o rozszerzeniu
Nazwa | Pikaso - Screenshot Twitter |
ID | ifoniakgfcodcephanhnaeicbkeianap |
Oficjalny URL | https://chromewebstore.google.com/detail/pikaso-screenshot-twitter/ifoniakgfcodcephanhnaeicbkeianap |
Opis | Get a clean and clutter-free screenshot of any tweet. Perfect for sharing tweets on Instagram, websites, and newsletters. |
Rozmiar pliku | 26.59 KB |
Liczba instalacji | 3,150 |
Aktualna Wersja | 1.5.0 |
Ostatnia Aktualizacja | 2020-08-31 |
Data Publikacji | 2020-05-20 |
Ocena | 3.29/5 Łącznie 7 Oceny |
Deweloper | https://pikaso.me |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://pikaso.me |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pikaso - Screenshot Twitter", "version": "1.5.0", "description": "Get a clean and clutter-free screenshot of any tweet. Perfect for sharing tweets on Instagram, websites, and newsletters.", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "permissions": [ "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*", "https:\/\/mobile.twitter.com\/*" ], "js": [ "content.js" ], "css": [ "content.css" ] } ], "options_ui": { "page": "options.html", "chrome_style": true }, "web_accessible_resources": [ "images\/camera.svg", "images\/camera-hover.svg" ], "browser_specific_settings": { "gecko": { "id": "{64beab3e-ce04-40d5-94a3-d360746170fe}" } } } |