Bookmark360

A chrome extension for your bookmarks

O que é Bookmark360?

Bookmark360 é uma extensão do Chrome desenvolvida por bookmark360app, e sua principal característica é "A chrome extension for your bookmarks".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Bookmark360

Baixe arquivos de extensão Bookmark360 no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Bookmark360 Bookmark360
ID fbdnjfcfbikllgihgapbdaadbncahclg
URL Oficial https://chromewebstore.google.com/detail/bookmark360/fbdnjfcfbikllgihgapbdaadbncahclg
Descrição A chrome extension for your bookmarks
Tamanho do Arquivo 694 KB
Contagem de Instalações 25
Versão Atual 0.1.1
Última Atualização 2020-11-24
Data de Publicação 2020-11-19
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor bookmark360app
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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'"
}