Spookmarks: Bookmarks that come back.
Bookmarks that come back to haunt you.
Spookmarks: Bookmarks that come back. क्या है?
Spookmarks: Bookmarks that come back. http://spookmarks.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Bookmarks that come back to haunt you."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Spookmarks: Bookmarks that come back. एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Spookmarks is a tool that I wanted to exist so I made it. You can save Spookmarks and set them to "haunt" (i.e. notify) you after a specific time. Useful for time sensitive links like tickets and sales. Also useful for Chrome tabs you don't want to leave open but also don't want to forget about. It's meant to bridge the gap between open tabs and bookmarks. If you have any issues please get in touch with my on twitter @DrWicked or visit the support link. You can log in and view your Spookmarks from anywhere at http://spookmarks.com Changelog ========= 0.1.6: Fixed datepicker, various styling tweaks 0.1.5: Lots of bug fixes, new build system, refactoring [Oops, broke datepicker] 0.1.4: More minor fixes 0.1.3: Minor fixes 0.1.2: Tabs now close when spooked, you can change this setting (click the gear). 0.1.1: Clicking x on notifications now marks them as seen so they won't keep coming up. Deleting spooks should work now. You can log in and view your spooks anywhere at spookmarks.com Roadmap: - iOS and Android app with cross-platform syncing, get notifications everywhere when spooked. - Shareable spookmarks
एक्सटेंशन की मूल जानकारी
नाम | |
ID | oedhmabjffkeeaknafleabmbaimefogl |
आधिकारिक URL | https://chrome.google.com/webstore/detail/spookmarks-bookmarks-that/oedhmabjffkeeaknafleabmbaimefogl |
विवरण | Bookmarks that come back to haunt you. |
फ़ाइल का आकार | 435 KB |
स्थापना संख्या | 14 |
वर्तमान संस्करण | 0.1.6 |
अंतिम अपडेट | 2019-03-08 |
प्रकाशन तिथि | 2019-03-08 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | http://spookmarks.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://spookmarks.com |
सहायता पृष्ठ URL | https://docs.google.com/forms/d/e/1FAIpQLSdCYfvda7a9prgAV4fDeLmzNrRueEOjUw_Mov6J8LcpRvAfLA/viewform |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Spookmarks: Bookmarks that come back.", "short_name": "Spookmarks", "description": "Bookmarks that come back to haunt you.", "homepage_url": "https:\/\/spookmarks.com", "background": { "scripts": [ "background.bundle.js" ], "persistent": true }, "browser_action": { "default_popup": "popup.html", "default_icon": "icon48.png", "default_title": "Spookmark this page" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/*.auth0.com\/ 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "callback\/*" ], "permissions": [ "https:\/\/spookmarks.auth0.com\/*", "idle", "tabs", "storage", "alarms", "identity", "notifications", "http:\/\/spookmarks.com\/*", "https:\/\/spookmarks.com\/*" ], "version": "0.1.6" } |