Compact View
3rd Party Style Script for Microsoft Outlook in Office365 to create a more compact view.
Cos'è Compact View?
Compact View è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "3rd Party Style Script for Microsoft Outlook in Office365 to create a more compact view.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Compact View
Scarica i file di estensione Compact View 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
This is a custom style that provides a compact view for outlook office365. The style will reduce whitespace, and borders, icons to maximize your workspace.
This compact view works on:
http[s]://outlook.office.com
http[s]://outlook.office365.com
Limited adjustments on Hotmail/Live.com
http[s]://outlook.live.com Informazioni di Base sull'Estensione
| Nome | |
| ID | npdfmcdicjcimlknokcglcobjbckkmkh |
| URL Ufficiale | https://chromewebstore.google.com/detail/compact-view/npdfmcdicjcimlknokcglcobjbckkmkh |
| Descrizione | 3rd Party Style Script for Microsoft Outlook in Office365 to create a more compact view. |
| Dimensione del File | 99.26 KB |
| Conteggio Installazioni | 466 |
| Versione Corrente | 1.1.0 |
| Ultimo Aggiornamento | 2017-10-13 |
| Data di Pubblicazione | 2017-10-12 |
| Valutazione | 3.17/5 Totale 6 Valutazioni |
| Sviluppatore | Unknown |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/shadowbq/office365_compact_view_chrome_extension |
| URL della Pagina di Aiuto | https://github.com/shadowbq/office365_compact_view_chrome_extension/issues |
| Lingue Supportate | en-US |
| manifest.json | |
{
"manifest_version": 2,
"minimum_chrome_version": "6.0",
"author": "shadowbq",
"content_scripts": [
{
"css": [
"css\/compact.css"
],
"matches": [
"https:\/\/outlook.live.com\/*",
"https:\/\/outlook.live.com\/*",
"https:\/\/outlook.office.com\/*",
"http:\/\/outlook.office.com\/*",
"https:\/\/outlook.office365.com\/*",
"http:\/\/outlook.office365.com\/*"
],
"run_at": "document_start"
}
],
"options_page": "options.html",
"description": "3rd Party Style Script for Microsoft Outlook in Office365 to create a more compact view.",
"name": "Compact View",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/npdfmcdicjcimlknokcglcobjbckkmkh",
"short_name": "CompactView",
"version": "1.1.0",
"icons": {
"128": "icon\/128.png",
"16": "icon\/16.png",
"32": "icon\/32.png",
"64": "icon\/64.png"
}
} | |