Clutterboard

A brilliant way to store, share and easily organize all your links, videos, and notes.

Τι είναι το Clutterboard;

Το Clutterboard είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://clutterboard.com, και η κύρια λειτουργία του είναι "A brilliant way to store, share and easily organize all your links, videos, and notes.".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Clutterboard

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

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

                        Now more than ever, our lives are full of online clutter... So, how do we save our favorite content in one place and how do we organize it? It's time to declutter your life and organize your digital life in one amazing place across all devices and screens!

Clutterboard saves, organizes, and let's you share your favorite articles, notes, links, videos and much more in one central searchable location so you can view them anytime and anywhere.

Extension Features:
* With one click, save any webpage with the Clutter button  
* View your saved articles without leaving your Clutterboard
* Easily add searchable tags and a category to any link you save 
* Instantly share with your friends anything you find online 
* Set reminders to read articles later
* Your saved articles are automatically synched across all devices – Android, iPad, iPhone and more
* Completely free, no upgrades, upsells or ads.

So, download the Clutterboard Extension and save your favorite content with one click, and enjoy a decluttered life with Clutterboard!

Privacy Policy: https://www.clutterboard.com/n/policy/                    

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

Όνομα Clutterboard Clutterboard
ID odceejiiplkpbgindolcjnhfbojameao
Επίσημο URL https://chromewebstore.google.com/detail/clutterboard/odceejiiplkpbgindolcjnhfbojameao
Περιγραφή A brilliant way to store, share and easily organize all your links, videos, and notes.
Μέγεθος Αρχείου 218 KB
Αριθμός Εγκαταστάσεων 910
Τρέχουσα Έκδοση 1.3.12
Τελευταία Ενημέρωση 2020-10-01
Ημερομηνία Δημοσίευσης 2019-05-13
Αξιολόγηση 3.23/5 Συνολικά 13 Αξιολογήσεις
Προγραμματιστής https://clutterboard.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.clutterboard.com
Διεύθυνση URL της Σελίδας Βοήθειας https://www.clutterboard.com/help-center/
URL της Σελίδας Πολιτικής Απορρήτου https://www.clutterboard.com/n/policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_manifestExtName__",
    "version": "1.3.12",
    "default_locale": "en",
    "description": "__MSG_manifestExtDescription__",
    "icons": {
        "16": "static\/images\/manifest\/16x16.png",
        "48": "static\/images\/manifest\/48x48.png",
        "128": "static\/images\/manifest\/128x128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "static\/images\/manifest\/19x19.png",
            "38": "static\/images\/manifest\/38x38.png"
        },
        "default_title": "__MSG_manifestBrowserActionButton__"
    },
    "content_scripts": [
        {
            "js": [
                "static\/jscripts\/libraries\/jquery.js",
                "static\/jscripts\/libraries\/hmac-sha256.js",
                "static\/jscripts\/libraries\/mtr-datepicker\/dist\/mtr-datepicker.min.js",
                "static\/jscripts\/main.js",
                "static\/jscripts\/app\/methods.js",
                "static\/jscripts\/app\/content_scripts.js"
            ],
            "css": [
                "static\/jscripts\/libraries\/mtr-datepicker\/dist\/mtr-datepicker.clutterboard-theme.min.css",
                "static\/stylesheets\/app\/content_scripts.css",
                "static\/stylesheets\/app\/services.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "page": "app\/templates\/background.html"
    },
    "options_page": "app\/templates\/options.html",
    "permissions": [
        "cookies",
        "storage",
        "tabs",
        "activeTab",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "manifest.json",
        "app\/templates\/options.html",
        "static\/images\/app\/add-button-orange-100x39.png",
        "static\/images\/app\/no-profile-image-80x80.png",
        "static\/stylesheets\/app\/content_scripts.css"
    ]
}