Tippy
Is the order a new tab page?
Cos'è Tippy?
Tippy è un'estensione di Chrome sviluppata da Shino, e la sua funzione principale è "Is the order a new tab page?".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tippy
Scarica i file di estensione Tippy 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
Tippy is an alternate new tab page for Google Chrome that pulls wonderful images from the top rankings of Pixiv to surprise and delight with every Cmd-T, or Ctrl-T if you're a plebeian. Tippy is fully responsive, written with five different preprocessors, and takes full advantage of vendor prefixes. It is guaranteed to increase market penetration for you and your significant others. Let's have cafe daydreams! Currently, Tippy requires that you be on the Chrome Dev Channel for certain features (recently closed tabs) to work. Sorry about that!
Informazioni di Base sull'Estensione
Nome | |
ID | fnidfcjahafdlhkgghngnoknnbkmikme |
URL Ufficiale | https://chrome.google.com/webstore/detail/tippy/fnidfcjahafdlhkgghngnoknnbkmikme |
Descrizione | Is the order a new tab page? |
Dimensione del File | 2.76 MB |
Conteggio Installazioni | 52 |
Versione Corrente | 0.8.5 |
Ultimo Aggiornamento | 2015-06-01 |
Data di Pubblicazione | 2015-06-01 |
Valutazione | 4.83/5 Totale 6 Valutazioni |
Sviluppatore | Shino |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tippy", "version": "0.8.5", "description": "Is the order a new tab page?", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "48": "img\/icon48.png", "128": "img\/icon128.png" }, "short_name": "Tippy", "permissions": [ "sessions", "tabs", "http:\/\/localhost\/", "http:\/\/*\/*" ], "homepage_url": "https:\/\/github.com\/dastardlylemon\/tippy" } |