StackOverFollow
Stack Over Follow - follow questions that you interesting in from the given list or from open tabs with questions in StackOverFlow.
StackOverFollow क्या है?
StackOverFollow http://sites.google.com/site/meirshamay द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Stack Over Follow - follow questions that you interesting in from the given list or from open tabs with questions in StackOverFlow."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में StackOverFollow एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Stack Over Follow enable you to get unanswered questions from StackOverFlow every 60 seconds, and follow questions that you interesting in from the given list or from open tabs with questions from StackOverFlow. The number on the icon describe the following questions count. Check/Uncheck the check box near to the question in order to mark it follow. Active questions - list of 24 random/tagged unanswered questions from StackOverFlow. Current Browsing - open questions in one of chrome windows/tabs. Following Questions - questions that you marked as follow. Enjoy.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | dlckmcdaecbbadgpeichkcgidahdodkc |
आधिकारिक URL | https://chrome.google.com/webstore/detail/stackoverfollow/dlckmcdaecbbadgpeichkcgidahdodkc |
विवरण | Stack Over Follow - follow questions that you interesting in from the given list or from open tabs with questions in StackOverFlow. |
फ़ाइल का आकार | 95.11 KB |
स्थापना संख्या | 36 |
वर्तमान संस्करण | 1.15 |
अंतिम अपडेट | 2015-06-01 |
प्रकाशन तिथि | 2015-06-01 |
रेटिंग | 4.00/5 कुल 2 रेटिंग्स |
डेवलपर | http://sites.google.com/site/meirshamay |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://groups.google.com/group/meirshamay_opensource |
सहायता पृष्ठ URL | http://groups.google.com/group/meirshamay_opensource |
समर्थित भाषाएँ | en |
manifest.json | |
{ "background": { "page": "background.html" }, "browser_action": { "default_icon": "images\/16.png", "default_popup": "popup.html", "default_title": "StackOverFollow" }, "content_scripts": [ { "all_frames": true, "js": [ "javascripts\/settings.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "ftp:\/\/*\/*" ], "run_at": "document_start" } ], "description": "Stack Over Follow - follow questions that you interesting in from the given list or from open tabs with questions in StackOverFlow.", "icons": { "128": "images\/128.png", "16": "images\/16.png", "48": "images\/48.png" }, "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC5BKM+XidlTz5NI55ajSyj\/mbYfCI8ER\/+iTm+E9PQQZyRRwYcDtV5\/Q3rCjA\/HpBOTRk3OCwXNn5uW\/V6DVqaOMje0kUSusm5I9P9Zujyq6FfPx66H\/juQe9XhlHrHnOdrsncm1ckdy6WtU9AE6MBzlwvplkuTjEK0eqQFVb8\/QIDAQAB", "manifest_version": 2, "minimum_chrome_version": "9", "name": "StackOverFollow", "options_page": "options.html", "permissions": [ "tabs", "contextMenus", "storage", "webRequest", "*:\/\/*.stackoverflow.com\/*", "*:\/\/stackoverflow.com\/*" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.15" } |