Wakelet

Save, organize and share content from across the web!

Wakelet란 무엇입니까?

Wakelet은(는) https://wakelet.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save, organize and share content from across the web!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Wakelet 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Free to use. Unlimited possibilities. 

💥  Bookmark your favorite links and organize them into collections
 🔥 Add images, videos, notes, PDFs, and more!
 💯 Share and present your beautiful collections

Bookmark anything in a click

Save any link from across the web. Simply hit the W icon in your browser toolbar and save it straight to Wakelet.

Organize your way

Whether you’re just saving a link for later, or you want to organize your links into visually engaging collections, Wakelet is the ultimate bookmarking tool that works the way you do.

Access anywhere

Whether you’re at home, work, or on the go, your bookmarks and collections can be accessed on any of your devices, no matter where you are.

New tabs

Quickly access your Wakelet collections from a new tab. Use the shortcut feature to save all of your open tabs, or simply drag and drop your favorite links into collections for immediate organization

Wakelet. Your Corner of The Internet.                    

확장 프로그램 기본 정보

이름 Wakelet Wakelet
ID iomokcfebnfiflpgcpcijfkfmafgkjgh
공식 URL https://chromewebstore.google.com/detail/wakelet/iomokcfebnfiflpgcpcijfkfmafgkjgh
설명 Save, organize and share content from across the web!
파일 크기 856 KB
설치 횟수 82,851
현재 버전 4.2.2
최근 업데이트 2022-01-07
출시 날짜 2020-04-21
평점 4.42/5 총 69 개의 평점
개발자 https://wakelet.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://wakelet.com
도움말 페이지 URL https://help.wakelet.com/
개인정보 보호 정책 페이지 URL https://wakelet.com/privacy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "4.2.2",
    "name": "Wakelet",
    "manifest_version": 2,
    "description": "Save, organize and share content from across the web!",
    "options_page": "options.html",
    "browser_action": {
        "default_title": "Wakelet",
        "default_icon": {
            "19": "img\/icon.png",
            "38": "img\/icon.png"
        }
    },
    "icons": {
        "16": "img\/icon.png",
        "48": "img\/icon.png",
        "128": "img\/icon.png"
    },
    "web_accessible_resources": [
        "inject.html",
        "popup.build.html"
    ],
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "css": [
                "css\/wakelet.css"
            ],
            "js": [
                "contentLoader.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "cookies",
        "contextMenus",
        "notifications",
        "storage",
        "tabs",
        "activeTab",
        "windows",
        "https:\/\/wakelet.com\/*",
        "https:\/\/staging.wakelet.com\/*",
        "https:\/\/localhost.wakelet.com\/*",
        "https:\/\/*.reddit.com\/*",
        "https:\/\/twitter.com\/*"
    ],
    "content_security_policy": "default-src 'self'; script-src 'sha256-RISw2ky+bTvuPNDgr9G3ujByp4dH0e6XL\/Z+UO1vY+8=' 'sha256-ioX0wO7xAQl8yoglBv0RP14IQW7x9VkiJIM27ZmsQsc=' 'sha256-cA7Dh\/AXWt0V3e4m6aJoy+VdntpQjcd5JhuZcP8FoVc=' 'sha256-atn6duuZbIf\/LJO3h6sV7u7BFAI8Kx9+hu44VWKB9UI=' https:\/\/cdn4.mxpnl.com https:\/\/www.google-analytics.com https:\/\/www.youtube.com\/iframe_api https:\/\/s.ytimg.com 'self' 'unsafe-eval'; font-src http:\/\/fonts.gstatic.com https:\/\/fonts.gstatic.com; connect-src https:\/\/d36m9g8osz0lpw.cloudfront.net https:\/\/events.launchdarkly.com https:\/\/app.launchdarkly.com https:\/\/feeds.staging.wakelet.com https:\/\/feeds.wakelet.com http:\/\/localhost:3000 https:\/\/localhost:3000 https:\/\/api.wakelet.com https:\/\/settings.wakelet.com https:\/\/api-cdn.wakelet.com https:\/\/search.wakelet.com https:\/\/graphql.wakelet.com\/ https:\/\/graphql.wakelet.com\/ https:\/\/www.google-analytics.com; style-src * 'unsafe-inline' 'self' blob:; img-src * https:\/\/res.cloudinary.com data:; frame-src https:\/\/www.youtube.com"
}