Reddit: Remember seen links, open all unseen
Remembers which links on Reddit you've seen (even if your browser history don't) and can open all unseen in new tabs.
Reddit: Remember seen links, open all unseen क्या है?
Reddit: Remember seen links, open all unseen zx द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Remembers which links on Reddit you've seen (even if your browser history don't) and can open all unseen in new tabs."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Reddit: Remember seen links, open all unseen एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension will remember and mark all the links you've visited on reddit. This is useful when your browser remembers only some small number of visited links and when exceed that limit you cannot distinguish visited links from the new ones. If you browse a lot it gets frustrating. As a bonus, this extension adds a button that can open all the links from current page that you did not visited (in new tabs).
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ijmaelhdahbdgfakhnbocahcfopaopec |
आधिकारिक URL | https://chrome.google.com/webstore/detail/reddit-remember-seen-link/ijmaelhdahbdgfakhnbocahcfopaopec |
विवरण | Remembers which links on Reddit you've seen (even if your browser history don't) and can open all unseen in new tabs. |
फ़ाइल का आकार | 41.28 KB |
स्थापना संख्या | 76 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2013-04-17 |
प्रकाशन तिथि | 2013-04-17 |
रेटिंग | 2.00/5 कुल 1 रेटिंग्स |
डेवलपर | zx |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Remembers which links on Reddit you've seen (even if your browser history don't) and can open all unseen in new tabs.", "background": { "scripts": [ "background.js" ], "persistent": false }, "name": "Reddit: Remember seen links, open all unseen", "permissions": [ "http:\/\/reddit.com\/*", "storage" ], "options_page": "options.html", "icons": { "48": "48.png", "128": "128.png", "16": "16.png" }, "content_scripts": [ { "matches": [ "http:\/\/*.reddit.com\/*" ], "js": [ "jquery.js", "main.js" ], "run_at": "document_start", "css": [ "main.css" ] } ], "manifest_version": 2, "version": "1.0.1" } |