Bookmark360

A chrome extension for your bookmarks

Cos'è Bookmark360?

Bookmark360 è un'estensione di Chrome sviluppata da bookmark360app, e la sua funzione principale è "A chrome extension for your bookmarks".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Bookmark360

Scarica i file di estensione Bookmark360 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        The All-In-One Bookmark Tool
Bookmark360 is a modern, fast, useful and smart bookmark manager, provides you save anywhere, quick access from the toolbar icon, archive content bookmarks efficiently and organize intelligently. It is pretty clean, simple and easy to use. All - in - one productivity bookmark manager on desktop. 

★ Web Clipper
Quickly clips selected parts of text on any website, save it and archive it. Bookmark360 also makes it easy to highlight  and add notes to text in any article, research, video. In addition we would like to remark the highlights and notes are unlimited.

★ Add your bookmark to todo list
Bookmark360 provides for task manager it works easily just one- click tasks addition/removal. It is very helpful for view and manage your goals. You can access your list from anywhere. This keeps everything quite organised and helps you set your plans in motion.

★ Bookmark Reminder (coming soon)
You can set reminders for your checklist, project and important tasks. It helps you to be more productive for multiple reminder alerts.  Bookmark360 makes you productive keep life on track. Notifications keep you up to date on.

★ Read Later
Bookmark360 Save and manage interesting articles, videos, song lyrics  websites or whatever else you come across while browsing for read later. See what you have for today and decide what you want to do.

★ Save all tabs
Bookmark360 is the easiest way to quickly save your tabs and return to Chrome with one click, helps you keep your tabs organised. 

Boost Your Productivity
- Create and save unlimited bookmark documents and access them
- Focus on your core tasks with Bookmark360
- Manage quickly and organize easily
- Access your favourite websites one click                    

Informazioni di Base sull'Estensione

Nome Bookmark360 Bookmark360
ID fbdnjfcfbikllgihgapbdaadbncahclg
URL Ufficiale https://chromewebstore.google.com/detail/bookmark360/fbdnjfcfbikllgihgapbdaadbncahclg
Descrizione A chrome extension for your bookmarks
Dimensione del File 694 KB
Conteggio Installazioni 25
Versione Corrente 0.1.1
Ultimo Aggiornamento 2020-11-24
Data di Pubblicazione 2020-11-19
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore bookmark360app
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A chrome extension for your bookmarks",
    "version": "0.1.1",
    "name": "Bookmark360",
    "options_page": "options.html",
    "author": "UXPLUS LTD",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon-128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "tabs"
    ],
    "web_accessible_resources": [
        "content.styles.css",
        "icon-128.png",
        "icon-34.png",
        "feedback-us.png",
        "folder-icon.png",
        "success-icon.png"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/cdn.firebase.com https:\/\/apis.google.com https:\/\/www.google-analytics.com\/analytics.js https:\/\/www.googleapis.com https:\/\/*.firebaseio.com https:\/\/*.firebaseio-demo.com; object-src 'self'"
}