Factsplat Tabs and Bookmarks Manager

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

Factsplat Tabs and Bookmarks Manager란 무엇입니까?

Factsplat Tabs and Bookmarks Manager은(는) extensions에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The Factsplat Tabs and Bookmarks Manager makes it easier than ever to find and organize your links and tabs!"입니다.

확장 프로그램 스크린샷

screenshot

Factsplat Tabs and Bookmarks Manager 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Factsplat Tabs and Bookmarks Manager Factsplat Tabs and Bookmarks Manager
ID cfincihagpobgffcamhpeojhjbikifkh
공식 URL https://chromewebstore.google.com/detail/factsplat-tabs-and-bookma/cfincihagpobgffcamhpeojhjbikifkh
설명 The Factsplat Tabs and Bookmarks Manager makes it easier than ever to find and organize your links and tabs!
파일 크기 235 KB
설치 횟수 172
현재 버전 1.1.1
최근 업데이트 2024-02-27
출시 날짜 2023-10-03
평점 5.00/5 총 5 개의 평점
개발자 extensions
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://factsplat.com
도움말 페이지 URL https://factsplat.com/help/contact-us
개인정보 보호 정책 페이지 URL https://uploads-factsplat-staging.ams3.digitaloceanspaces.com/applicationImages/docs/PrivacyNotice.pdf
지원되는 언어 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"
    }
}