Freeze - New Tab Page
A Curated Cinemagraph Each Time You Open a New Tab
Wat is Freeze - New Tab Page?
Freeze - New Tab Page is een Chrome-extensie ontwikkeld door https://mattias.lol, en de belangrijkste functie is "A Curated Cinemagraph Each Time You Open a New Tab".
Extensie Screenshots
Download het CRX-bestand van de extensie Freeze - New Tab Page
Download Freeze - New Tab Page-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Cinemagraphs are still photographs in which a minor and repeated movement occurs, forming a perefectly looping video. Features: 🎆 300+ Curated Cinemagraphs 🕑 12h clock, 24h clock, analog clock or no clock 🕶️ Image filters to unify cinemagraphs style ⏲ New cinemagraph every new tab, 5min, 15min, 30min hourly or daily
Basisinformatie over de Extensie
Naam | Freeze - New Tab Page |
ID | kacdbklgelcjnoejpbafhdelhlnkgpnd |
Officiële URL | https://chromewebstore.google.com/detail/freeze-new-tab-page/kacdbklgelcjnoejpbafhdelhlnkgpnd |
Beschrijving | A Curated Cinemagraph Each Time You Open a New Tab |
Bestandsgrootte | 50.03 KB |
Aantal Installaties | 205 |
Huidige Versie | 1.2.0 |
Laatst Bijgewerkt | 2019-08-01 |
Publicatiedatum | 2019-08-01 |
Ontwikkelaar | https://mattias.lol |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/Hemmingsson/Freeze |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.2.0", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "icons\/icon-16.png", "128": "icons\/icon-128.png" }, "default_locale": "en", "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "storage" ], "options_ui": { "page": "options.html" }, "browser_action": { "default_icon": { "19": "icons\/icon-19.png", "38": "icons\/icon-38.png" }, "default_title": "__MSG_appName__", "default_popup": "popup.html" }, "background": { "scripts": [] } } |