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.”。
擴展截圖
下載Cool Stuff擴展crx文件
下載Cool Stuff擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | kgnnfindhiakkfahbjmjebddpkikapgh |
官方網址 | 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\/*" ] } |