Tippy
Is the order a new tab page?
Was ist Tippy?
Tippy ist eine Chrome-Erweiterung, die von Shino entwickelt wurde, und ihr Hauptmerkmal ist "Is the order a new tab page?".
Erweiterungsscreenshots
Tippy-Erweiterungs-CRX-Datei herunterladen
Laden Sie Tippy-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | |
ID | fnidfcjahafdlhkgghngnoknnbkmikme |
Offizielle URL | https://chrome.google.com/webstore/detail/tippy/fnidfcjahafdlhkgghngnoknnbkmikme |
Beschreibung | Is the order a new tab page? |
Dateigröße | 2.76 MB |
Installationsanzahl | 52 |
Aktuelle Version | 0.8.5 |
Letztes Update | 2015-06-01 |
Veröffentlichungsdatum | 2015-06-01 |
Bewertung | 4.83/5 Insgesamt 6 Bewertungen |
Entwickler | Shino |
Zahlungsart | free |
Unterstützte Sprachen | 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" } |