Factsplat Tabs and Bookmarks Manager

The Factsplat Tabs and Bookmarks Manager makes it easier than ever to find and organize your links and tabs!

Hvad er Factsplat Tabs and Bookmarks Manager?

Factsplat Tabs and Bookmarks Manager er en Chrome-udvidelse udviklet af extensions, og dens hovedfunktion er "The Factsplat Tabs and Bookmarks Manager makes it easier than ever to find and organize your links and tabs!".

Udvidelsesskærmbilleder

screenshot

Download Factsplat Tabs and Bookmarks Manager-udvidelses-CRX-fil

Download Factsplat Tabs and Bookmarks Manager-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Note: Sign up with a free account on Factsplat.com to use this extension!

Factsplat structures and simplifies your digital life.

No more forgotten links, or long unreadable lists of tabs. Experience the satisfaction of closing all your tabs, knowing that Factsplat is keeping them safe.

The Factsplat Tabs and Bookmarks Manager lets you swiftly save your tabs to Factsplat. Declutter your browser and move your tabs into organized dashboards.

Use Factsplat to create visual dashboards with the links and information you use for all your different projects. Create dashboards for any purpose (your work, a project, a hobby etc.) and organize your related links and notes, and even share them with others. The Factsplat Tabs and Bookmarks Manager makes building your dashboards in Factsplat faster and easier than ever.

With Factsplat as your new tab page, you can rest assured that all the information you need is easily available at any time.

Download the Factsplat Tabs and Bookmarks Manager and register (or sign in) to Factsplat with extended superpowers!


FEATURES

Get Factsplat as your new tab page:
Get Factsplat right at your fingertips, and make your links and information available to you at any time. If you don’t want this, we also have a light version available

Factsplat side panel for tab management:
While on Factsplat, use the added side-panel to easily drag your current tabs right into Factsplat, and finally close down those 30+ open tabs.

Import bookmarks:
Got a bunch of bookmarks you want to get sorted out? The Factsplat extension let's you import your stored bookmarks directly into your splats with a single click

Save your current tab:
Save a link to the current tab on your Factsplat dashboards in just one click! Within your dashboards, you can then visually organize your links, drag them into collections, etc.

Save text and links:
Right-click interesting and important links and text you find online, and save it directly to one of your Factsplat dashboards.


SUPPORT

Feel free to contact our team at [email protected] and we’ll reply as soon as possible.                    

Grundlæggende oplysninger om udvidelsen

Navn Factsplat Tabs and Bookmarks Manager Factsplat Tabs and Bookmarks Manager
ID cfincihagpobgffcamhpeojhjbikifkh
Officiel URL https://chromewebstore.google.com/detail/factsplat-tabs-and-bookma/cfincihagpobgffcamhpeojhjbikifkh
Beskrivelse The Factsplat Tabs and Bookmarks Manager makes it easier than ever to find and organize your links and tabs!
Filstørrelse 235 KB
Antal Installationer 172
Nuværende Version 1.1.1
Senest Opdateret 2024-02-27
Udgivelsesdato 2023-10-03
Bedømmelse 5.00/5 Samlet 5 Bedømmelser
Udvikler extensions
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://factsplat.com
Hjælpeside-URL https://factsplat.com/help/contact-us
URL til Fortrolighedspolitik Side https://uploads-factsplat-staging.ams3.digitaloceanspaces.com/applicationImages/docs/PrivacyNotice.pdf
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Factsplat Tabs and Bookmarks Manager",
    "description": "The Factsplat Tabs and Bookmarks Manager makes it easier than ever to find and organize your links and tabs!",
    "version": "1.1.1",
    "manifest_version": 3,
    "action": {
        "default_popup": "src\/entries\/popup\/index.html",
        "default_icon": {
            "16": "icons\/16.png",
            "19": "icons\/19.png",
            "32": "icons\/32.png",
            "38": "icons\/38.png"
        }
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "bookmarks",
        "contextMenus",
        "tabs",
        "storage",
        "scripting",
        "notifications"
    ],
    "chrome_url_overrides": {
        "newtab": "src\/entries\/redirect\/index.html"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "src\/entries\/popup\/index.html",
                "src\/composables\/helperFunctions.ts",
                "src\/entries\/resourceManager\/index.html",
                "src\/entries\/redirect\/main.ts",
                "assets\/src\/composables\/helperFunctions-9382c219.js",
                "assets\/browser-polyfill-a66e1e82.js",
                "assets\/saveToFactsplat-c77b683b.js",
                "assets\/src\/entries\/redirect\/main-403fba6e.js",
                "assets\/browser-polyfill-a66e1e82.js",
                "assets\/newTabFunctions-8852c674.js"
            ]
        },
        {
            "resources": [
                "assets\/src\/entries\/content\/main-9e5fcc42.js",
                "assets\/_plugin-vue_export-helper-59417579.js",
                "assets\/browser-polyfill-a66e1e82.js",
                "assets\/saveToFactsplat-c77b683b.js"
            ],
            "matches": [
                "*:\/\/*.factsplat.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.factsplat.com\/*"
            ],
            "js": [
                "src\/entries\/content\/main.js"
            ],
            "css": [
                "assets\/style-34cf7796.css"
            ]
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "19": "icons\/19.png",
        "32": "icons\/32.png",
        "38": "icons\/38.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "96": "icons\/96.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png",
        "512": "icons\/512.png"
    },
    "commands": {
        "fs-save-tab": {
            "description": "Save the current tab to Factsplat",
            "suggested_key": {
                "default": "Alt+Shift+L",
                "mac": "MacCtrl+Shift+L"
            }
        },
        "fs-save-text": {
            "description": "Save the selected text to Factsplat",
            "suggested_key": {
                "default": "Alt+Shift+N",
                "mac": "MacCtrl+Shift+N"
            }
        }
    },
    "background": {
        "service_worker": "serviceWorker.js",
        "type": "module"
    }
}