Cool Stuff

The Cool Stuff extension allows you to add links to Cool Stuff directly from your browser. Pretty cool.

Cool Stuff란 무엇입니까?

Cool Stuff은(는) Fun on the Internet에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The Cool Stuff extension allows you to add links to Cool Stuff directly from your browser. Pretty cool."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        The Cool Stuff extension lets you save stuff to Cool Stuff directly from your browser. Pretty cool.

Simply click the icon. Cool Stuff does the rest.

Worried about how extensions use your personal data? Us too. Check out the code that powers this extension here: https://github.com/fun-on-the-internet/cool-stuff-web-extension

✦ Collect Your Internet ✦

Cool Stuff is for your cool stuff – a beautifully simple way to collect your internet.

Save links, articles, designs, books, movies, music, recipes, restaurants, trips, guides, references, inspiration… whatever’s cool to you.

Visit coolstuff.app to get started.

LESS IS MORE

✗ No social
✗ No ads
✗ No algorithms
✗ No tagging files
✗ No managing stuff

GET STARTED FOR FREE

✓ Save stuff from anywhere
✓ Syncs across mobile and desktop
✓ Highlight favorites and things-for-later
✓ Get your own Cool Stuff link
✓ Keep it public or go private

Perfect for creatives, designers, readers, foodies, fashionistas, engineers, and everyday internet explorers.                    

확장 프로그램 기본 정보

이름 Cool Stuff Cool Stuff
ID kgnnfindhiakkfahbjmjebddpkikapgh
공식 URL https://chromewebstore.google.com/detail/cool-stuff/kgnnfindhiakkfahbjmjebddpkikapgh
설명 The Cool Stuff extension allows you to add links to Cool Stuff directly from your browser. Pretty cool.
파일 크기 275 KB
설치 횟수 145
현재 버전 0.0.1
최근 업데이트 2024-02-14
출시 날짜 2023-06-01
평점 5.00/5 총 3 개의 평점
개발자 Fun on the Internet
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://coolstuff.app
도움말 페이지 URL https://coolstuff.app
개인정보 보호 정책 페이지 URL https://funontheinternet.notion.site/Cool-Stuff-privacy-policy-278789cb54414dd2bd3e0bce19ae92f0
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "Cool Stuff",
    "description": "The Cool Stuff extension allows you to add links to Cool Stuff directly from your browser. Pretty cool.",
    "version": "0.0.1",
    "icons": {
        "48": "images\/cool-stuff-icon-48.png",
        "96": "images\/cool-stuff-icon-96.png",
        "128": "images\/cool-stuff-icon-128.png",
        "256": "images\/cool-stuff-icon-256.png",
        "512": "images\/cool-stuff-icon-512.png"
    },
    "background": {
        "service_worker": "service_worker.js"
    },
    "permissions": [
        "activeTab",
        "cookies"
    ],
    "action": {
        "default_icon": {
            "16": "images\/cool-stuff-toolbar-icon-inactive-16.png",
            "19": "images\/cool-stuff-toolbar-icon-inactive-19.png",
            "32": "images\/cool-stuff-toolbar-icon-inactive-32.png",
            "38": "images\/cool-stuff-toolbar-icon-inactive-38.png",
            "48": "images\/cool-stuff-toolbar-icon-inactive-48.png",
            "72": "images\/cool-stuff-toolbar-icon-inactive-72.png"
        }
    },
    "content_security_policy": [],
    "host_permissions": [
        "*:\/\/coolstuff.app\/*"
    ]
}