Factsplat Tabs and Bookmarks Manager

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

Co je Factsplat Tabs and Bookmarks Manager?

Factsplat Tabs and Bookmarks Manager je rozšíření Chrome vyvinuté extensions, a jeho hlavní funkcí je „The Factsplat Tabs and Bookmarks Manager makes it easier than ever to find and organize your links and tabs!“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Factsplat Tabs and Bookmarks Manager

Stáhněte si soubory rozšíření Factsplat Tabs and Bookmarks Manager ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Factsplat Tabs and Bookmarks Manager Factsplat Tabs and Bookmarks Manager
ID cfincihagpobgffcamhpeojhjbikifkh
Oficiální URL https://chromewebstore.google.com/detail/factsplat-tabs-and-bookma/cfincihagpobgffcamhpeojhjbikifkh
Popis The Factsplat Tabs and Bookmarks Manager makes it easier than ever to find and organize your links and tabs!
Velikost souboru 235 KB
Počet instalací 172
Aktuální Verze 1.1.1
Poslední Aktualizace 2024-02-27
Datum Vydání 2023-10-03
Hodnocení 5.00/5 Celkem 5 Hodnocení
Vývojář extensions
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://factsplat.com
URL Stránky Nápovědy https://factsplat.com/help/contact-us
URL Stránky Zásad Ochrany Soukromí https://uploads-factsplat-staging.ams3.digitaloceanspaces.com/applicationImages/docs/PrivacyNotice.pdf
Podporované Jazyky 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"
    }
}