Fueler.daily - portfolio inspiration ideas

An extension to check for knowledge & inspiration for proof of work everyday

Τι είναι το Fueler.daily - portfolio inspiration ideas;

Το Fueler.daily - portfolio inspiration ideas είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://fueler.io, και η κύρια λειτουργία του είναι "An extension to check for knowledge & inspiration for proof of work everyday".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Fueler.daily - portfolio inspiration ideas

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

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

                        🚀 Fueler.daily: An extension to inspire you with proof of work everyday 📚💡

Whether you're a designer, developer, writer, product manager or other creative professional – inspiration for new ideas can be challenging amidst busy schedules. 

Thus, Fueler.daily brings you ideas and motivation right in your browser so you can stay inspired to create your best work.

Discover interesting portfolio projects, read insightful blogs, and unlock a world of inspiration at your fingertips! 💼🔍💻

🌟 What’s Inside? 

✅ Checkout the amazing projects created by knowledge workers worldwide. Draw inspiration from their works in different field such as writing, design, product management, video editing, marketing and lot more 🌍🎉

✅ Access to the world's largest repository of proof of work in details. Stay updated with the latest ideas and trends 📚💡

✅ Helpful support from our team if you ever have questions. 

We're always happy to assist! Reach out to us at [email protected]

PS: we'll reply faster if you mail the word “fueler” ;) 📧👩‍💻👨‍💻

Add Fueler.daily to Chrome today and unlock a vault of daily inspiration. Let your imagination soar!

What is Fueler?
​​​Fueler is an online platform that enables knowledge workers, such as writers, designers, developers, marketers, video editors, product managers, and community managers to create beautiful looking portfolios super easily and fast.

​​​It’s like Github, but for Generalists. Thousands of folks around the world are already using Fueler, here is our proof fueler.io/discover                    

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

Όνομα Fueler.daily - portfolio inspiration ideas Fueler.daily - portfolio inspiration ideas
ID flgionefelhdcbdmfikdfgehlnmmbcfo
Επίσημο URL https://chromewebstore.google.com/detail/fuelerdaily-portfolio-ins/flgionefelhdcbdmfikdfgehlnmmbcfo
Περιγραφή An extension to check for knowledge & inspiration for proof of work everyday
Μέγεθος Αρχείου 6.02 MB
Αριθμός Εγκαταστάσεων 26
Τρέχουσα Έκδοση 0.1.2
Τελευταία Ενημέρωση 2023-11-28
Ημερομηνία Δημοσίευσης 2023-11-15
Αξιολόγηση 5.00/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής https://fueler.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://fueler.io/discover
Διεύθυνση URL της Σελίδας Βοήθειας https://fueler.io/prantikseal
URL της Σελίδας Πολιτικής Απορρήτου https://fueler.io/terms
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Fueler.daily - portfolio inspiration ideas",
    "version": "0.1.2",
    "description": "An extension to check for knowledge & inspiration for proof of work everyday",
    "permissions": [
        "storage"
    ],
    "options_page": "src\/pages\/options\/index.html",
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "icon-34.png"
    },
    "chrome_url_overrides": {
        "newtab": "src\/pages\/newtab\/index.html"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ],
            "css": [
                "assets\/css\/contentStyle17011464707.chunk.css"
            ]
        }
    ],
    "devtools_page": "src\/pages\/devtools\/index.html",
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}