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是由https://commonplaces.io開發的Chrome擴展程式,該擴展的主要功能是“Read a lot? Time to start building your digital scrapbooks to keep track of all your important finds!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Commonplaces - your digital scrapbook library擴展crx文件

下載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
官方網址 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"
    }
}