Stack Overflow extension
Browse Stack Overflow questions easily
What is Stack Overflow extension?
Stack Overflow extension is a Chrome extension developed by sandro, and its main feature is "Browse Stack Overflow questions easily".
Extension Screenshots
Download Stack Overflow extension Extension CRX File
Download Stack Overflow extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension that lets browse Stack Overflow questions by specified tags
Extension Basic Information
Name | Stack Overflow extension |
ID | kdemepacppeogncbicnenenlgjdgfpoj |
Official URL | https://chromewebstore.google.com/detail/stack-overflow-extension/kdemepacppeogncbicnenenlgjdgfpoj |
Description | Browse Stack Overflow questions easily |
File Size | 468 KB |
Installation Count | 44 |
Current Version | 1.0.1 |
Last Updated | 2015-07-16 |
Publish Date | 2015-07-15 |
Developer | sandro |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Stack Overflow extension", "description": "Browse Stack Overflow questions easily", "version": "1.0.1", "icons": { "48": "icon48.png", "128": "icon128.png" }, "background": [], "browser_action": { "name": "Stack Overflow extension", "default_icon": "icon48.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "https:\/\/api.stackexchange.com\/" ], "manifest_version": 2 } |