Sublime

Collect and connect anything interesting you find on the Internet

Sublimeคืออะไร?

Sublime เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sublime.app และคุณลักษณะหลักของมันคือ "Collect and connect anything interesting you find on the Internet"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sublime

ดาวน์โหลดไฟล์ส่วนขยาย Sublime ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        At Sublime, we’re on a quest to build the perfect tool to collect and connect anything interesting you come across, so you can build your own intelligent library of ideas.

With our browser extension you can save anything from anywhere on the web.

• Select any text to save a highlight.
• Right-click any image to save it.
• Click the Sublime extension icon to save links.
• Connect highlights, images, and links to your collections.
• Add notes to remember why you saved something.

You'll need a Sublime account to use this extension.
Join here: https://sublime.app/sign-up


Sublime is for you if…

• You want a simpler, more communal way to build your “second brain”.
• You are a thinker, tinkerer, writer, or creative in love with interesting ideas.
• You want to turn the countless hours you spend reading and consuming content into a curated, self-organizing personal library.
• You find curation and world-building to be a very gratifying leisurely pursuit.
• You want serendipitous encounters with good people on the Internet without the pressure to accumulate likes or build an audience.

A sublime Internet awaits you.


Check out the extension guide: https://sublimeapp.notion.site/The-Sublime-browser-extension-d00f26500970464f82ccc0200bd901ba

Read our manifesto: https://sublimeapp.notion.site/A-SUBLIME-INTERNET-b5453f44067e4e8c81f02716fc162cdc                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Sublime Sublime
ID fnliebffpgomomjeflboommgbdnjadbh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sublime/fnliebffpgomomjeflboommgbdnjadbh
คำอธิบาย Collect and connect anything interesting you find on the Internet
ขนาดไฟล์ 8.67 MB
จำนวนการติดตั้ง 382
เวอร์ชันปัจจุบัน 0.16.4
อัปเดตครั้งล่าสุด 2024-03-05
วันที่เผยแพร่ 2023-07-25
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://sublime.app
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://sublime.app
URL หน้าช่วยเหลือ https://sublimeapp.notion.site/The-Sublime-browser-extension-d00f26500970464f82ccc0200bd901ba
URL หน้านโยบายความเป็นส่วนตัว https://sublimeapp.notion.site/Privacy-Policy-a14c57b654f14beeabc5464617c1750a
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sublime",
    "version": "0.16.4",
    "description": "Collect and connect anything interesting you find on the Internet",
    "homepage_url": "https:\/\/sublime.app",
    "manifest_version": 3,
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "minimum_chrome_version": "100",
    "icons": {
        "128": "assets\/logo.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "contextMenus",
        "alarms",
        "scripting"
    ],
    "optional_permissions": [
        ""
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background\/events.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script\/index.js"
            ],
            "css": [
                "content-script\/index.css"
            ]
        }
    ],
    "action": {
        "default_title": "Add link to Sublime (Alt+S)"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+S",
                "mac": "MacCtrl+S"
            }
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "popup\/*",
                "content-script\/*",
                "new-tab\/*",
                "assets\/*",
                "vendor\/pdfjs\/*",
                "pdf",
                "pdf.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "ids": [],
        "matches": [
            "https:\/\/sublime.app\/*"
        ]
    }
}