Bookmark360

A chrome extension for your bookmarks

Vad är Bookmark360?

Bookmark360 är en Chrome-tillägg utvecklad av bookmark360app, och dess huvudfunktion är "A chrome extension for your bookmarks".

Tilläggsskärmbilder

screenshot

Ladda ner Bookmark360-förlängningens CRX-fil

Ladda ner Bookmark360-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Bookmark360 Bookmark360
ID fbdnjfcfbikllgihgapbdaadbncahclg
Officiell webbadress https://chromewebstore.google.com/detail/bookmark360/fbdnjfcfbikllgihgapbdaadbncahclg
Beskrivning A chrome extension for your bookmarks
Filstorlek 694 KB
Antal Installationer 25
Aktuell Version 0.1.1
Senast Uppdaterad 2020-11-24
Publiceringsdatum 2020-11-19
Betyg 5.00/5 Totalt 5 Betyg
Utvecklare bookmark360app
E-post [email protected]
Betalningssätt free
Stödda Språk 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'"
}