Commonplaces - your digital scrapbook library

Read a lot? Time to start building your digital scrapbooks to keep track of all your important finds!

Τι είναι το Commonplaces - your digital scrapbook library;

Το Commonplaces - your digital scrapbook library είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://commonplaces.io, και η κύρια λειτουργία του είναι "Read a lot? Time to start building your digital scrapbooks to keep track of all your important finds!".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Commonplaces - your digital scrapbook library

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

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

                        Your digital commonplace scrapbooks are here to organize all those interesting articles 📰, workout videos 🧘‍♀️, niche research 🧑‍🎓, holiday recipes 🥘… really anything.

Enrich your notes and bookmarks with photos, gifs, embedded videos, podcasts, playlists. Clear to look up, easy to share/collaborate, and never will need to say 'I can't find it' again 🙌

Commonplace books are an old concept. Per Wikipedia, commonplacing “is a way to compile knowledge, usually by writing information into books. Such books are essentially scrapbooks filled with items of every kind: recipes, quotes, letters, poems, tables of weights and measures, proverbs, prayers, legal formulas. “

With the Chrome extension you can save content, comments, or media from any page, or embedding it if the website supports it (popular video websites, social media websites, music platforms).

Start building your digital library now!                    

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

Όνομα Commonplaces - your digital scrapbook library Commonplaces - your digital scrapbook library
ID ckiapimepnnpdnoehhmghgpmiondhbof
Επίσημο URL https://chromewebstore.google.com/detail/commonplaces-your-digital/ckiapimepnnpdnoehhmghgpmiondhbof
Περιγραφή Read a lot? Time to start building your digital scrapbooks to keep track of all your important finds!
Μέγεθος Αρχείου 401 KB
Αριθμός Εγκαταστάσεων 70
Τρέχουσα Έκδοση 0.1.2
Τελευταία Ενημέρωση 2020-12-04
Ημερομηνία Δημοσίευσης 2020-08-06
Αξιολόγηση 5.00/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής https://commonplaces.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://commonplaces.io
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Commonplaces - your digital scrapbook library",
    "version": "0.1.2",
    "short_name": "Commonplaces.io",
    "manifest_version": 2,
    "description": "Read a lot? Time to start building your digital scrapbooks to keep track of all your important finds!",
    "icons": {
        "16": "images\/logo-16.png",
        "32": "images\/logo-32.png",
        "48": "images\/logo-48.png",
        "128": "images\/logo-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/commonplaces.io\/; object-src 'self'",
    "permissions": [
        "activeTab",
        "identity",
        "storage",
        "tabs",
        "https:\/\/commonplaces.io\/",
        "https:\/\/fonts.googleapis.com\/"
    ],
    "oauth2": {
        "client_id": "264739737795-9a92rmevnibdkaf25ipa00qbnp67kr70.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/logo-19.png",
            "38": "images\/logo-38.png"
        },
        "default_title": "Commonplaces.io",
        "default_popup": "build\/index.html"
    }
}