Rigami - New tab

Simple and beautiful new tab

Τι είναι το Rigami - New tab;

Το Rigami - New tab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://rigami.io, και η κύρια λειτουργία του είναι "Simple and beautiful new tab".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Rigami - New tab

Λήψη αρχείων επέκτασης Rigami - New tab σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        The app is no longer supported!
This extension was made by one developer on enthusiasm. I don't have the strength or the money to support him anymore.

✨ Transform the start page of your favorite browser with live wallpapers.

Cleanliness and a minimum of details, just what is needed, excellent customization and huge functionality, in other words: "all the most important and nothing else."

🔥 Backgrounds of any format
🔖 Bookmarks are always at hand
🌡️ Current temperature outside the window
⌚ Date and time

Backgrounds of any type:
✨ GIF animation
🎥 Video
🌇 Images
♾️ Streams of endless backgrounds

Help us by reporting problems. More information can be found at rigami.io/help-for-the-project                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Rigami - New tab Rigami - New tab
ID hdpjmahlkfndaejogipnepcgdmjiamhd
Επίσημο URL https://chromewebstore.google.com/detail/rigami-new-tab/hdpjmahlkfndaejogipnepcgdmjiamhd
Περιγραφή Simple and beautiful new tab
Μέγεθος Αρχείου 3.32 MB
Αριθμός Εγκαταστάσεων 175
Τρέχουσα Έκδοση 2.1.1
Τελευταία Ενημέρωση 2023-09-04
Ημερομηνία Δημοσίευσης 2021-04-30
Αξιολόγηση 4.00/5 Συνολικά 16 Αξιολογήσεις
Προγραμματιστής https://rigami.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://rigami.io/
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/rigami/readme/blob/main/REVIEW.md
Υποστηριζόμενες Γλώσσες en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appNameFull__",
    "description": "__MSG_appDescFull__",
    "short_name": "Rigami",
    "default_locale": "en",
    "version": "2.1.1",
    "version_name": "2.1.1",
    "homepage_url": "https:\/\/rigami.io\/",
    "minimum_chrome_version": "88",
    "offline_enabled": true,
    "icons": {
        "16": "resource\/16x16.png",
        "32": "resource\/32x32.png",
        "64": "resource\/64x64.png",
        "128": "resource\/128x128.png"
    },
    "omnibox": {
        "keyword": "rigami"
    },
    "background": {
        "service_worker": "server.js"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "host_permissions": [
        "https:\/\/danilkinkin.com\/",
        "*:\/\/*\/*"
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self';script-src http:\/\/localhost:8097\/;script-src-elem 'self' http:\/\/localhost:8097\/;style-src 'unsafe-inline';object-src 'none';img-src *;font-src *;connect-src 'unsafe-inline' data: blob: *;form-action 'self';media-src 'unsafe-inline' data: blob: *;"
    },
    "action": {
        "default_title": "__MSG_appAction__",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "alarms",
        "sessions"
    ]
}