StackOverFollow

Stack Over Follow - follow questions that you interesting in from the given list or from open tabs with questions in StackOverFlow.

O que é StackOverFollow?

StackOverFollow é uma extensão do Chrome desenvolvida por http://sites.google.com/site/meirshamay, e sua principal característica é "Stack Over Follow - follow questions that you interesting in from the given list or from open tabs with questions in StackOverFlow.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão StackOverFollow

Baixe arquivos de extensão StackOverFollow no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome StackOverFollow StackOverFollow
ID dlckmcdaecbbadgpeichkcgidahdodkc
URL Oficial https://chrome.google.com/webstore/detail/stackoverfollow/dlckmcdaecbbadgpeichkcgidahdodkc
Descrição Stack Over Follow - follow questions that you interesting in from the given list or from open tabs with questions in StackOverFlow.
Tamanho do Arquivo 95.11 KB
Contagem de Instalações 36
Versão Atual 1.15
Última Atualização 2015-06-01
Data de Publicação 2015-06-01
Classificação 4.00/5 Total de 2 Avaliações
Desenvolvedor http://sites.google.com/site/meirshamay
Tipo de Pagamento free
Site da Extensão http://groups.google.com/group/meirshamay_opensource
URL da Página de Ajuda http://groups.google.com/group/meirshamay_opensource
Idiomas Suportados 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"
}