Redective - The Reddit Search Detective
Quickly search for information about Reddit users.
Redective - The Reddit Search Detective क्या है?
Redective - The Reddit Search Detective http://www.redective.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly search for information about Reddit users."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Redective - The Reddit Search Detective एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Redective is a service that assists reddit users in finding information about other reddit users, most notably for major events such as the annual reddit secret santa. The Redective extension adds a toolbar button that allows you to quickly use the service provided by redective.com to search for information about reddit users. In addition to a toolbar button, a small Redective icon is placed next to the usernames of redditor's to allow you to begin the search for users with just one click.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | pogppacjbclcagjhklbbdjfogepkjooi |
आधिकारिक URL | https://chrome.google.com/webstore/detail/redective-the-reddit-sear/pogppacjbclcagjhklbbdjfogepkjooi |
विवरण | Quickly search for information about Reddit users. |
फ़ाइल का आकार | 21.73 KB |
स्थापना संख्या | 394 |
वर्तमान संस्करण | 1.0.0.0 |
अंतिम अपडेट | 2013-12-02 |
प्रकाशन तिथि | 2013-12-02 |
रेटिंग | 5.00/5 कुल 7 रेटिंग्स |
डेवलपर | http://www.redective.com |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_ExtensionName__", "description": "__MSG_ExtensionDescription__", "homepage_url": "http:\/\/www.redective.com\/", "version": "1.0.0.0", "default_locale": "en_US", "permissions": [ "storage" ], "browser_action": { "default_icon": { "19": "img\/extension_19x19.png", "38": "img\/extension_38x38.png" }, "default_popup": "html\/popup.html", "default_title": "__MSG_ExtensionName__" }, "options_page": "html\/options.html", "content_scripts": [ { "matches": [ "http:\/\/*.reddit.com\/*", "https:\/\/*.reddit.com\/*" ], "js": [ "js\/extension.js", "js\/content_script.js" ], "run_at": "document_start" } ], "background": { "page": "html\/background.html" }, "web_accessible_resources": [ "img\/icon_8x8.png" ], "icons": { "16": "img\/extension_16x16.png", "32": "img\/extension_32x32.png", "48": "img\/extension_48x48.png", "64": "img\/extension_64x64.png", "128": "img\/extension_128x128.png" } } |