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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The Cool Stuff extension allows you to add links to Cool Stuff directly from your browser. Pretty cool."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Cool Stuff एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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\/*" ] } |