Pikaso - Screenshot Twitter
Get a clean and clutter-free screenshot of any tweet. Perfect for sharing tweets on Instagram, websites, and newsletters.
Cos'è Pikaso - Screenshot Twitter?
Pikaso - Screenshot Twitter è un'estensione di Chrome sviluppata da https://pikaso.me, e la sua funzione principale è "Get a clean and clutter-free screenshot of any tweet. Perfect for sharing tweets on Instagram, websites, and newsletters.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Pikaso - Screenshot Twitter
Scarica i file di estensione Pikaso - Screenshot Twitter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
To use this extension you must first sign in at https://pikaso.me. Informazioni di Base sull'Estensione
| Nome | |
| ID | ifoniakgfcodcephanhnaeicbkeianap |
| URL Ufficiale | https://chromewebstore.google.com/detail/pikaso-screenshot-twitter/ifoniakgfcodcephanhnaeicbkeianap |
| Descrizione | Get a clean and clutter-free screenshot of any tweet. Perfect for sharing tweets on Instagram, websites, and newsletters. |
| Dimensione del File | 26.59 KB |
| Conteggio Installazioni | 3,150 |
| Versione Corrente | 1.5.0 |
| Ultimo Aggiornamento | 2020-08-31 |
| Data di Pubblicazione | 2020-05-20 |
| Valutazione | 3.29/5 Totale 7 Valutazioni |
| Sviluppatore | https://pikaso.me |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://pikaso.me |
| Lingue Supportate | 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}"
}
}
} | |