Share it
Share or Copy web pages to anywhere by various format.
Cos'è Share it?
Share it è un'estensione di Chrome sviluppata da https://hira.page, e la sua funzione principale è "Share or Copy web pages to anywhere by various format.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Share it
Scarica i file di estensione Share it 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
Web pages can be freely shared and copied in a variety of formats. Informazioni di Base sull'Estensione
| Nome | |
| ID | kmfmfcdigkgfhmnopjfdnaikhjkmmplm |
| URL Ufficiale | https://chromewebstore.google.com/detail/share-it/kmfmfcdigkgfhmnopjfdnaikhjkmmplm |
| Descrizione | Share or Copy web pages to anywhere by various format. |
| Dimensione del File | 299 KB |
| Conteggio Installazioni | 160 |
| Versione Corrente | 1.1.1 |
| Ultimo Aggiornamento | 2021-06-03 |
| Data di Pubblicazione | 2021-05-20 |
| Valutazione | 2.00/5 Totale 1 Valutazioni |
| Sviluppatore | https://hira.page |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/psephopaiktes/share-it |
| Lingue Supportate | en,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_extName__",
"version": "1.1.1",
"author": "Akira HIRATA",
"default_locale": "en",
"homepage_url": "https:\/\/github.com\/psephopaiktes\/share-it",
"description": "__MSG_extDescription__",
"permissions": [
"storage",
"tabs",
"notifications",
"activeTab",
"scripting"
],
"action": {
"default_title": "Share this page",
"default_popup": "index.html"
},
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+Shift+S"
}
}
}
} | |